Skip to content

Conversation

@KevinRansom
Copy link
Contributor

Allow withPreview to compose on Options.

let withOptions (options: string list) (cUnit: CompilationUnit) : CompilationUnit =
match cUnit with
| FS fs -> FS { fs with Options = options }
| FS fs -> FS { fs with Options = fs.Options @ options }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh, I thought, I've fixed that. Thanks.

@vzarytovskii vzarytovskii merged commit 2b38aa7 into dotnet:master Aug 6, 2020
@KevinRansom KevinRansom deleted the oops branch August 19, 2020 20:21
nosami pushed a commit to xamarin/visualfsharp that referenced this pull request Feb 23, 2021
…t#9881)

* Fix Package Scripting nuget package

* Compose

* Phillip suggested options should compose too
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants