Update README.md #22
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.
|