Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Format code in FSharp.Compiler.Server.Shared and FSharp.DependencyManager.Nuget #13161

Merged
merged 6 commits into from
May 19, 2022

Conversation

dsyme
Copy link
Contributor

@dsyme dsyme commented May 18, 2022

Like the title says

RestoreSources = src
Script = script
} =
p
Copy link
Contributor Author

Choose a reason for hiding this comment

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

These expansions of pattern matching on records are a really good reason not to use pattern matching on records! (I generally don't like the use of the feature).

@dsyme dsyme enabled auto-merge (squash) May 19, 2022 11:30
Comment on lines +87 to +89
File
.ReadAllText(resolutionsFile)
.Split([| '\r'; '\n' |], StringSplitOptions.None)
Copy link
Member

@vzarytovskii vzarytovskii May 19, 2022

Choose a reason for hiding this comment

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

I think, File on its own line looks weird.

@dsyme dsyme merged commit 3b92fd2 into dotnet:main May 19, 2022
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