e2e 3094_mstest_runner on m1 macos #1415
Annotations
2 errors and 10 warnings
Pack integration test package:
src/Stryker.Core/Stryker.Core/Initialisation/ProjectOrchestrator.cs#L18
The type or namespace name 'VsTest' does not exist in the namespace 'Stryker.Core.TestRunners' (are you missing an assembly reference?)
|
Pack integration test package
Process completed with exit code 1.
|
Pack integration test package:
src/Stryker.Utilities/Attributes/MutatorDescriptionAttribute.cs#L19
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Pack integration test package:
src/Stryker.Utilities/Logging/ApplicationLogging.cs#L7
Non-nullable property 'LoggerFactory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Pack integration test package:
src/Stryker.Utilities/Helpers/TypeBasedStrategy.cs#L34
Converting null literal or possible null value to non-nullable type.
|
Pack integration test package:
src/Stryker.Utilities/Helpers/TypeBasedStrategy.cs#L47
Possible null reference return.
|
Pack integration test package:
src/Stryker.Utilities/FilePathUtils.cs#L11
Possible null reference return.
|
Pack integration test package:
src/Stryker.Utilities/EnumExtension.cs#L25
Possible null reference argument for parameter 'name' in 'MemberInfo[] Type.GetMember(string name)'.
|
Pack integration test package:
src/Stryker.Abstractions/Testing/Identifier.cs#L25
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Pack integration test package:
src/Stryker.Abstractions/Testing/Identifier.cs#L27
Nullability of reference types in type of parameter 'other' of 'bool Identifier.Equals(Identifier other)' doesn't match implicitly implemented member 'bool IEquatable<Identifier>.Equals(Identifier? other)' (possibly because of nullability attributes).
|
Pack integration test package:
src/Stryker.Abstractions/Testing/TestDescription.cs#L23
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Pack integration test package:
src/Stryker.Abstractions/Mutation.cs#L10
Non-nullable property 'OriginalNode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading