-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Document a few new SDK properties customers affecting Maui and xplat compilation #30076
Comments
CC @dsplaisted to review this when the documentation is ready. |
@marcpopMSFT @dsplaisted For |
@Redth @jonathanpeppers Can you comment on this? |
I've found Errors like this for an Android project:
Which is probably caused by stable branding/feeds changing. This was noticied on the https://aka.ms/dotnetperfstatus pipelines that build MAUI projects and measure performance. But then a customer wouldn't hit this? Just dogfooders, and internal pipelines? |
Help us make content visible
DisableTransitiveFrameworkReferenceDownloads
Microsoft.Maui.Essentials
EnableWindowsTargeting
NETSDK1100
Describe the new article
@tdykstra, this PR makes three changes we want documentation on: dotnet/sdk#25358
<EnableWindowsTargeting>true</EnableWindowsTargeting>
, this will enable them to get unblocked. This is because we don't automatically download targeting and runtime packs on platforms that aren't supported but with this flag, we now will when cross-targeting.<UseMauiEssentials>true</UseMauiEssentials>
, then they will need to. We can't flow the maui essentially dependencies automatically without breaking other scenarios but setting this will make sure that the referencing project correctly pulls in the right known framework reference for maui essentialls.The text was updated successfully, but these errors were encountered: