Removed ClrVersion from RuntimeFramework#1179
Conversation
Decision logic moved to Runtime class.
|
Thanks for doing this. It's a nice simplification of the code. Some of the methods in the RuntimeFramework and Runtime classes are oddly named, but they have been that way for a while. We should pay attention to naming when we replace the class. Especially: Matches vs Supports vs CanLoad! FYI, The Azure build isn't intended to be running except for specially named branches right now, but it's not set up right so I'm just ignoring the failures till it's fixed. |
|
any ETA on this being released? Or should we just be building a local version instead for a while? |
|
If you mean this particular PR, it was merged and published on our myget feed as version 4.0.0-dev00102. Every time we merge a PR to main, we publish a If you mean "when will the final v4.0 be released?" I can't tell you that. There are too few of us working on it and our time availability is too variable to make a useful prediction. If you want to help, let me know. :-) |
|
-dev is fine, I've been using nunit3-console command line to run a test which has references to a wxiproj so can't use |
Decision logic moved to Runtime class.
Fixes #1177