blazor-js-components icon indicating copy to clipboard operation
blazor-js-components copied to clipboard

Results 6 blazor-js-components issues
Sort by recently updated
recently updated
newest added

The package doesn't seem to be work with applications that require relative URLs. For example, I intend to host my application as an IIS web application meaning it won't be...

I have an application that uses collocated JS discovery, everything works fine while developing and running the application locally, however when publishing to release and deploying none of the collocated...

MAUI Blazor Hybrid doesn't call `beforeWebStart` or `afterWebStarted` and instead calls `beforeStart` and `afterStarted`. https://learn.microsoft.com/en-us/aspnet/core/blazor/fundamentals/startup?view=aspnetcore-9.0#javascript-initializers Note: I'm not an expert on this and the documentation, while noting the different initializers,...

It would be great to enable support for .NET 8.

Hello, Thank-you for this component. I cannot know how to call dotNet method with [JSInvokable] attribute. I don't know how to send DotNetObjectReference object to the javascript object. I have...

I think your project is breaking Hot Reload, due to this issue: https://github.com/dotnet/sdk/issues/36666#issuecomment-1814835637 Would it be as simple as removing the Microsoft.SourceLink package, as KirillOsenkov is saying [here](https://github.com/dotnet/sdk/issues/36666#issuecomment-2162173453)? > For...