(Empty/NoEmpty)-bodied named computation expression should produce the same AST #18126
Build WindowsCompressedMetadata vs_release failed
Annotations
Check failure on line 155 in src\Compiler\Facilities\CompilerLocation.fs
azure-pipelines / fsharp-ci (Build WindowsCompressedMetadata vs_release)
src\Compiler\Facilities\CompilerLocation.fs#L155
src\Compiler\Facilities\CompilerLocation.fs(155,13): error FS0740: (NETCORE_ENGINEERING_TELEMETRY=Build) Invalid record, sequence or computation expression. Sequence expressions should be of the form 'seq { ... }'
Check failure on line 163 in src\Compiler\Facilities\CompilerLocation.fs
azure-pipelines / fsharp-ci (Build WindowsCompressedMetadata vs_release)
src\Compiler\Facilities\CompilerLocation.fs#L163
src\Compiler\Facilities\CompilerLocation.fs(163,13): error FS0740: (NETCORE_ENGINEERING_TELEMETRY=Build) Invalid record, sequence or computation expression. Sequence expressions should be of the form 'seq { ... }'
Check failure on line 188 in src\Compiler\Facilities\CompilerLocation.fs
azure-pipelines / fsharp-ci (Build WindowsCompressedMetadata vs_release)
src\Compiler\Facilities\CompilerLocation.fs#L188
src\Compiler\Facilities\CompilerLocation.fs(188,17): error FS0740: (NETCORE_ENGINEERING_TELEMETRY=Build) Invalid record, sequence or computation expression. Sequence expressions should be of the form 'seq { ... }'
Check failure on line 56 in src\FSharp.Build\WriteCodeFragment.fs
azure-pipelines / fsharp-ci (Build WindowsCompressedMetadata vs_release)
src\FSharp.Build\WriteCodeFragment.fs#L56
src\FSharp.Build\WriteCodeFragment.fs(56,21): error FS0740: (NETCORE_ENGINEERING_TELEMETRY=Build) Invalid record, sequence or computation expression. Sequence expressions should be of the form 'seq { ... }'
Check failure on line 59 in src\FSharp.Build\WriteCodeFragment.fs
azure-pipelines / fsharp-ci (Build WindowsCompressedMetadata vs_release)
src\FSharp.Build\WriteCodeFragment.fs#L59
src\FSharp.Build\WriteCodeFragment.fs(59,31): error FS0072: (NETCORE_ENGINEERING_TELEMETRY=Build) Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.