Skip to content

Update to .NET 8

Update to .NET 8 #28

Triggered via push February 10, 2024 21:10
Status Success
Total duration 1m 7s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2, microsoft/variable-substitution@v1. For more information see: https://github.blog/changelog/2023-09-***-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/variable-substitution@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: MCTools.API/Logging/LoggingService.cs#L20
Nullability in constraints for type parameter 'TState' of method 'LoggingService.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: MCTools.API/Startup.cs#L30
Possible null reference assignment.
build: MCTools.API/Startup.cs#L27
Non-nullable property 'AuthConfig' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MCTools.API/Cache/VersionAssetsCache.cs#L27
Possible null reference assignment.
build: MCTools.API/Cache/EffectItemCache.cs#L25
Possible null reference assignment.
build: MCTools.API/Startup.cs#L44
Possible null reference argument for parameter 'origins' in 'CorsPolicyBuilder CorsPolicyBuilder.WithOrigins(params string[] origins)'.
build: MCTools.API/Startup.cs#L101
Possible null reference assignment.
build: MCTools.API/Startup.cs#L102
Possible null reference assignment.
build: MCTools.API/Startup.cs#L103
Possible null reference assignment.
build: MCTools.API/Extentions/ServiceCollectionExtensions.cs#L149
Converting null literal or possible null value to non-nullable type.