v3.14.1 #337
Annotations
13 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Setup .NET
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
Build:
samples/My.Hr/My.Hr.Business/External/NationalizeApiClient.cs#L26
'TypedHttpClientBase<NationalizeApiClient>.WithRetry(int?, double?)' is obsolete: 'This feature will soon be deprecated; please leverage IHttpClientFactory capabilies. See https://learn.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests on how to implement.'
|
Build:
samples/My.Hr/My.Hr.Business/External/GenderizeApiClient.cs#L26
'TypedHttpClientBase<GenderizeApiClient>.WithRetry(int?, double?)' is obsolete: 'This feature will soon be deprecated; please leverage IHttpClientFactory capabilies. See https://learn.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests on how to implement.'
|
Build:
samples/My.Hr/My.Hr.Business/External/AgifyServiceClient.cs#L26
'TypedHttpClientBase<AgifyApiClient>.WithRetry(int?, double?)' is obsolete: 'This feature will soon be deprecated; please leverage IHttpClientFactory capabilies. See https://learn.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests on how to implement.'
|
Build:
tests/CoreEx.Test/Framework/Http/TypedHttpClientOptionsTest.cs#L27
'TypedHttpClientOptions.CustomRetryPolicy' is obsolete: 'This feature will soon be deprecated; please leverage IHttpClientFactory capabilies. See https://learn.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests on how to implement.'
|
Build:
tests/CoreEx.Test/Framework/Http/TypedHttpClientOptionsTest.cs#L28
'TypedHttpClientOptions.RetryCount' is obsolete: 'This feature will soon be deprecated; please leverage IHttpClientFactory capabilies. See https://learn.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests on how to implement.'
|
Build:
tests/CoreEx.Test/Framework/Http/TypedHttpClientOptionsTest.cs#L29
'TypedHttpClientOptions.RetrySeconds' is obsolete: 'This feature will soon be deprecated; please leverage IHttpClientFactory capabilies. See https://learn.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests on how to implement.'
|
Build:
tests/CoreEx.Test/Framework/Http/TypedHttpClientOptionsTest.cs#L36
'TypedHttpClientOptions.MaxRetryDelay' is obsolete: 'This feature will soon be deprecated; please leverage IHttpClientFactory capabilies. See https://learn.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests on how to implement.'
|
Build:
tests/CoreEx.Test/Framework/Http/TypedHttpClientOptionsTest.cs#L45
'TypedHttpClientOptions.WithRetry(int?, double?)' is obsolete: 'This feature will soon be deprecated; please leverage IHttpClientFactory capabilies. See https://learn.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests on how to implement.'
|
Build:
tests/CoreEx.Test/Framework/Http/TypedHttpClientOptionsTest.cs#L48
'TypedHttpClientOptions.RetryCount' is obsolete: 'This feature will soon be deprecated; please leverage IHttpClientFactory capabilies. See https://learn.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests on how to implement.'
|
Build:
tests/CoreEx.Test/Framework/Http/TypedHttpClientOptionsTest.cs#L49
'TypedHttpClientOptions.RetrySeconds' is obsolete: 'This feature will soon be deprecated; please leverage IHttpClientFactory capabilies. See https://learn.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests on how to implement.'
|
Loading