Replies: 2 comments
-
Unless something changed, the .Net Core CLI does support replacing the compiler with a different version, see dotnet/roslyn#18783 (comment). So you don't really need a CLI build for that. Or do you think that's still too hard? The issue is that I can't find a build of the |
Beta Was this translation helpful? Give feedback.
-
Yes per-project basis would work as well, but I was thinking more like at least having a zip of the files you'd need to replace in the SDK's |
Beta Was this translation helpful? Give feedback.
-
For getting more people to use the preview, do provide .NET Core CLI builds (or at least a zip + instructions for how to patch one).
E.g. this could be
2.1.402-nullable-ref-054
. To produce such a build, certain CLI build properties would have to be overwritten using MSBuild properties (at least this is what ProdCon does for producing builds with production references, maybe this could be used to set up additional "fork builds"?).Consuming such a build would be done using a
global.json
file with a pinned reference.Beta Was this translation helpful? Give feedback.
All reactions