Merge remote-tracking branch 'origin/main' #125
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run Tests:
src/AssemblyAI/Realtime/WebsocketClient/WebsocketClient.cs#L43
Possible null reference argument for parameter 'clientFactory' in 'Func<Uri, CancellationToken, Task<WebSocket>> WebsocketClient.GetClientFactory(Func<ClientWebSocket> clientFactory)'.
|
Run Tests:
src/AssemblyAI/Realtime/WebsocketClient/WebsocketClient.cs#L43
Cannot convert null literal to non-nullable reference type.
|
Run Tests:
src/AssemblyAI/Realtime/WebsocketClient/WebsocketClient.cs#L54
Possible null reference argument for parameter 'clientFactory' in 'Func<Uri, CancellationToken, Task<WebSocket>> WebsocketClient.GetClientFactory(Func<ClientWebSocket> clientFactory)'.
|
Run Tests:
src/AssemblyAI/Realtime/WebsocketClient/WebsocketClient.cs#L64
Non-nullable field '_lastChanceTimer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Run Tests:
src/AssemblyAI/Realtime/WebsocketClient/WebsocketClient.cs#L64
Non-nullable field '_errorReconnectTimer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Run Tests:
src/AssemblyAI/Realtime/WebsocketClient/WebsocketClient.cs#L64
Non-nullable field '_client' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Run Tests:
src/AssemblyAI/Realtime/WebsocketClient/WebsocketClient.cs#L64
Non-nullable field '_cancellation' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Run Tests:
src/AssemblyAI/Realtime/WebsocketClient/WebsocketClient.cs#L64
Non-nullable field '_cancellationTotal' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Run Tests:
src/AssemblyAI/Realtime/WebsocketClient/WebsocketClient.cs#L64
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run Tests:
src/AssemblyAI/Realtime/WebsocketClient/WebsocketClient.cs#L64
Non-nullable property 'MessageEncoding' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading