5.0.2 #62
Annotations
11 warnings
Setup NuGet
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build the solution:
src/Unleash/Internal/UnleashServices.cs#L90
'UnleashSettings.ProjectId' is obsolete: 'No longer supported in recent versions of Unleash, scope API token accordingly instead. Will be removed in the next major version'
|
Build the solution:
src/Unleash/UnleashContext.cs#L52
'UnleashSettings.Environment' is obsolete: 'No longer supported in recent versions of Unleash, scope API token accordingly instead. Will be removed in the next major version'
|
Build the solution:
src/Unleash/ClientFactory/IUnleashClientFactory.cs#L6
Missing XML comment for publicly visible type or member 'IUnleashClientFactory'
|
Build the solution:
src/Unleash/ClientFactory/IUnleashClientFactory.cs#L8
Missing XML comment for publicly visible type or member 'IUnleashClientFactory.CreateClient(UnleashSettings, bool, params IStrategy[])'
|
Build the solution:
src/Unleash/ClientFactory/IUnleashClientFactory.cs#L9
Missing XML comment for publicly visible type or member 'IUnleashClientFactory.CreateClientAsync(UnleashSettings, bool, params IStrategy[])'
|
Build the solution:
src/Unleash/ClientFactory/UnleashClientFactory.cs#L21
Parameter 'settings' has no matching param tag in the XML comment for 'UnleashClientFactory.CreateClient(UnleashSettings, bool, params IStrategy[])' (but other parameters do)
|
Build the solution:
src/Unleash/ClientFactory/UnleashClientFactory.cs#L45
Parameter 'settings' has no matching param tag in the XML comment for 'UnleashClientFactory.CreateClientAsync(UnleashSettings, bool, params IStrategy[])' (but other parameters do)
|
Build the solution:
src/Unleash/DefaultHttpClientFactory.cs#L33
Missing XML comment for publicly visible type or member 'DefaultHttpClientFactory.Create(Uri)'
|
Build the solution:
src/Unleash/DefaultHttpClientFactory.cs#L50
Missing XML comment for publicly visible type or member 'DefaultHttpClientFactory.CreateHttpClientInstance(Uri)'
|
Build the solution:
src/Unleash/DefaultHttpClientFactory.cs#L61
Missing XML comment for publicly visible type or member 'DefaultHttpClientFactory.ConfigureHttpClient(HttpClient)'
|
Loading