-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Improve host version selection semantics #71286
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Here's a related conversation:
It's pretty easy to conclude that this is not a great solution. Hence "dirty tricks". Related to: dotnet/sdk#11613 |
Tagging subscribers to this area: @vitek-karas, @agocke, @VSadov Issue DetailsVarious versioning scenarios remain too hard with .NET. We should find a way to resolve the. We designed some solutions recently: https://github.com/dotnet/designs/blob/main/accepted/2022/version-selection.md. We should decide which of these to implement next. We were recently discussing some related problems:
|
Just want to make it clear that the "dirty tricks" as per #71286 (comment) actually rebuild the app - so even cleanup of that experience would not help with the requirement to test unmodified app on multiple runtimes. |
Ah. Poor wording on my part. I meant unmodified in the sense of source (primarily the project file). Not having to re-build would also be nice, but not what I meant. |
Various versioning scenarios remain too hard with .NET. We should find a way to resolve the.
We designed some solutions recently: https://github.com/dotnet/designs/blob/main/accepted/2022/version-selection.md. We should decide which of these to implement next.
We were recently discussing some related problems:
dotnet test
has complicated versioning semantics. We need to do some combination of documenting and resolving that.global.json
compatibility. We need to help them deliver a simpler experience.The text was updated successfully, but these errors were encountered: