Skip to content

Update test data in StatisticsTests.cs #2408

Update test data in StatisticsTests.cs

Update test data in StatisticsTests.cs #2408

Triggered via push December 18, 2023 14:03
Status Success
Total duration 59s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet-core.yml

on: push
Build & Test
51s
Build & Test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build & Test: src/FunderMaps.Core/Services/JwtSecurityTokenService.cs#L30
'JwtBearerOptions.SecurityTokenValidators' is obsolete: 'SecurityTokenValidators is no longer used by default. Use TokenHandlers instead. To continue using SecurityTokenValidators, set UseSecurityTokenValidators to true. See https://aka.ms/aspnetcore8/security-token-changes'
Build & Test: src/FunderMaps.Data/Repositories/ContractorRepository.cs#L42
Possible null reference argument for parameter 'value' in 'Contractor RepositoryBase<Contractor, int>.CacheEntity(Contractor value)'.
Build & Test: src/FunderMaps.Data/Repositories/BundleRepository.cs#L56
Possible null reference argument for parameter 'value' in 'Bundle RepositoryBase<Bundle, string>.CacheEntity(Bundle value)'.
Build & Test: src/FunderMaps.Data/Repositories/MapsetRepository.cs#L48
Possible null reference return.
Build & Test: src/FunderMaps.Incident/Components/Pages/Finish.razor#L8
Dereference of a possibly null reference.
Build & Test: tests/FunderMaps.Webservice.Tests/FunderMapsWebApplicationFactory.cs#L17
The type 'TEntityPrimaryKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TEntityPrimaryKey' doesn't match 'notnull' constraint.
Build & Test: tests/FunderMaps.Webservice.Tests/FunderMapsWebApplicationFactory.cs#L293
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 & Test: tests/FunderMaps.Webservice.Tests/FunderMapsWebApplicationFactory.cs#L339
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 & Test: tests/FunderMaps.IntegrationTests/Backend/BackendFixtureFactory.cs#L3
'Startup' is obsolete: 'This class is obsolete and will be removed in a future version.'
Build & Test: tests/FunderMaps.IntegrationTests/Webservice/WebserviceFixtureFactory.cs#L3
'Startup' is obsolete: 'This class is obsolete and will be removed in a future version.'