chore: update to .NET 8.0 #262
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/
|
RCaron.LibrarySourceGenerator/ModuleSourceGenerator.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
RCaron/BaseLibrary/LoggingModule.cs#L118
Non-nullable property 'Current' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
RCaron/Motor.cs#L349
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '_' is not covered.
|
RCaron/Motor.cs#L728
Possible null reference argument for parameter 'type' in '(MethodBase, bool needsNumericConversion, bool IsExtension) MethodResolver.Resolve(ReadOnlySpan<char> name, Type type, FileScope fileScope, object? instance, object?[] args)'.
|
RCaron/Parsing/RCaronParser.cs#L352
This label has not been referenced
|
RCaron.Tests/ExtraAssert.cs#L38
Possible null reference return.
|
RCaron.LibrarySourceGenerator/ModuleSourceGenerator.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
RCaron/BaseLibrary/LoggingModule.cs#L118
Non-nullable property 'Current' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
RCaron/Motor.cs#L349
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '_' is not covered.
|
RCaron/Motor.cs#L728
Possible null reference argument for parameter 'type' in '(MethodBase, bool needsNumericConversion, bool IsExtension) MethodResolver.Resolve(ReadOnlySpan<char> name, Type type, FileScope fileScope, object? instance, object?[] args)'.
|
The logs for this run have expired and are no longer available.
Loading