Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build and package:
Source/Silverfly/Helpers/TypeNameParser.cs#L10
Non-nullable property 'Start' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and package:
Source/Silverfly/Helpers/TypeNameParser.cs#L11
Non-nullable property 'End' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and package:
Source/Silverfly/Helpers/TypeNameParser.cs#L12
Non-nullable property 'Seperator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and package:
Source/Silverfly/Helpers/TypeNameParser.cs#L10
Non-nullable property 'Start' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and package:
Source/Silverfly/Helpers/TypeNameParser.cs#L11
Non-nullable property 'End' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and package:
Source/Silverfly/Helpers/TypeNameParser.cs#L12
Non-nullable property 'Seperator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and package:
Source/Silverfly.TreeVisualizer/TreeCommand.cs#L20
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and package:
Source/Silverfly.TreeVisualizer/TreeCommand.cs#L20
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and package:
Source/Silverfly.Generator/ParseletSourceGenerator.cs#L11
This compiler extension should not be implemented in an assembly with target framework '.NET 8.0'. References to other target frameworks will cause the compiler to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1041.md)
|
Build and package:
Source/Silverfly.Generator/VisitorRegistrationSourceGenerator.cs#L9
This compiler extension should not be implemented in an assembly with target framework '.NET 8.0'. References to other target frameworks will cause the compiler to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1041.md)
|
Loading