Create tech stack docs (techstack.yml and techstack.md) #80
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/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/Controllers/BulkController.cs#L164
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.
|