Skip to content

chore: avoid multiple request #73

chore: avoid multiple request

chore: avoid multiple request #73

Triggered via pull request October 19, 2023 12:07
Status Success
Total duration 51s
Artifacts

testing.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: ibge/Models/User.cs#L12
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ibge/Models/User.cs#L16
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ibge/Dtos/User.cs#L16
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ibge/Dtos/User.cs#L21
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ibge/Dtos/User.cs#L8
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ibge/Dtos/User.cs#L9
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ibge/Dtos/Bulk.cs#L22
Non-nullable property 'errorsResult' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ibge/Controllers/BulkController.cs#L158
Possible null reference assignment.
build: Tests/UsersControllerTests.cs#L12
Non-nullable field '_options' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Tests/UsersControllerTests.cs#L13
Non-nullable field '_context' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.