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

.NET 6 Preview 1 #5967

Closed
rbhanda opened this issue Feb 17, 2021 · 10 comments
Closed

.NET 6 Preview 1 #5967

rbhanda opened this issue Feb 17, 2021 · 10 comments

Comments

@rbhanda
Copy link
Contributor

rbhanda commented Feb 17, 2021

Release Notes

Please report any issues you find with .NET 6, either responding to this issue, creating a new issue or creating a new issue in one of the following repos:

Known Issues

If there are any issues with this release we will track them here and check issues off as they're resolved. See the linked issues for details on progress and resolution details.

@rbhanda rbhanda pinned this issue Feb 17, 2021
@lukemcdo
Copy link

Not the most pressing issue -- is there a reason Linux repositories are x86_64 only? This has been the case for past releases, but there was talk that it could change for 6:
dotnet/runtime#3298
(also dotnet/runtime#3263 but doesn't mention 6.0 timeframe).

@richlander
Copy link
Member

Great question/topic @lmcdougald. We are working on adding additional repositories (Arm64, Alpine, and previews). Thanks for raising this. The feedback legitimately helps.

@dleeapho
Copy link

@lmcdougald the work add additional packages for Arm64 is tracked with this .NET 6 issue: #5446

@mandalorianbob
Copy link

Where do I go to find out more about .NET 6 and Windows Store Apps?

@rgwood
Copy link

rgwood commented Feb 19, 2021

@mandalorianbob Depends on what exactly you're interested in, but you may wish to check the WinUI roadmap and this Project Reunion thread. As of this time, I believe there is no public ETA for being able to run UWP apps in .NET 5 or 6.

@mandalorianbob
Copy link

Yeah I'm interested in being able to run UWP apps in .NET 6, so I guess that answers the question haha. I'm also posting inquiries to Project Reunion.

@Amaroq-Clearwater
Copy link

On the subject of .NET 6, I think it might be a good idea to take a look at this for possible implementation. Should be relatively effortless of an upgrade: https://github.com/thpatch/win32_utf8

Additionally, I'd look into adding native support for things like Large Memory Pages, Ravioli Memory, and OpenACC/OpenMP. This way, people migrating to .NET 6 would get these features right out of the box!

@lukemcdo
Copy link

lukemcdo commented Feb 20, 2021 via email

@Amaroq-Clearwater
Copy link

I was more referring to the fact that it's a drop-in replacement for stdio.h / windows.h, which transparently turns ANSI and UTF-16 Win32 functions into UTF-8 versions... and as an added bonus, also helps troubleshoot various compatibility issues by giving you error messages that are actually helpful.

Also, because you're just importing a library, and swapping a couple of include lines... It really is a pretty trivial thing, IMHO.

@rbhanda rbhanda unpinned this issue Mar 11, 2021
@rbhanda
Copy link
Contributor Author

rbhanda commented Mar 11, 2021

Closing in favor of #6057

@rbhanda rbhanda closed this as completed Mar 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants