Skip to content

Create tech stack docs (techstack.yml and techstack.md) #80

Create tech stack docs (techstack.yml and techstack.md)

Create tech stack docs (techstack.yml and techstack.md) #80

Triggered via pull request February 29, 2024 20:31
Status Success
Total duration 40s
Artifacts

testing.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.