preparing release 5.0.0 #23
Merged
Annotations
10 warnings
|
tests/AuthorizationInterceptor.Extensions.HybridCache.Tests/Interceptors/HybridCacheAuthorizationInterceptorTests.cs#L49
Argument of type 'ValueTask<string?>' cannot be used for parameter 'value' of type 'ValueTask<string>' in 'ConfiguredCall SubstituteExtensions.Returns<ValueTask<string>>(ValueTask<string> value, ValueTask<string> returnThis, params ValueTask<string>[] returnThese)' due to differences in the nullability of reference types.
|
|
tests/AuthorizationInterceptor.Extensions.HybridCache.Tests/Interceptors/HybridCacheAuthorizationInterceptorTests.cs#L29
Argument of type 'ValueTask<string?>' cannot be used for parameter 'value' of type 'ValueTask<string>' in 'ConfiguredCall SubstituteExtensions.Returns<ValueTask<string>>(ValueTask<string> value, ValueTask<string> returnThis, params ValueTask<string>[] returnThese)' due to differences in the nullability of reference types.
|
|
tests/AuthorizationInterceptor.Tests/Strategies/AuthorizationInterceptorStrategyTests.cs#L117
Argument of type 'Task<AuthorizationHeaders>' cannot be used for parameter 'task' of type 'Task<AuthorizationHeaders?>' in 'ValueTask<AuthorizationHeaders?>.ValueTask(Task<AuthorizationHeaders?> task)' due to differences in the nullability of reference types.
|
|
tests/AuthorizationInterceptor.Tests/Strategies/AuthorizationInterceptorStrategyTests.cs#L38
Argument of type 'Task<AuthorizationHeaders>' cannot be used for parameter 'task' of type 'Task<AuthorizationHeaders?>' in 'ValueTask<AuthorizationHeaders?>.ValueTask(Task<AuthorizationHeaders?> task)' due to differences in the nullability of reference types.
|
|
tests/AuthorizationInterceptor.Tests/Utils/MockAuthorizationInterceptorHandler.cs#L13
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/AuthorizationInterceptor.Extensions.HybridCache.Tests/Interceptors/HybridCacheAuthorizationInterceptorTests.cs#L49
Argument of type 'ValueTask<string?>' cannot be used for parameter 'value' of type 'ValueTask<string>' in 'ConfiguredCall SubstituteExtensions.Returns<ValueTask<string>>(ValueTask<string> value, ValueTask<string> returnThis, params ValueTask<string>[] returnThese)' due to differences in the nullability of reference types.
|
|
tests/AuthorizationInterceptor.Extensions.HybridCache.Tests/Interceptors/HybridCacheAuthorizationInterceptorTests.cs#L29
Argument of type 'ValueTask<string?>' cannot be used for parameter 'value' of type 'ValueTask<string>' in 'ConfiguredCall SubstituteExtensions.Returns<ValueTask<string>>(ValueTask<string> value, ValueTask<string> returnThis, params ValueTask<string>[] returnThese)' due to differences in the nullability of reference types.
|
|
tests/AuthorizationInterceptor.Tests/Strategies/AuthorizationInterceptorStrategyTests.cs#L117
Argument of type 'Task<AuthorizationHeaders>' cannot be used for parameter 'task' of type 'Task<AuthorizationHeaders?>' in 'ValueTask<AuthorizationHeaders?>.ValueTask(Task<AuthorizationHeaders?> task)' due to differences in the nullability of reference types.
|
|
tests/AuthorizationInterceptor.Tests/Strategies/AuthorizationInterceptorStrategyTests.cs#L38
Argument of type 'Task<AuthorizationHeaders>' cannot be used for parameter 'task' of type 'Task<AuthorizationHeaders?>' in 'ValueTask<AuthorizationHeaders?>.ValueTask(Task<AuthorizationHeaders?> task)' due to differences in the nullability of reference types.
|
|
tests/AuthorizationInterceptor.Tests/Utils/MockAuthorizationInterceptorHandler.cs#L13
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