Merge pull request #46 from AssemblyAI/fern-bot/08-23-2024-0918PM #114
ci.yml
on: push
compile
27s
tests
3m 23s
publish
26s
Annotations
36 warnings
compile
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/
|
compile
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/
|
compile:
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)'.
|
compile:
src/AssemblyAI/Realtime/WebsocketClient/WebsocketClient.cs#L43
Cannot convert null literal to non-nullable reference type.
|
compile:
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)'.
|
compile:
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.
|
compile:
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.
|
compile:
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.
|
compile:
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.
|
compile:
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.
|
compile:
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.
|
compile:
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.
|
publish
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/
|
publish
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/
|
publish:
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)'.
|
publish:
src/AssemblyAI/Realtime/WebsocketClient/WebsocketClient.cs#L43
Cannot convert null literal to non-nullable reference type.
|
publish:
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)'.
|
publish:
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.
|
publish:
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.
|
publish:
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.
|
publish:
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.
|
publish:
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.
|
publish:
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.
|
publish:
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.
|
tests
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/
|
tests
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/
|
tests:
src/AssemblyAI/Core/RawClient.cs#L68
Dereference of a possibly null reference.
|
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)'.
|
tests:
src/AssemblyAI/Realtime/WebsocketClient/WebsocketClient.cs#L43
Cannot convert null literal to non-nullable reference type.
|
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)'.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|