Skip to content

chore: update to .NET 8.0 #262

chore: update to .NET 8.0

chore: update to .NET 8.0 #262

Triggered via push August 12, 2024 14:11
Status Success
Total duration 2m 27s
Artifacts

rcaron.yml

on: push
rcaron-build
14s
rcaron-build
rcaron-test
19s
rcaron-test
language-server-build
16s
language-server-build
rcaron-jit-build
29s
rcaron-jit-build
shell-build
17s
shell-build
cli-build
15s
cli-build
benchmarks-build-and-check
17s
benchmarks-build-and-check
rcaron-jit-test
36s
rcaron-jit-test
shell-test
24s
shell-test
Matrix: nuget-releases
Fit to window
Zoom out
Zoom in

Annotations

139 warnings
rcaron-build
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-build: RCaron.LibrarySourceGenerator/ModuleSourceGenerator.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
rcaron-build: 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-build: 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-build: 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-build: RCaron/Parsing/RCaronParser.cs#L352
This label has not been referenced
rcaron-build: RCaron.LibrarySourceGenerator/ModuleSourceGenerator.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
rcaron-build: 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-build: 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-build: 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-build: RCaron/Parsing/RCaronParser.cs#L352
This label has not been referenced
cli-build
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/
cli-build: RCaron.LibrarySourceGenerator/ModuleSourceGenerator.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
cli-build: RCaron/BaseLibrary/LoggingModule.cs#L118
Non-nullable property 'Current' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
cli-build: 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.
cli-build: 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)'.
cli-build: RCaron/Parsing/RCaronParser.cs#L352
This label has not been referenced
cli-build: RCaron.LibrarySourceGenerator/ModuleSourceGenerator.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
cli-build: RCaron/BaseLibrary/LoggingModule.cs#L118
Non-nullable property 'Current' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
cli-build: 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.
cli-build: 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)'.
cli-build: RCaron/Parsing/RCaronParser.cs#L352
This label has not been referenced
benchmarks-build-and-check
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/
benchmarks-build-and-check: RCaron.LibrarySourceGenerator/ModuleSourceGenerator.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
benchmarks-build-and-check: RCaron/BaseLibrary/LoggingModule.cs#L118
Non-nullable property 'Current' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
benchmarks-build-and-check: 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.
benchmarks-build-and-check: 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)'.
benchmarks-build-and-check: RCaron/Parsing/RCaronParser.cs#L352
This label has not been referenced
benchmarks-build-and-check: RCaron.Benchmarks/Benchmarks/LineNumberBenchmark.cs#L8
Non-nullable field 'tokens' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
benchmarks-build-and-check: RCaron.Benchmarks/Benchmarks/LineNumberBenchmark.cs#L9
Non-nullable field 'text' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
benchmarks-build-and-check: RCaron.Benchmarks/Benchmarks/StringBenchmarks.cs#L24
Non-nullable field 'Motor' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
benchmarks-build-and-check: RCaron.Benchmarks/Benchmarks/RCaronBenchmarks.cs#L21
Non-nullable property 'SimpleMathOpMotor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
benchmarks-build-and-check: RCaron.Benchmarks/Benchmarks/RCaronBenchmarks.cs#L22
Non-nullable property 'FibonacciMotor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
language-server-build
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/
language-server-build: RCaron.LibrarySourceGenerator/ModuleSourceGenerator.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
language-server-build: RCaron/BaseLibrary/LoggingModule.cs#L118
Non-nullable property 'Current' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
language-server-build: 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.
language-server-build: 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)'.
language-server-build: RCaron/Parsing/RCaronParser.cs#L352
This label has not been referenced
language-server-build: RCaron.AutoCompletion/CompletionProvider.cs#L36
Non-nullable property 'Function' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
language-server-build: RCaron.LanguageServer/Program.cs#L51
Possible null reference argument for parameter 'factory' in 'ILogger<Foo> LoggerFactoryExtensions.CreateLogger<Foo>(ILoggerFactory factory)'.
language-server-build: RCaron.LibrarySourceGenerator/ModuleSourceGenerator.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
language-server-build: RCaron/BaseLibrary/LoggingModule.cs#L118
Non-nullable property 'Current' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
language-server-build: 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.
shell-build
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/
shell-build: RCaron.LibrarySourceGenerator/ModuleSourceGenerator.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
shell-build: RCaron/BaseLibrary/LoggingModule.cs#L118
Non-nullable property 'Current' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
shell-build: 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.
shell-build: 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)'.
shell-build: RCaron/Parsing/RCaronParser.cs#L352
This label has not been referenced
shell-build: RCaron.AutoCompletion/CompletionProvider.cs#L36
Non-nullable property 'Function' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
shell-build: RCaron.LibrarySourceGenerator/ModuleSourceGenerator.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
shell-build: RCaron/BaseLibrary/LoggingModule.cs#L118
Non-nullable property 'Current' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
shell-build: 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.
shell-build: 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-test
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-test: RCaron.LibrarySourceGenerator/ModuleSourceGenerator.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
rcaron-test: 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-test: 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-test: 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-test: RCaron/Parsing/RCaronParser.cs#L352
This label has not been referenced
rcaron-test: RCaron.Tests/ExtraAssert.cs#L38
Possible null reference return.
rcaron-test: RCaron.LibrarySourceGenerator/ModuleSourceGenerator.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
rcaron-test: 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-test: 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-test: 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-jit-build
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-jit-build: RCaron.LibrarySourceGenerator/ModuleSourceGenerator.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
rcaron-jit-build: 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-jit-build: 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-jit-build: 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-jit-build: RCaron/Parsing/RCaronParser.cs#L352
This label has not been referenced
rcaron-jit-build: RCaron.LibrarySourceGenerator/ModuleSourceGenerator.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
rcaron-jit-build: 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-jit-build: 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-jit-build: 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-jit-build: RCaron/Parsing/RCaronParser.cs#L352
This label has not been referenced
shell-test
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/
shell-test: RCaron.LibrarySourceGenerator/ModuleSourceGenerator.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
shell-test: RCaron/BaseLibrary/LoggingModule.cs#L118
Non-nullable property 'Current' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
shell-test: 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.
shell-test: 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)'.
shell-test: RCaron/Parsing/RCaronParser.cs#L352
This label has not been referenced
shell-test: RCaron.AutoCompletion/CompletionProvider.cs#L36
Non-nullable property 'Function' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
shell-test: RCaron.LibrarySourceGenerator/ModuleSourceGenerator.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
shell-test: RCaron/BaseLibrary/LoggingModule.cs#L118
Non-nullable property 'Current' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
shell-test: 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.
shell-test: 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-jit-test
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-jit-test: RCaron.LibrarySourceGenerator/ModuleSourceGenerator.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
rcaron-jit-test: 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-jit-test: 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-jit-test: 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-jit-test: RCaron/Parsing/RCaronParser.cs#L352
This label has not been referenced
rcaron-jit-test: RCaron.Tests/ExtraAssert.cs#L38
Possible null reference return.
rcaron-jit-test: RCaron.LibrarySourceGenerator/ModuleSourceGenerator.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
rcaron-jit-test: 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-jit-test: 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-jit-test: 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)'.
nuget-releases (RCaron.LibrarySourceGenerator)
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/
nuget-releases (RCaron.LibrarySourceGenerator): RCaron.LibrarySourceGenerator/ModuleSourceGenerator.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
nuget-releases (RCaron.LibrarySourceGenerator)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
nuget-releases (RCaron.LibrarySourceGenerator)
- Add lib or ref assemblies for the netstandard2.0 target framework
nuget-releases (RCaron.LibrarySourceGenerator.Attributes)
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/
nuget-releases (RCaron)
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/
nuget-releases (RCaron): RCaron.LibrarySourceGenerator/ModuleSourceGenerator.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
nuget-releases (RCaron): RCaron/BaseLibrary/LoggingModule.cs#L118
Non-nullable property 'Current' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
nuget-releases (RCaron): 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.
nuget-releases (RCaron): 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)'.
nuget-releases (RCaron): RCaron/Parsing/RCaronParser.cs#L352
This label has not been referenced
nuget-releases (RCaron)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Log73
nuget-releases (RCaron.Shell)
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/
nuget-releases (RCaron.Shell): RCaron.LibrarySourceGenerator/ModuleSourceGenerator.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
nuget-releases (RCaron.Shell): RCaron/BaseLibrary/LoggingModule.cs#L118
Non-nullable property 'Current' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
nuget-releases (RCaron.Shell): 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.
nuget-releases (RCaron.Shell): 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)'.
nuget-releases (RCaron.Shell): RCaron/Parsing/RCaronParser.cs#L352
This label has not been referenced
nuget-releases (RCaron.Shell): RCaron.AutoCompletion/CompletionProvider.cs#L36
Non-nullable property 'Function' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
nuget-releases (RCaron.AutoCompletion)
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/
nuget-releases (RCaron.AutoCompletion): RCaron.LibrarySourceGenerator/ModuleSourceGenerator.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
nuget-releases (RCaron.AutoCompletion): RCaron/BaseLibrary/LoggingModule.cs#L118
Non-nullable property 'Current' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
nuget-releases (RCaron.AutoCompletion): 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.
nuget-releases (RCaron.AutoCompletion): 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)'.
nuget-releases (RCaron.AutoCompletion): RCaron/Parsing/RCaronParser.cs#L352
This label has not been referenced
nuget-releases (RCaron.AutoCompletion): RCaron.AutoCompletion/CompletionProvider.cs#L36
Non-nullable property 'Function' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
nuget-releases (RCaron.LanguageServer)
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/
nuget-releases (RCaron.LanguageServer): RCaron.LibrarySourceGenerator/ModuleSourceGenerator.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
nuget-releases (RCaron.LanguageServer): RCaron/BaseLibrary/LoggingModule.cs#L118
Non-nullable property 'Current' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
nuget-releases (RCaron.LanguageServer): 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.
nuget-releases (RCaron.LanguageServer): 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)'.
nuget-releases (RCaron.LanguageServer): RCaron/Parsing/RCaronParser.cs#L352
This label has not been referenced
nuget-releases (RCaron.LanguageServer): RCaron.AutoCompletion/CompletionProvider.cs#L36
Non-nullable property 'Function' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
nuget-releases (RCaron.LanguageServer): RCaron.LanguageServer/Program.cs#L51
Possible null reference argument for parameter 'factory' in 'ILogger<Foo> LoggerFactoryExtensions.CreateLogger<Foo>(ILoggerFactory factory)'.
nuget-releases (RCaron.Jit)
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/
nuget-releases (RCaron.Jit): RCaron.LibrarySourceGenerator/ModuleSourceGenerator.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
nuget-releases (RCaron.Jit): RCaron/BaseLibrary/LoggingModule.cs#L118
Non-nullable property 'Current' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
nuget-releases (RCaron.Jit): 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.
nuget-releases (RCaron.Jit): 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)'.
nuget-releases (RCaron.Jit): RCaron/Parsing/RCaronParser.cs#L352
This label has not been referenced