Skip to content

bump to v8.0.0

bump to v8.0.0 #13

Triggered via push September 24, 2024 17:51
Status Success
Total duration 32s
Artifacts

nuget.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
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: CustomEnvironmentConfig/ConfigurationParser.cs#L118
'FormatterServices' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
build: CustomEnvironmentConfig/ConfigurationParser.cs#L132
'FormatterServices' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
build: CustomEnvironmentConfig/BuilderExtensions.cs#L53
Possible null reference argument for parameter 'implementationInstance' in 'IServiceCollection ServiceCollectionServiceExtensions.AddSingleton(IServiceCollection services, Type serviceType, object implementationInstance)'.
build: CustomEnvironmentConfig/BuilderExtensions.cs#L64
Possible null reference argument for parameter 'implementationInstance' in 'IServiceCollection ServiceCollectionServiceExtensions.AddSingleton(IServiceCollection services, Type serviceType, object implementationInstance)'.
build: CustomEnvironmentConfig/ConfigurationParser.cs#L226
'FormatterServices' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
build
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
build: CustomEnvironmentConfig.Tests/Configuration/UnderscoreClass.cs#L12
Non-nullable property 'MyItem' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
build: CustomEnvironmentConfig.Tests/Configuration/ConvertibleClass.cs#L8
Non-nullable property 'QueueItems' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: CustomEnvironmentConfig.Tests/Configuration/ConvertibleClass.cs#L11
Non-nullable property 'CustomClass' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.