-
Notifications
You must be signed in to change notification settings - Fork 789
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
Conversation
RestoreSources = src | ||
Script = script | ||
} = | ||
p |
There was a problem hiding this comment.
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).
File | ||
.ReadAllText(resolutionsFile) | ||
.Split([| '\r'; '\n' |], StringSplitOptions.None) |
There was a problem hiding this comment.
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.
Like the title says