Skip to content

v1.1.3

v1.1.3 #8

Triggered via release January 22, 2026 12:54
@stratosbluestratosblue
released v1.1.3
Status Success
Total duration 2m 7s
Artifacts
publish-with-build
2m 2s
publish-with-build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
publish-with-build: test/Cuture.Extensions.SystemTextJson.Dynamic.Test/DynamicEnumerableTest.cs#L129
Possible null reference argument for parameter 'value' in 'void Check(object origin, string key, dynamic value)'.
publish-with-build: test/Cuture.Extensions.SystemTextJson.Dynamic.Test/JSONParseTest.cs#L77
Non-nullable property 'P' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish-with-build: test/Cuture.Extensions.SystemTextJson.Dynamic.Test/JSONParseTest.cs#L86
Non-nullable property 'P' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish-with-build: test/Cuture.Extensions.SystemTextJson.Dynamic.Test/JSONParseTest.cs#L97
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish-with-build: test/Cuture.Extensions.SystemTextJson.Dynamic.Test/JSONParseTest.cs#L56
Dereference of a possibly null reference.
publish-with-build: test/Cuture.Extensions.SystemTextJson.Dynamic.Test/JSONParseTest.cs#L25
Dereference of a possibly null reference.
publish-with-build: test/Cuture.Extensions.SystemTextJson.Dynamic.Test/DynamicJSONTestClass.cs#L82
Non-nullable property 'Value2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.