Skip to content

Merge pull request #23 from FrApp42/dev/main #59

Merge pull request #23 from FrApp42/dev/main

Merge pull request #23 from FrApp42/dev/main #59

Triggered via push October 7, 2024 12:29
Status Success
Total duration 1m 33s
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#L406
Dereference of a possibly null reference.
build: Web/API/Request.cs#L407
Dereference of a possibly null reference.
build: Web/API/Request.cs#L411
Dereference of a possibly null reference.
build: Web/API/Request.cs#L415
Converting null literal or possible null value to non-nullable type.
build: System/Computer/Awake/Awake.v1.cs#L33
Cannot convert null literal to non-nullable reference 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.