Skip to content

Create README.md

Create README.md #13

Triggered via push April 24, 2025 04:02
Status Success
Total duration 36s
Artifacts

build.yml

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