Daily Test Coverage Improver: Add comprehensive tests for Utils and DebugUtils #272
Annotations
10 errors and 1 notice
|
src/FSharp.Control.TaskSeq.Test/TaskSeq.EdgeCases.Tests.fs#L108
The type 'bool' does not have 'null' as a proper value
|
|
src/FSharp.Control.TaskSeq.Test/TaskSeq.EdgeCases.Tests.fs#L108
The type 'bool' is not compatible with the type 'NHamcrest.IMatcher<obj>'
|
|
src/FSharp.Control.TaskSeq.Test/TaskSeq.EdgeCases.Tests.fs#L87
Type constraint mismatch. The type � 'int array' �is not compatible with type� 'Task'
|
|
src/FSharp.Control.TaskSeq.Test/TaskSeq.EdgeCases.Tests.fs#L57
No overloads match for method 'Bind'.��Known types of arguments: int array * ('a -> TaskCode<'b,unit>)��Available overloads:� - member TaskBuilderBase.Bind: computation: Async<'TResult1> * continuation: ('TResult1 -> TaskCode<'TOverall,'TResult2>) -> TaskCode<'TOverall,'TResult2> // Argument 'computation' doesn't match� - member TaskBuilderBase.Bind: task: Task<'TResult1> * continuation: ('TResult1 -> TaskCode<'TOverall,'TResult2>) -> TaskCode<'TOverall,'TResult2> // Argument 'task' doesn't match� - member TaskBuilderBase.Bind: task: ^TaskLike * continuation: ('TResult1 -> TaskCode<'TOverall,'TResult2>) -> TaskCode<'TOverall,'TResult2> when ^TaskLike: (member GetAwaiter: unit -> ^Awaiter) and ^Awaiter :> Runtime.CompilerServices.ICriticalNotifyCompletion and ^Awaiter: (member get_IsCompleted: unit -> bool) and ^Awaiter: (member GetResult: unit -> 'TResult1) // Argument 'task' doesn't match
|
|
src/FSharp.Control.TaskSeq.Test/TaskSeq.Utils.Tests.fs#L241
The type 'int' does not match the type 'unit'
|
|
src/FSharp.Control.TaskSeq.Test/TaskSeq.Utils.Tests.fs#L241
The type 'int' does not match the type 'unit'
|
|
src/FSharp.Control.TaskSeq.Test/TaskSeq.Utils.Tests.fs#L212
The type 'int' does not match the type 'Async<int>'
|
|
src/FSharp.Control.TaskSeq.Test/TaskSeq.Utils.Tests.fs#L212
The type 'int' does not match the type 'Async<int>'
|
|
src/FSharp.Control.TaskSeq.Test/TaskSeq.Utils.Tests.fs#L212
The type 'int' does not match the type 'Async<'a>'
|
|
src/FSharp.Control.TaskSeq.Test/TaskSeq.Utils.Tests.fs#L81
This construct is deprecated. From version 0.4.0 onward, 'ValueTask.FromResult' is deprecated in favor of 'ValueTask.fromResult'. It will be removed in an upcoming release.
|
|
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
The logs for this run have expired and are no longer available.
Loading