-
Notifications
You must be signed in to change notification settings - Fork 344
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 8 doesn't work out of the box - RID and runtime pack issues #3989
Comments
Dupe of #3842, which you also commented in 😂 |
In case it is required to completely spell it out, the reason why the Windows App SDK doesn't work out of the box with .NET 8 is because the Windows App SDK doesn't officially support .NET 8 yet. As for the win10-arm thing. The Windows App SDK also doesn't support targeting ARM, only ARM64. So what other components and NuGet packages do you have referenced in your project? Maybe it is one of those. |
I'm not working toward supporting ARM devices either yet. So any code that suggests so was probably put there by Visual Studio's project code system. |
Describe the bug
I switched from .Net 7 to 8. And I immediately got 77 errors across my projects. I read that I have to put this in my project files..
That's the first issue, if it's required, then please update our project files when we switch to .Net 8. Why should I have to manually put this into my project files. I have to serve myself at the supermarket checkout. Now you want me to write my own project files. Sheesh.
After updating the project files I still have 22 errors...
NETSDK1082 There was no runtime pack for Microsoft.NETCore.App available for the specified RuntimeIdentifier 'win10-arm'
I'm not targeting arm, I never said I was targeting arm. This wasn't an issue in .Net 7.
Steps to reproduce the bug
...
Expected behavior
...
Screenshots
...
NuGet package version
Windows App SDK 1.4.3: 1.4.231115000
Packaging type
Packaged (MSIX)
Windows version
Windows 11 version 22H2 (22621, 2022 Update)
IDE
Visual Studio 2022
Additional context
No response
The text was updated successfully, but these errors were encountered: