Update version to 1.1.1 #135
Annotations
1 error and 5 warnings
Run Tests
Process completed with exit code 1.
|
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#L298
Possible null reference assignment.
|
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>'.
|
Loading