chore: avoid multiple request #73
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.
|