Skip to content

Update README.md

Update README.md #17

Triggered via push April 28, 2025 05:58
Status Success
Total duration 31s
Artifacts

build.yml

on: push
build-and-test
22s
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.