Bump System.Text.Json from 8.0.4 to 8.0.5 in /CustomEnvironmentConfig… #14
Annotations
1 error and 11 warnings
build
Process completed with exit code 1.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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#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/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#L19
Non-nullable property 'Url' 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#L25
Non-nullable property 'Test' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|