Replies: 1 comment
-
Some good discussion points are in the referenced issue, in particular this comment, which summarizes several views from other threads: #8642 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice if fsc could produce reference assemblies (see dotnet/roslyn#17558) and participate in the corresponding msbuild feature: dotnet/msbuild#1986.
This can potentially reduce (re)build times by a magnitude.
Deterministic builds (#2954) are probably a prerequisite for this.
Here is the Roslyn spec: https://github.com/dotnet/roslyn/blob/master/docs/features/refout.md
Beta Was this translation helpful? Give feedback.
All reactions