`<MauiAsset>` is hard to use
See original GitHub issueDescription
I added a <MauiAsset Include="Resources\Assets\*">
in my project and I was unable to easily find how to retrieve it. I used Essentials’ FileSystem.OpenAppPackageFileAsync
and I found that it went to different folders:
- Windows => Assets\Resources\Assets*
- Android => Resources\Assets*
- iOS/MacCat => error : The name ‘Resources’ is reserved and cannot be used.
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
How to get path to MauiAsset on android
The only thing I can get to work is copying Microsoft's recursive folder include as: <MauiAsset Include="MyFolder\**" ...
Read more >Target multiple platforms from .NET MAUI single project
A single cross-platform app entry point. .NET MAUI single project is enabled using multi-targeting and the use of SDK-style projects.
Read more >Opinions on .NET MAUI / what do Xamarin Devs have to say
Clearly it is possible, nothing is impossible, but it is a huge scope of work. Windows could do that as number of people...
Read more >Start with MAUI
So, the first thing you have to do is download the Visual Studio 2022 Preview installer from the Microsoft website. Then, click on...
Read more >Playing audio with .NET MAUI - Dave's Tech Blog
Audio uses different types to play audio on iOS/Mac/Windows than I've used, requires you to provide your own transport controls, and doesn't use...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Eilon I think whatever we do is going to affect Blazor. I think we need to get that #791 change in. Just looking at your issues, I see there are a few around this.
We probablu need somehting for Blazor (that can convert to a MauiAsset under the hood with special values), but right now we need something way better than what we have.
Notes from meeting with @mattleibow :