Skip to content

Merge pull request #33 from AssemblyAI/niels/add-transcribe #42

Merge pull request #33 from AssemblyAI/niels/add-transcribe

Merge pull request #33 from AssemblyAI/niels/add-transcribe #42

Triggered via push July 22, 2024 12:02
Status Success
Total duration 41s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 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 uses Node.js version which is deprecated 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/UserAgent.cs#L17
Possible null reference argument for parameter 'a' in 'Dictionary<string, UserAgentItem> UserAgent.Merge(Dictionary<string, UserAgentItem?> a, Dictionary<string, UserAgentItem?> b)'.
compile: src/AssemblyAI/UserAgent.cs#L17
Possible null reference argument for parameter 'b' in 'Dictionary<string, UserAgentItem> UserAgent.Merge(Dictionary<string, UserAgentItem?> a, Dictionary<string, UserAgentItem?> b)'.
compile: src/AssemblyAI/UserAgent.cs#L17
Nullability of reference types in value of type 'Dictionary<string, UserAgentItem>' doesn't match target type 'Dictionary<string, UserAgentItem?>'.
compile: src/AssemblyAI/UserAgent.cs#L29
Dereference of a possibly null reference.
compile: src/AssemblyAI/Core/RawClient.cs#L60
Dereference of a possibly null reference.
compile: src/AssemblyAI/UserAgent.cs#L17
Possible null reference argument for parameter 'a' in 'Dictionary<string, UserAgentItem> UserAgent.Merge(Dictionary<string, UserAgentItem?> a, Dictionary<string, UserAgentItem?> b)'.
compile: src/AssemblyAI/UserAgent.cs#L17
Possible null reference argument for parameter 'b' in 'Dictionary<string, UserAgentItem> UserAgent.Merge(Dictionary<string, UserAgentItem?> a, Dictionary<string, UserAgentItem?> b)'.
compile: src/AssemblyAI/UserAgent.cs#L17
Nullability of reference types in value of type 'Dictionary<string, UserAgentItem>' doesn't match target type 'Dictionary<string, UserAgentItem?>'.
compile: src/AssemblyAI/UserAgent.cs#L29
Dereference of a possibly null reference.
compile: src/AssemblyAI/Core/RawClient.cs#L60
Dereference of a possibly null reference.