feat: make yielder arguments comparable #22
Annotations
10 errors and 12 warnings
src/Tenekon.Reactive.Extensions.Coroutines/Imports.cs#L8
The type or namespace name 'Yielders' does not exist in the namespace 'Tenekon.Coroutines.Iterators' (are you missing an assembly reference?)
|
src/Tenekon.Reactive.Extensions.Coroutines/Yielders.Channel.cs#L8
The type or namespace name 'ManualResetCoroutineCompletionSource<>' could not be found (are you missing a using directive or an assembly reference?)
|
src/Tenekon.Reactive.Extensions.Coroutines/Yielders.Emit.cs#L8
The type or namespace name 'ManualResetCoroutineCompletionSource<>' could not be found (are you missing a using directive or an assembly reference?)
|
src/Tenekon.Reactive.Extensions.Coroutines/Yielders.Emit.cs#L8
The type or namespace name 'Nothing' could not be found (are you missing a using directive or an assembly reference?)
|
src/Tenekon.Reactive.Extensions.Coroutines/Yielders.Channel.cs#L27
The type or namespace name 'ManualResetCoroutineCompletionSource<>' could not be found (are you missing a using directive or an assembly reference?)
|
src/Tenekon.Reactive.Extensions.Coroutines/Yielders.Take.cs#L6
The type or namespace name 'ManualResetCoroutineCompletionSource<>' could not be found (are you missing a using directive or an assembly reference?)
|
src/Tenekon.Reactive.Extensions.Coroutines/Yielders.Channel.cs#L34
The type or namespace name 'ManualResetCoroutineCompletionSource<>' could not be found (are you missing a using directive or an assembly reference?)
|
src/Tenekon.Reactive.Extensions.Coroutines/Yielders.Channel.cs#L34
The type or namespace name 'ManualResetCoroutineCompletionSource<>' could not be found (are you missing a using directive or an assembly reference?)
|
src/Tenekon.Reactive.Extensions.Coroutines/Yielders.Emit.cs#L27
The type or namespace name 'ManualResetCoroutineCompletionSource<>' could not be found (are you missing a using directive or an assembly reference?)
|
src/Tenekon.Reactive.Extensions.Coroutines/Yielders.Emit.cs#L27
The type or namespace name 'Nothing' could not be found (are you missing a using directive or an assembly reference?)
|
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/
|
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/
|
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
|
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
|
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.
|
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.
|
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.
|
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.
|
test/Tenekon.Coroutines.NetTest/Coroutines/Iterators/AsyncIteratorTests.Spawn.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.
|
test/Tenekon.Coroutines.NetTest/Coroutines/Iterators/AsyncIteratorTests.Spawn.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.
|
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.
|
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.
|
The logs for this run have expired and are no longer available.
Loading