Merge pull request #275 from onerain88/release/231 #65
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 5.0 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:
Libs/Newtonsoft.Json.AOT/Utilities/DictionaryWrapper.cs#L169
Nullability of reference types in type of parameter 'value' of 'bool DictionaryWrapper<TKey, TValue>.TryGetValue(TKey key, out TValue value)' doesn't match implicitly implemented member 'bool IDictionary<TKey, TValue>.TryGetValue(TKey key, out TValue value)' (possibly because of nullability attributes).
|
build:
Libs/Newtonsoft.Json.AOT/JsonConvert.cs#L720
Possible null reference return.
|
build:
Libs/Newtonsoft.Json.AOT/JsonConvert.cs#L758
Possible null reference return.
|
build:
Libs/Newtonsoft.Json.AOT/Linq/Extensions.cs#L181
Possible null reference return.
|
build:
Libs/Newtonsoft.Json.AOT/Linq/Extensions.cs#L194
Possible null reference return.
|
build:
Libs/Newtonsoft.Json.AOT/Linq/Extensions.cs#L200
Possible null reference return.
|
build:
Libs/Newtonsoft.Json.AOT/Linq/Extensions.cs#L212
Possible null reference return.
|
build:
Libs/Newtonsoft.Json.AOT/Linq/Extensions.cs#L252
Possible null reference return.
|
build:
Libs/Newtonsoft.Json.AOT/Linq/JContainer.cs#L321
Parameter 'content' must have a non-null value when exiting.
|
build:
Libs/Newtonsoft.Json.AOT/Linq/JToken.cs#L342
Possible null reference return.
|