Skip to content

Update README.md

Update README.md #22

Triggered via push May 2, 2025 02:43
Status Success
Total duration 35s
Artifacts

build.yml

on: push
build-and-test
25s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
build-and-test: src/DigmaSSEServer/Authentication/BearerTokenHandler.cs#L9
Cannot convert null literal to non-nullable reference type.
build-and-test: src/DigmaSSEServer/Options/AuthOptions.cs#L5
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/DigmaSSEServer/Options/AuthOptions.cs#L6
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/DigmaSSEServer/Options/AuthOptions.cs#L7
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/DigmaSSEServer/Authentication/BearerTokenHandler.cs#L9
Cannot convert null literal to non-nullable reference type.
build-and-test: src/DigmaSSEServer/Options/AuthOptions.cs#L5
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/DigmaSSEServer/Options/AuthOptions.cs#L6
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/DigmaSSEServer/Options/AuthOptions.cs#L7
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.