Vijay Anand E G
Vijay Anand E G
Hi @kristinx0211, It's a quite straightforward simulation, just created a Blazor WebAssembly project, added `true` in the project file, and then defined the following namespace in the _Imports.razor and finally...
Adding it to RCL and referencing it in the application will have the same effect as Essentials becomes a dependent assembly to load the RCL in the Blazor application.
Hi @kristinx0211, It's quite unfortunate the issue is not getting reproduced at your end. Here is the build log for the project that I shared earlier. .NET Version is the...
Hello Team, Since this issue is not addressed as part of the .NET 7 release and it still ends up in the same error. Since the interface is the key...
Have created a sample solution for **the Native Embedding of BlazorWebView in the WinUI 3** project. The project builds successfully but while executing the project it loads the view but...
@Eilon I think native support of BlazorWebView on WinUI 3 is yet to be supported, and on an additional note, I understand it's not supported on any of the platforms...
@Eilon @davidortinau @danroth27 Have resolved the issue, it's a project file correction. Based on a recommendation from the build engine, have set the `EnableDefaultContentItems` project property to false to run...
Try running the project in **Unpackaged** type. Switch the option from Project Run toolbar, one with the Play button. Seems like upload of appxreceipe/pubxml file is restricted by gitignore file....
> Seems like upload of appxreceipe/pubxml file is restricted by gitignore file. Issue resolved. Since it's a collaboration of two app models, requires a slight change in the way resources...
> I'll leave this issue open so that we can consider possibly enabling direct support for BlazorWebView in WinUI3 This is good for POC and still depends on this issue...