Dev #52
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/tools/SoloX.GeneratorTools.Generator.Sample2/Class1.cs#L10
Non-nullable property 'SomeList' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/tools/SoloX.GeneratorTools.Generator.Sample2/Class1.cs#L12
Non-nullable property 'SomeClass' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/libs/SoloX.GeneratorTools.Core.CSharp/Workspace/ICSharpWorkspace.cs#L60
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/libs/SoloX.GeneratorTools.Core.CSharp/Workspace/ICSharpWorkspace.cs#L75
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Attributes/RepeatAttribute.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Attributes/RepeatAttribute.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Attributes/RepeatAttribute.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Impl/Walker/AutomatedConstantStrategy.cs#L81
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Impl/Walker/AutomatedConstantStrategy.cs#L82
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Impl/Walker/AutomatedConstantStrategy.cs#L83
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
The logs for this run have expired and are no longer available.
Loading