Skip to content

Clean code & CI

Clean code & CI #10

Triggered via pull request July 29, 2024 18:32
@sikeliosikelio
synchronize #15
dev/main
Status Success
Total duration 27s
Billable time 1m
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Web/API/Request.cs#L53
Cannot convert null literal to non-nullable reference type.
build: Web/API/Request.cs#L58
Cannot convert null literal to non-nullable reference type.
build: Web/API/Request.cs#L63
Cannot convert null literal to non-nullable reference type.
build: Web/API/Request.cs#L68
Cannot convert null literal to non-nullable reference type.
build: Web/API/Request.cs#L359
Dereference of a possibly null reference.
build: System/Net/IsOnline.cs#L14
Non-nullable field '_address' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: System/Net/IsOnline.cs#L24
Non-nullable field '_hostname' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: System/Net/WakeOnLan.cs#L47
This call site is reachable on all platforms. 'IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive' is supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: Web/API/Request.cs#L53
Cannot convert null literal to non-nullable reference type.
build: Web/API/Request.cs#L58
Cannot convert null literal to non-nullable reference type.