Skip to content

Merge pull request #46 from AssemblyAI/fern-bot/08-23-2024-0918PM #113

Merge pull request #46 from AssemblyAI/fern-bot/08-23-2024-0918PM

Merge pull request #46 from AssemblyAI/fern-bot/08-23-2024-0918PM #113

Triggered via push August 23, 2024 21:59
Status Failure
Total duration 3m 50s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 24 warnings
tests
Process completed with exit code 1.
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/Core/RawClient.cs#L68
Dereference of a possibly null reference.
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.
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.