Skip to content

Implemented Task.Run and Task.Factory.StartNew wrappers #24

Implemented Task.Run and Task.Factory.StartNew wrappers

Implemented Task.Run and Task.Factory.StartNew wrappers #24

Triggered via push October 5, 2024 22:13
Status Failure
Total duration 52s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 12 warnings
build: test/Tenekon.Reactive.Test/Imports.cs#L6
The type or namespace name 'Yielders' does not exist in the namespace 'Tenekon.Coroutines.Iterators' (are you missing an assembly reference?)
build: test/Tenekon.Reactive.Test/Imports.cs#L7
The type or namespace name 'Yielders' does not exist in the namespace 'Tenekon.Coroutines.Iterators' (are you missing an assembly reference?)
build: test/Tenekon.Reactive.Test/Imports.cs#L6
The type or namespace name 'Yielders' does not exist in the namespace 'Tenekon.Coroutines.Iterators' (are you missing an assembly reference?)
build: test/Tenekon.Reactive.Test/Imports.cs#L7
The type or namespace name 'Yielders' does not exist in the namespace 'Tenekon.Coroutines.Iterators' (are you missing an assembly reference?)
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, 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/
build: src/Tenekon.Coroutines.Generator/Internals/Range.cs#L79
'Range.GetOffsetAndLength(int)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
build: src/Tenekon.Coroutines.GeneratedSources/Internals/Range.cs#L79
'Range.GetOffsetAndLength(int)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
build: test/Tenekon.Coroutines.NetTest/Coroutines/YieldersTests.SpawnTests.cs#L11
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: test/Tenekon.Coroutines.NetTest/Coroutines/CoroutineTests.FactoryTests.cs#L10
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: test/Tenekon.Coroutines.NetTest/Coroutines/YieldersTests.CallTests.cs#L32
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: test/Tenekon.Coroutines.NetTest/Coroutines/YieldersTests.LaunchTests.cs#L12
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: test/Tenekon.Coroutines.NetTest/Coroutines/YieldersTests.CallTests.cs#L39
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: test/Tenekon.Coroutines.NetTest/Coroutines/CoroutineTests.FactoryTests.cs#L18
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: test/Tenekon.Coroutines.NetTest/Coroutines/Iterators/AsyncIteratorTests.Call.cs#L8
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: test/Tenekon.Coroutines.NetTest/Coroutines/Iterators/AsyncIteratorTests.Call.cs#L9
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.