[ODS-6011] Filter POST requests to fix issue with swagger (#846) #497
Annotations
10 warnings
Application/EdFi.Ods.Tests/EdFi.Ods.Api/Middleware/OdsInstanceSelectorTests.cs#L177
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.
|
Application/EdFi.Ods.Tests/EdFi.Ods.Api/Middleware/OdsInstanceSelectorTests.cs#L219
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/EdFi.Ods.Features.UnitTests/ExternalCache/RedisUsiByUniqueIdMapCacheTests.cs#L225
Non-nullable field '_mapCache' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
tests/EdFi.Ods.Features.UnitTests/ExternalCache/RedisUsiByUniqueIdMapCacheTests.cs#L171
Non-nullable field '_mapCache' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
tests/EdFi.Ods.Features.UnitTests/ExternalCache/RedisUsiByUniqueIdMapCacheTests.cs#L26
Non-nullable field '_mapCache' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
tests/EdFi.Ods.Features.UnitTests/ExternalCache/RedisUniqueIdByUsiMapCacheTests.cs#L224
Non-nullable field '_mapCache' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
tests/EdFi.Ods.Features.UnitTests/ExternalCache/RedisUniqueIdByUsiMapCacheTests.cs#L170
Non-nullable field '_mapCache' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
tests/EdFi.Ods.Features.UnitTests/ExternalCache/RedisUniqueIdByUsiMapCacheTests.cs#L26
Non-nullable field '_mapCache' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Application/EdFi.Ods.Tests/EdFi.Ods.Api/Middleware/OdsInstanceSelectorTests.cs#L177
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.
|
Application/EdFi.Ods.Tests/EdFi.Ods.Api/Middleware/OdsInstanceSelectorTests.cs#L219
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.
|
The logs for this run have expired and are no longer available.
Loading