Skip to content

Jwt claims + SAS tokens for Blobs #38

Jwt claims + SAS tokens for Blobs

Jwt claims + SAS tokens for Blobs #38

Triggered via pull request May 8, 2024 18:32
@juuweljuuwel
synchronize #10
jwt-claims
Status Failure
Total duration 1m 26s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
tests
Process completed with exit code 1.
tests: Shared/Dtos/FromClient/Identity/RegisterUserDto.cs#L7
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: Shared/Dtos/FromClient/Identity/RegisterUserDto.cs#L8
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: Shared/Dtos/FromClient/Identity/RegisterUserDto.cs#L9
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: Shared/Dtos/FromClient/Identity/LoginDto.cs#L7
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: Shared/Dtos/FromClient/Identity/LoginDto.cs#L9
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: Shared/Models/Collection.cs#L6
Non-nullable property 'UserEmail' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: Core/Options/MqttOptions.cs#L5
Non-nullable property 'Server' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: Core/Options/MqttOptions.cs#L7
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: Core/Options/MqttOptions.cs#L8
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: Core/Options/MqttOptions.cs#L9
Non-nullable property 'SubscribeTopic' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.