Skip to content

Merge pull request #45 from AssemblyAI/niels/add-more-transcript-over… #109

Merge pull request #45 from AssemblyAI/niels/add-more-transcript-over…

Merge pull request #45 from AssemblyAI/niels/add-more-transcript-over… #109

Triggered via push August 23, 2024 21:16
Status Success
Total duration 4m 0s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

24 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/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.