Skip to content
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

Update x64 emulation plan #249

Merged
merged 4 commits into from
Oct 14, 2021
Merged

Update x64 emulation plan #249

merged 4 commits into from
Oct 14, 2021

Conversation

richlander
Copy link
Member

No description provided.

richlander and others added 3 commits September 24, 2021 22:04
Co-authored-by: Eric StJohn <ericstj@microsoft.com>
Co-authored-by: Yaakov <yaakov-h@users.noreply.github.com>
- .NET 6+ x64 and Arm64 runtimes
- .NET 6+ x64 and Arm64 SDKs

Note: Pre-.NET 6 x64 SDKS will be installable on macOS and Windows x64 but are not supported. They have not been updated in terms of this plan and will break Arm64 installs. If they are installed on a machine, all .NET versions will need to be uninstalled/removed and you'll need to start again with installing supported .NET SDK versions.
Copy link
Member

@ericstj ericstj Sep 27, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You mentioned x64 SDKs. What about the .NET 5.0 ARM64 SDK? Is that OK for folks to use? Sorry to nit-pick here, but it makes a real difference in what work we do in servicing. Also if we do decide not to support .NET 5 ARM64 SDK at all we should probably stop publishing it since it won't be supported anywhere.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a nit-pick. You are right.

Let's cut this one in the middle, for .NET 5. Proposal:

  • Support .NET 5 x64 runtimes.
  • Do not support .NET 5 SDKs (either x64 or Arm64).

That enables all scenarios and limits our cost. Good?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it makes sense to not support 5.0 ARM64 SDK Side-by-Side with 6.0 ARM64 SDK. But I think we should still publish at least the archive version (zip), so that it can be installed via dotnet-install.ps1 or similar.

- .NET 6+ x64 and Arm64 runtimes
- .NET 6+ x64 and Arm64 SDKs

Note: Pre-.NET 6 x64 SDKS will be installable on macOS and Windows x64 but are not supported. They have not been updated in terms of this plan and will break Arm64 installs. If they are installed on a machine, all .NET versions will need to be uninstalled/removed and you'll need to start again with installing supported .NET SDK versions.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it makes sense to not support 5.0 ARM64 SDK Side-by-Side with 6.0 ARM64 SDK. But I think we should still publish at least the archive version (zip), so that it can be installed via dotnet-install.ps1 or similar.

@richlander richlander merged commit 8a35a56 into main Oct 14, 2021
@richlander richlander deleted the x64-update branch October 14, 2021 01:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants