Skip to content

feat: added support of xml deserialization #51

feat: added support of xml deserialization

feat: added support of xml deserialization #51

Re-run triggered October 4, 2024 20:04
Status Success
Total duration 1m 35s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Web/API/Request.cs#L54
Cannot convert null literal to non-nullable reference type.
build: Web/API/Request.cs#L59
Cannot convert null literal to non-nullable reference type.
build: Web/API/Request.cs#L64
Cannot convert null literal to non-nullable reference type.
build: Web/API/Request.cs#L69
Cannot convert null literal to non-nullable reference type.
build: Web/API/Request.cs#L396
Dereference of a possibly null reference.
build: Web/API/Request.cs#L396
Converting null literal or possible null value to non-nullable type.
build: Web/API/Request.cs#L397
Dereference of a possibly null reference.
build: Web/API/Request.cs#L401
Dereference of a possibly null reference.
build: Web/API/Request.cs#L405
Converting null literal or possible null value to non-nullable type.
build: System/Net/IsOnline.cs#L14
Non-nullable field '_address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.