-
Notifications
You must be signed in to change notification settings - Fork 25.3k
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
Blazor Hybrid Static Files topic #25891
Conversation
💯 , I was hoping eventually we may get .NET MAUI docs covering |
@davidbritch do we have docs on MauiAsset? I recall I saw some, but it may be in the review stuff still? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @guardrex!
That's good if that's all you spotted. I'll take care of these updates on Friday morning, edit the whole thing again, and ping u back. |
@TanayParikh ... I addressed your feedback and found several other nits and bits to update. You might be able to just look at the last commit to speed up your review of the changes ... For ".NET MAUI Essentials," it looks like we'll need to link to the blog post for the time being. I only do it once on the first mention at the top of the doc. Later, I'll point that link at a formal doc in the MAUI doc set. After you see this and provide any additional feedback, I'll ping DR and Artak to look. |
@guardrex The "Essentials" docs will be live on Monday. I can provide an URL if required. |
Thanks @davidbritch ... Yes, please. I think we can hold this until Monday. It might not even be likely for Dan and/or Artak to see this by then anyway. |
@guardrex There's no root URL for Essentials, because there's no concept of Essentials in MAUI. It's all just functionality that's in MAUI. Do you want to link to a specific doc? |
The following lines refer to ".NET MAUI Essentials."
btw - I'm mostly a web dev coming into desktop/mobile subjects. I'm learning as we go 👨🏫.
... and ...
... and ...
|
It might make sense to change ".NET MAUI Essentials" to ".NET MAUI framework" or similar lingo ... and not link it. |
Yes, there's no concept of ".NET MAUI Essentials". We still call it Essentials internally, but it's no longer a brand, and the functionality that was in the Xamarin.Essentials namespace is now split over multiple Microsoft.Maui.* namespaces (e.g. Microsoft.Maui.Devices, Microsoft.Maui.ApplicationModel etc.). What was .NET MAUI Essentials is now just .NET MAUI. The blog link can be replaced with |
Should I change the text (for that cross-link) to ".NET MAUI File System Helpers"? UPDATE: I'll compose it that way for the next commit, and we can further modify/replace it from there. btw ... No, I can't get internal builds. We can set that up at any time but decided not to bother with it. It's more trouble than it's worth to deal with the red tape. UPDATE: Marking as DRAFT to make sure that this doesn't get merged until the cross-linked content goes live on Monday. |
btw @davidbritch in case ur wondering about the We devised an approach to supply a global |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Content LGTM, thanks @guardrex!
The cross-link to ... https://docs.microsoft.com/dotnet/maui/platform-integration/storage/file-system-helpers ... is LIVE. Taking this off of its HOLD/DRAFT status. |
Fixes #25674
Internal Review Topic
Notes ...
Rather rough at the moment 🚧👷. I'll 🛌💤 on it tonight with a round of updates on Thursday morning. You can review it now tho if you want.It's ready for review.wwwroot
) on here in a section at the end because I wonder if a Hybrid app that only uses components can rely upon the Blazor-y-ish™ way of hosting and referencing static assets, not getting into additional complexity with localized resources (i.e., Resource Manager). I was able to get it working on Windows for MAUI, WPF, and WinForms. Idk about perf, security, or platform/OS problems that might crop up with it. If InSaNe 😵, I'll pull it off the PR ... and we'll never mention that these RexHax™ ever happened! 😆