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

Update dependency Moq to v4.20.70 #343

Update dependency Moq to v4.20.70

Update dependency Moq to v4.20.70 #343

Triggered via pull request November 28, 2023 21:27
Status Success
Total duration 3m 40s
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): 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).
Analyze (csharp): src/Spectre.Console.Registrars.SimpleInjector/SimlpeInjectorRegistrar.cs#L70
Converting null literal or possible null value to non-nullable type.