chore: add enviroment #4
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ibge/Models/User.cs#L12
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ibge/Models/User.cs#L16
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ibge/Dtos/User.cs#L16
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ibge/Dtos/User.cs#L21
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ibge/Dtos/User.cs#L8
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ibge/Dtos/User.cs#L9
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ibge/Dtos/Bulk.cs#L22
Non-nullable property 'errorsResult' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ibge/Controllers/BulkController.cs#L134
Possible null reference assignment.
|
Tests/UsersControllerTests.cs#L12
Non-nullable field '_options' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Tests/UsersControllerTests.cs#L13
Non-nullable field '_context' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
|
The logs for this run have expired and are no longer available.
Loading