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

Improve control over resource generation #1732

Closed
davidbritch opened this issue Sep 26, 2023 · 0 comments
Closed

Improve control over resource generation #1732

davidbritch opened this issue Sep 26, 2023 · 0 comments
Assignees
Labels
🏁 Release: .NET 10 Work items for the .NET 10 release doc-enhancement Improve the current content [org] 📌 seQUESTered Identifies that an issue has been imported into Quest.

Comments

@davidbritch
Copy link
Contributor

davidbritch commented Sep 26, 2023

.NET 8 adds control over resource generation, so that you can disable resource items from being generated:

  • <EnableMauiAssetProcessing> can stop the packaging of any <MauiAsset> items
  • <EnableMauiSplashScreenProcessing> can stop the packaging of any <MauiSplashScreen> items
  • <EnableMauiFontProcessing> can stop the packaging of any <MauiFont> items
  • <EnableMauiImageProcessing> can stop the packaging of any <EnableMauiImageProcessing> items
  • Opt-in for the generation of a blank splash screen - if you do not have a <MauiSplashScreen> item AND for some reason you do not have a custom splash:
    • <EnableBlankMauiSplashScreen> will generate a blank splash screen if no <MauiSplashScreen> items were found. This will override any custom splash screens and may/probably will cause an App Store rejection. But, it is useful in testing to ensure the app UI is correct.

dotnet/maui#16845


Associated WorkItem - 164919

@dotnet-bot dotnet-bot added the ⌚ Not Triaged Not triaged label Sep 26, 2023
@davidbritch davidbritch added doc-enhancement Improve the current content [org] 🏁 Release: .NET 10 Work items for the .NET 10 release and removed Pri3 ⌚ Not Triaged Not triaged labels Sep 26, 2023
@davidbritch davidbritch self-assigned this Sep 26, 2023
@davidbritch davidbritch added the 🗺️ reQUEST Triggers an issue to be imported into Quest. label Sep 29, 2023
@github-actions github-actions bot added 📌 seQUESTered Identifies that an issue has been imported into Quest. and removed 🗺️ reQUEST Triggers an issue to be imported into Quest. labels Sep 30, 2023
@davidbritch davidbritch moved this from 🔖 Ready to 🏗 In progress in dotnet/docs-maui 2023 Sprints Oct 18, 2023
@davidbritch davidbritch moved this from 🏗 In progress to ✅ Done in dotnet/docs-maui 2023 Sprints Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏁 Release: .NET 10 Work items for the .NET 10 release doc-enhancement Improve the current content [org] 📌 seQUESTered Identifies that an issue has been imported into Quest.
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants