Skip to content

Tests

Tests #28

Triggered via pull request April 26, 2024 13:12
@juuweljuuwel
synchronize #6
tests
Status Success
Total duration 1m 2s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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#L9
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#L11
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: Shared/Models/BaseDtoWithJwt.cs#L7
Non-nullable property 'Jwt' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: Shared/Models/Plant.cs#L9
Non-nullable property 'UserEmail' 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.