Merge pull request #361 from deepgram/feat/no-6 #545
Annotations
10 warnings
Run tests:
Deepgram/ListenRESTClient.cs#L13
'Client' is obsolete: 'Please use Deepgram.Clients.Listen.v1.REST.Client instead'
|
Run tests:
Deepgram/ClientFactory.cs#L143
'Client' is obsolete: 'Please use Deepgram.Clients.Listen.v2.WebSocket instead'
|
Run tests:
Deepgram/ClientFactory.cs#L193
'Client' is obsolete: 'Please use Deepgram.Clients.Speak.v2.WebSocket instead'
|
Run tests:
Deepgram/Factory/HttpClientFactory.cs#L22
Possible null reference argument for parameter 'name' in 'IHttpClientBuilder HttpClientFactoryServiceCollectionExtensions.AddHttpClient(IServiceCollection services, string name)'.
|
Run tests:
Deepgram/Utilities/QueryParameterUtil.cs#L60
'PreRecordedSchema' is obsolete: 'Please use Deepgram.Clients.Listen.v1.REST instead'
|
Run tests:
Deepgram/Utilities/QueryParameterUtil.cs#L60
'PreRecordedSchema' is obsolete: 'Please use Deepgram.Clients.Listen.v1.REST instead'
|
Run tests:
Deepgram/Utilities/QueryParameterUtil.cs#L70
'SpeakSchema' is obsolete: 'Please use Deepgram.Models.Speak.v1.REST.SpeakSchema instead'
|
Run tests:
Deepgram/Utilities/QueryParameterUtil.cs#L70
'SpeakSchema' is obsolete: 'Please use Deepgram.Models.Speak.v1.REST.SpeakSchema instead'
|
Run tests:
Deepgram/Clients/Listen/v2/WebSocket/Client.cs#L622
Nullable value type may be null.
|
Run tests:
Deepgram/Clients/Listen/v1/WebSocket/Client.cs#L1008
Nullable value type may be null.
|
Loading