Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Update dependency JetBrains.Annotations to v2023.3.0 #318

Update dependency JetBrains.Annotations to v2023.3.0

Update dependency JetBrains.Annotations to v2023.3.0 #318

Triggered via pull request November 7, 2023 22:33
Status Success
Total duration 3m 30s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze (csharp)
The following actions uses node12 which is deprecated and will be forced to run on node16: cake-build/cake-action@a6eb054329257c9e70a6c6bf01747ad6e1d9d52b. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Analyze (csharp)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Analyze (csharp)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Analyze (csharp): src/Spectre.Console.Registrars.SimpleInjector/SimlpeInjectorRegistrar.cs#L22
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): src/Spectre.Console.Registrars.SimpleInjector/SimlpeInjectorRegistrar.cs#L63
Nullability of reference types in type of parameter 'type' of 'object SimpleInjectorTypeResolver.Resolve(Type type)' doesn't match implicitly implemented member 'object? ITypeResolver.Resolve(Type? type)' (possibly because of nullability attributes).
Analyze (csharp): src/Spectre.Console.Registrars.SimpleInjector/SimlpeInjectorRegistrar.cs#L70
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/Spectre.Console.Registrars.SimpleInjector/SimlpeInjectorRegistrar.cs#L22
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): src/Spectre.Console.Registrars.SimpleInjector/SimlpeInjectorRegistrar.cs#L63
Nullability of reference types in type of parameter 'type' of 'object SimpleInjectorTypeResolver.Resolve(Type type)' doesn't match implicitly implemented member 'object? ITypeResolver.Resolve(Type? type)' (possibly because of nullability attributes).