Skip to content

Add to github nuget repository #1

Add to github nuget repository

Add to github nuget repository #1

Triggered via push September 23, 2024 19:58
Status Failure
Total duration 39s
Artifacts

nuget.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 13 warnings
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
build: CustomEnvironmentConfig/BuilderExtensions.cs#L56
Possible null reference argument for parameter 'implementationInstance' in 'IServiceCollection ServiceCollectionServiceExtensions.AddSingleton(IServiceCollection services, Type serviceType, object implementationInstance)'.
build: CustomEnvironmentConfig/BuilderExtensions.cs#L67
Possible null reference argument for parameter 'implementationInstance' in 'IServiceCollection ServiceCollectionServiceExtensions.AddSingleton(IServiceCollection services, Type serviceType, object implementationInstance)'.
build: CustomEnvironmentConfig/BuilderExtensions.cs#L56
Possible null reference argument for parameter 'implementationInstance' in 'IServiceCollection ServiceCollectionServiceExtensions.AddSingleton(IServiceCollection services, Type serviceType, object implementationInstance)'.
build: CustomEnvironmentConfig/BuilderExtensions.cs#L67
Possible null reference argument for parameter 'implementationInstance' in 'IServiceCollection ServiceCollectionServiceExtensions.AddSingleton(IServiceCollection services, Type serviceType, object implementationInstance)'.
build: CustomEnvironmentConfig.Tests/Configuration/UnderscoreClass.cs#L12
Non-nullable property 'MyItem' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CustomEnvironmentConfig.Tests/Configuration/UnderscoreClass.cs#L6
Non-nullable property 'SubClass' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CustomEnvironmentConfig.Tests/Configuration/ConvertibleClass.cs#L9
Non-nullable property 'QueueItems' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CustomEnvironmentConfig.Tests/Configuration/ConvertibleClass.cs#L12
Non-nullable property 'CustomClass' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CustomEnvironmentConfig.Tests/Configuration/ConvertibleClass.cs#L15
Non-nullable property 'CustomClass1' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CustomEnvironmentConfig.Tests/Configuration/ConvertibleClass.cs#L26
Non-nullable property 'Test' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.