Skip to content

Update CheckComputationExpressions.fs

f960746
Select commit
Loading
Failed to load commit list.
Closed

Unify let, let!, use, use! LetOrUse AST representation. #18816

Update CheckComputationExpressions.fs
f960746
Select commit
Loading
Failed to load commit list.
Azure Pipelines / fsharp-ci (Build WindowsCompressedMetadata_Desktop 4) failed Aug 5, 2025 in 7m 0s

Build WindowsCompressedMetadata_Desktop 4 failed

Annotations

Check failure on line 9 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / fsharp-ci (Build WindowsCompressedMetadata_Desktop 4)

Build log #L9

Publishing build artifacts failed with an error: Not found PathtoPublish: D:\a\_work\1\s\artifacts\TestResults\Release

Check failure on line 1531 in src\FSharp.Core\async.fs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / fsharp-ci (Build WindowsCompressedMetadata_Desktop 4)

src\FSharp.Core\async.fs#L1531

src\FSharp.Core\async.fs(1531,48): error FS0001: (NETCORE_ENGINEERING_TELEMETRY=Build) This expression was expected to have type    'CancellationToken'    but here has type    'Async<CancellationToken>'

Check failure on line 1924 in src\FSharp.Core\async.fs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / fsharp-ci (Build WindowsCompressedMetadata_Desktop 4)

src\FSharp.Core\async.fs#L1924

src\FSharp.Core\async.fs(1924,44): error FS0001: (NETCORE_ENGINEERING_TELEMETRY=Build) This expression was expected to have type    'AsyncResult<'a>'    but here has type    'Async<AsyncResult<'T>>'

Check failure on line 1958 in src\FSharp.Core\async.fs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / fsharp-ci (Build WindowsCompressedMetadata_Desktop 4)

src\FSharp.Core\async.fs#L1958

src\FSharp.Core\async.fs(1958,28): error FS0001: (NETCORE_ENGINEERING_TELEMETRY=Build) This expression was expected to have type    'bool'    but here has type    'Async<bool>'

Check failure on line 1980 in src\FSharp.Core\async.fs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / fsharp-ci (Build WindowsCompressedMetadata_Desktop 4)

src\FSharp.Core\async.fs#L1980

src\FSharp.Core\async.fs(1980,20): error FS0039: (NETCORE_ENGINEERING_TELEMETRY=Build) The type 'Async<_>' does not define the field, constructor or member 'Register'.