Skip to content

support api_key as part of the url #9

support api_key as part of the url

support api_key as part of the url #9

Triggered via pull request April 23, 2025 13:24
Status Success
Total duration 36s
Artifacts

build.yml

on: pull_request
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.