Skip to content
This repository was archived by the owner on Jun 19, 2026. It is now read-only.

Upgrade to .NET 10.0 and update Newtonsoft.Json #30

Upgrade to .NET 10.0 and update Newtonsoft.Json

Upgrade to .NET 10.0 and update Newtonsoft.Json #30

Triggered via push December 3, 2025 19:31
Status Success
Total duration 39s
Artifacts

build.yml

on: push
build-master
34s
build-master
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-master: tests/RequiredMemberAttributeTests.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-master: tests/RequiredMemberAttributeTests.cs#L36
Possible null reference argument for parameter 'element' in 'RequiredMemberAttribute? CustomAttributeExtensions.GetCustomAttribute<RequiredMemberAttribute>(MemberInfo element)'.
build-master: tests/RequiredMemberAttributeTests.cs#L33
Converting null literal or possible null value to non-nullable type.
build-master: tests/RequiredMemberAttributeTests.cs#L23
Possible null reference argument for parameter 'element' in 'RequiredMemberAttribute? CustomAttributeExtensions.GetCustomAttribute<RequiredMemberAttribute>(MemberInfo element)'.
build-master: tests/RequiredMemberAttributeTests.cs#L20
Converting null literal or possible null value to non-nullable type.
build-master: src/Extensions/PluginParametersExtensions.cs#L90
Possible null reference argument for parameter 'json' in 'object? JsonSerializer.Deserialize(string json, Type returnType, JsonSerializerOptions? options = null)'.
build-master: src/Extensions/PluginParametersExtensions.cs#L85
Possible null reference argument for parameter 'value' in 'object? JsonConvert.DeserializeObject(string value, Type type)'.
build-master: src/Extensions/PluginParametersExtensions.cs#L71
Possible null reference argument for parameter 'json' in 'object? JsonSerializer.Deserialize(string json, Type returnType, JsonSerializerOptions? options = null)'.
build-master: src/Extensions/PluginParametersExtensions.cs#L66
Possible null reference argument for parameter 'value' in 'Dictionary<string, object>? JsonConvert.DeserializeObject<Dictionary<string, object>>(string value)'.
build-master: src/Extensions/PluginParametersExtensions.cs#L58
Possible null reference argument for parameter 'json' in 'object? JsonSerializer.Deserialize(string json, Type returnType, JsonSerializerOptions? options = null)'.