Skip to content

Run tests on correct GH actions runner #175

Run tests on correct GH actions runner

Run tests on correct GH actions runner #175

Triggered via push January 21, 2025 17:39
Status Failure
Total duration 6m 9s
Artifacts

ci.yml

on: push
Matrix: tests
Publish to NuGet
0s
Publish to NuGet
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 12 warnings
Run Tests on ubuntu-latest with net8.0
Assets file '/home/runner/work/assemblyai-csharp-sdk/assemblyai-csharp-sdk/src/AssemblyAI.IntegrationTests/obj/project.assets.json' doesn't have a target for 'net8.0'. Ensure that restore has run and that you have included 'net8.0' in the TargetFrameworks for your project.
Run Tests on ubuntu-latest with net8.0
Assets file '/home/runner/work/assemblyai-csharp-sdk/assemblyai-csharp-sdk/src/AssemblyAI.UnitTests/obj/project.assets.json' doesn't have a target for 'net8.0'. Ensure that restore has run and that you have included 'net8.0' in the TargetFrameworks for your project.
Run Tests on ubuntu-latest with net8.0
Process completed with exit code 1.
Run Tests on windows-latest with net8.0
Assets file 'D:\a\assemblyai-csharp-sdk\assemblyai-csharp-sdk\src\AssemblyAI.UnitTests\obj\project.assets.json' doesn't have a target for 'net8.0'. Ensure that restore has run and that you have included 'net8.0' in the TargetFrameworks for your project.
Run Tests on windows-latest with net8.0
Assets file 'D:\a\assemblyai-csharp-sdk\assemblyai-csharp-sdk\src\AssemblyAI.IntegrationTests\obj\project.assets.json' doesn't have a target for 'net8.0'. Ensure that restore has run and that you have included 'net8.0' in the TargetFrameworks for your project.
Run Tests on windows-latest with net8.0
Process completed with exit code 1.
Run Tests on ubuntu-latest with net8.0
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Compile
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Compile: src/AssemblyAI/Core/Extensions.cs#L11
Possible null reference argument for parameter 'element' in 'Attribute? Attribute.GetCustomAttribute(MemberInfo element, Type attributeType)'.
Compile: src/AssemblyAI/Core/Extensions.cs#L10
Converting null literal or possible null value to non-nullable type.
Compile: src/AssemblyAI/Core/RawClient.cs#L132
Dereference of a possibly null reference.
Compile: src/AssemblyAI/Realtime/WebsocketClient/Threading/WebsocketAsyncLock.cs#L52
Converting null literal or possible null value to non-nullable type.
Compile: 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>'.
Compile: src/AssemblyAI/Transcripts/TranscriptsClient.cs#L38
Possible null reference assignment.
Compile: src/AssemblyAI/Transcripts/TranscriptsClient.cs#L58
Possible null reference assignment.
Compile: src/AssemblyAI/Transcripts/TranscriptsClient.cs#L300
Possible null reference assignment.
Compile: src/AssemblyAI/Core/RawClient.cs#L132
Dereference of a possibly null reference.
Compile: src/AssemblyAI/Core/Extensions.cs#L11
Possible null reference argument for parameter 'element' in 'Attribute? Attribute.GetCustomAttribute(MemberInfo element, Type attributeType)'.