Fix #9
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build
ProjectReference 'D:\a\prism-sharp\prism-sharp\PrismSharp.RegExCompiler\PrismSharp.RegExCompiler.csproj' was resolved using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v8.0'. This project may not be fully compatible with your project.
|
build
ProjectReference 'D:\a\prism-sharp\prism-sharp\PrismSharp.RegExCompiler\PrismSharp.RegExCompiler.csproj' was resolved using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v9.0'. This project may not be fully compatible with your project.
|
build:
SimpleJSON/SimpleJSON.cs#L452
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build:
SimpleJSON/SimpleJSON.cs#L1276
Cannot convert null literal to non-nullable reference type.
|
build:
SimpleJSON/SimpleJSON.cs#L1277
Cannot convert null literal to non-nullable reference type.
|
build:
SimpleJSON/SimpleJSON.cs#L1284
Cannot convert null literal to non-nullable reference type.
|
build:
SimpleJSON/SimpleJSON.cs#L1299
Cannot convert null literal to non-nullable reference type.
|
build:
SimpleJSON/SimpleJSON.cs#L1144
Converting null literal or possible null value to non-nullable type.
|
build:
SimpleJSON/SimpleJSON.cs#L1145
Possible null reference argument for parameter 'a' in 'bool JSONNode.operator !=(JSONNode a, object b)'.
|
build:
SimpleJSON/SimpleJSON.cs#L1145
Cannot convert null literal to non-nullable reference type.
|