SDK regeneration #171
Annotations
1 error and 9 warnings
Run Tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Tests:
src/AssemblyAI/Core/Extensions.cs#L11
Possible null reference argument for parameter 'element' in 'Attribute? Attribute.GetCustomAttribute(MemberInfo element, Type attributeType)'.
|
Run Tests:
src/AssemblyAI/Core/Extensions.cs#L10
Converting null literal or possible null value to non-nullable type.
|
Run Tests:
src/AssemblyAI/Core/RawClient.cs#L132
Dereference of a possibly null reference.
|
Run Tests:
src/AssemblyAI/Realtime/WebsocketClient/Threading/WebsocketAsyncLock.cs#L52
Converting null literal or possible null value to non-nullable type.
|
Run Tests:
src/AssemblyAI/Realtime/WebsocketClient/Threading/WebsocketAsyncLock.cs#L51
Nullability of reference types in value of type 'Task<IDisposable?>' doesn't match target type 'Task<IDisposable>'.
|
Run Tests:
src/AssemblyAI/Transcripts/TranscriptsClient.cs#L38
Possible null reference assignment.
|
Run Tests:
src/AssemblyAI/Transcripts/TranscriptsClient.cs#L58
Possible null reference assignment.
|
Run Tests:
src/AssemblyAI/Transcripts/TranscriptsClient.cs#L300
Possible null reference assignment.
|
Loading