chore: Add basic test for clean architecture #24
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
src/Application/Weather/GetForecast/GetForecastQueryHandler.cs#L15
Dereference of a possibly null reference.
|
Build:
src/Api/Routes/Weather/Models/GetWeatherResponse.cs#L5
Non-nullable property 'Forecast' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
tests/Core.Tests/ArchitectureTests.cs#L10
Possible null reference assignment.
|
Build:
tests/Core.Tests/ArchitectureTests.cs#L11
Possible null reference assignment.
|
Build:
tests/Core.Tests/ArchitectureTests.cs#L12
Possible null reference assignment.
|
Build:
tests/Core.Tests/ArchitectureTests.cs#L13
Possible null reference assignment.
|
Build:
tests/Api.E2E/ForecastTests.cs#L163
Dereference of a possibly null reference.
|
Build:
tests/Api.E2E/ForecastTests.cs#L190
Dereference of a possibly null reference.
|
Build:
src/Application/Weather/GetForecast/GetForecastQueryHandler.cs#L15
Dereference of a possibly null reference.
|
Build:
src/Api/Routes/Weather/Models/GetWeatherResponse.cs#L5
Non-nullable property 'Forecast' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading