e2e renovate/roslyn on m1 macos #1313
Annotations
3 errors and 20 warnings
Run integration test:
integrationtest/TargetProjects/NetCore/TargetProject/Defects/SourceGenerator.cs#L10
The name 'GeneratedNamespace' does not exist in the current context
|
Run integration test:
integrationtest/TargetProjects/NetCore/TargetProject/Defects/SourceGenerator.cs#L10
The name 'GeneratedNamespace' does not exist in the current context
|
Run integration test
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/EnumExtension.cs#L25
Possible null reference argument for parameter 'name' in 'MemberInfo[] Type.GetMember(string name)'.
|
Pack integration test package:
src/Stryker.Utilities/FilePathUtils.cs#L11
Possible null reference return.
|
Pack integration test package:
src/Stryker.Abstractions/Mutation.cs#L11
Non-nullable property 'OriginalNode' 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.Abstractions/Mutation.cs#L12
Non-nullable property 'ReplacementNode' 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.Abstractions/Mutation.cs#L13
Non-nullable property 'DisplayName' 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.Abstractions/Mutation.cs#L15
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run integration test:
integrationtest/TargetProjects/NetCore/Generator/ExampleGenerator.cs#L8
'Generator.ExampleGenerator': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
|
Run integration test:
integrationtest/TargetProjects/NetCore/TargetProject/Constructs/Csharp5.cs#L22
Cannot convert null literal to non-nullable reference type.
|
Run integration test:
integrationtest/TargetProjects/NetCore/TargetProject/Constructs/Csharp5.cs#L23
Cannot convert null literal to non-nullable reference type.
|
Run integration test:
integrationtest/TargetProjects/NetCore/TargetProject/Defects/VarTuples.cs#L7
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Run integration test
The variable 'i' is declared but never used
|
Run integration test
The variable 'j' is declared but never used
|
Run integration test:
integrationtest/TargetProjects/NetCore/TargetProject/Constructs/Csharp10.cs#L75
The variable 'c' is declared but never used
|
Run integration test:
integrationtest/TargetProjects/NetCore/TargetProject/Constructs/Csharp10.cs#L76
The variable 'f' is declared but never used
|
Run integration test:
integrationtest/TargetProjects/NetCore/TargetProject/Constructs/Csharp10.cs#L78
The variable 's' is declared but never used
|
Run integration test:
integrationtest/TargetProjects/NetCore/TargetProject/Constructs/Csharp10.cs#L79
The variable 'd' is declared but never used
|
Loading