feat(runtime): updating the .net version support for net8.0, and removing support for netstandard2.1 and net5.0 #176
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
.NET Core 3.1 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:
src/Geo.Core/ClientExecutor.cs#L39
Cannot convert null literal to non-nullable reference type.
|
build:
src/Geo.Core/GeoNETResourceStringProviderFactory.cs#L39
Cannot convert null literal to non-nullable reference type.
|
build:
src/Geo.Core/GeoNETExceptionProvider.cs#L23
Cannot convert null literal to non-nullable reference type.
|
build:
src/Geo.Core/Abstractions/IGeoNETExceptionProvider.cs#L23
Cannot convert null literal to non-nullable reference type.
|
build:
src/Geo.Core/Abstractions/IGeoNETResourceStringProviderFactory.cs#L36
Cannot convert null literal to non-nullable reference type.
|
build:
src/Geo.Core/GeoNETExceptionProvider.cs#L29
Possible null reference return.
|
build:
src/Geo.Core/GeoNETExceptionProvider.cs#L34
Possible null reference return.
|
build:
src/Geo.Core/Extensions/EnumExtensions.cs#L29
Possible null reference argument for parameter 'name' in 'FieldInfo? Type.GetField(string name)'.
|
build:
src/Geo.Core/Extensions/EnumExtensions.cs#L28
Dereference of a possibly null reference.
|
build:
src/Geo.Core/Extensions/EnumExtensions.cs#L28
Possible null reference return.
|