Skip to content

Update to .net 9.0 #169

Update to .net 9.0

Update to .net 9.0 #169

Triggered via pull request February 9, 2025 23:06
@xaviersolauxaviersolau
synchronize #80
dev
Status Failure
Total duration 1m 31s
Artifacts

build-pr.yml

on: pull_request
Matrix: coverage-pr
end-coverage-pr
0s
end-coverage-pr
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build-pr
Process completed with exit code 1.
build-pr: src/libs/SoloX.BlazorJsonLocalization/Helpers/Impl/JsonLocalizationOptionsExtensions.cs#L64
Nullability of reference types in type of parameter 'exception' of 'void NoLogger<T>.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter)' doesn't match implicitly implemented member 'void ILogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception? exception, Func<TState, Exception?, string> formatter)' (possibly because of nullability attributes).
build-pr: src/libs/SoloX.BlazorJsonLocalization/Helpers/Impl/JsonLocalizationOptionsExtensions.cs#L54
Nullability in constraints for type parameter 'TState' of method 'JsonLocalizationOptionsExtensions.NoLogger<T>.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
build-pr: src/libs/SoloX.BlazorJsonLocalization/Services/Impl/EmbeddedJsonLocalizationExtensionService.cs#L61
Possible null reference argument for parameter 'rootNameSpace' in 'SatelliteFileProviderFactory EmbeddedJsonLocalizationExtensionService.GetSatelliteFileProviderFactory(Assembly assembly, string rootNameSpace)'.
build-pr: src/libs/SoloX.BlazorJsonLocalization/Services/Impl/EmbeddedJsonLocalizationExtensionService.cs#L88
Possible null reference argument for parameter 'path' in 'void LoggingExtensions.LoadingEmbeddedData(ILogger logger, string path)'.
build-pr: src/libs/SoloX.BlazorJsonLocalization/Helpers/JsonHelper.cs#L45
Dereference of a possibly null reference.
build-pr: src/libs/SoloX.BlazorJsonLocalization/Helpers/Impl/JsonMapDataValue.cs#L19
Possible null reference argument for parameter 'key' in 'void Dictionary<string, string>.Add(string key, string value)'.
build-pr: src/libs/SoloX.BlazorJsonLocalization/Helpers/Impl/JsonMapDataValue.cs#L15
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-pr: src/libs/SoloX.BlazorJsonLocalization/Helpers/Impl/JsonMapDataDictionary.cs#L19
Dereference of a possibly null reference.
build-pr: src/libs/SoloX.BlazorJsonLocalization/Services/Impl/AHttpHostedJsonLocalizationExtensionService.cs#L71
Possible null reference argument for parameter 'rootNameSpace' in 'string ResourcePathHelper.ComputeBasePath(Assembly assembly, string baseName, string rootNameSpace)'.