Add ci #2
Annotations
1 error and 11 warnings
Build
Process completed with exit code 1.
|
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build:
src/Basisregisters.IntegrationDb.SuspiciousCases.Api/Detail/SuspiciousCasesDetailRequestHandler.cs#L20
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build:
src/Basisregisters.IntegrationDb.SuspiciousCases.Api/Infrastructure/Startup.cs#L35
Non-nullable field '_applicationContainer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
src/Basisregisters.IntegrationDb.SuspiciousCases.Api/List/SuspiciousCasesListRequestHandler.cs#L20
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build:
src/Basisregisters.IntegrationDb.SuspiciousCases.Api/Infrastructure/EmptyController.cs#L17
Possible null reference argument for parameter 'assembly' in 'string AssemblyVersionExtension.GetVersionText(Assembly assembly)'.
|
Build:
src/Basisregisters.IntegrationDb.SuspiciousCases.Api/Infrastructure/ResponseOptions.cs#L5
Non-nullable property 'AddressDetailUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Basisregisters.IntegrationDb.SuspiciousCases.Api/Infrastructure/ResponseOptions.cs#L6
Non-nullable property 'BuildingDetailUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Basisregisters.IntegrationDb.SuspiciousCases.Api/Infrastructure/ResponseOptions.cs#L7
Non-nullable property 'BuildingUnitDetailUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Basisregisters.IntegrationDb.SuspiciousCases.Api/Infrastructure/ResponseOptions.cs#L8
Non-nullable property 'StreetNameDetailUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Basisregisters.IntegrationDb.SuspiciousCases.Api/Infrastructure/ResponseOptions.cs#L9
Non-nullable property 'ParcelDetailUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Basisregisters.IntegrationDb.SuspiciousCases.Api/Infrastructure/ResponseOptions.cs#L10
Non-nullable property 'RoadSegmentDetailUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|