Update test data in StatisticsTests.cs #2408
Annotations
10 warnings
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'
|
src/FunderMaps.Data/Repositories/ContractorRepository.cs#L42
Possible null reference argument for parameter 'value' in 'Contractor RepositoryBase<Contractor, int>.CacheEntity(Contractor value)'.
|
src/FunderMaps.Data/Repositories/BundleRepository.cs#L56
Possible null reference argument for parameter 'value' in 'Bundle RepositoryBase<Bundle, string>.CacheEntity(Bundle value)'.
|
src/FunderMaps.Data/Repositories/MapsetRepository.cs#L48
Possible null reference return.
|
src/FunderMaps.Incident/Components/Pages/Finish.razor#L8
Dereference of a possibly null reference.
|
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.
|
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.
|
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.
|
tests/FunderMaps.IntegrationTests/Backend/BackendFixtureFactory.cs#L3
'Startup' is obsolete: 'This class is obsolete and will be removed in a future version.'
|
tests/FunderMaps.IntegrationTests/Webservice/WebserviceFixtureFactory.cs#L3
'Startup' is obsolete: 'This class is obsolete and will be removed in a future version.'
|
The logs for this run have expired and are no longer available.
Loading