-
* Generate ES6 modules by default. (**P1**)
* This is a pre-condition so that we can reasonably breakdown our bundles into smaller items.
* It enables other toolchains to post-process Blazor in …
-
can you include Blazor server support please? installed the package but can't inject into Program.cs or import it in _import.razor file.
-
Hi Olivier,
Is there a sample that shows how to integrate .Net 8 with IdServer/Duende using BFF?
Thanks
-
Hello and thank you for the project!
I have a project running with blazor in separate path - https://localhost:44368/blazor/
Therefore I have:
**Startup.cs**
`endpoints.MapBlazorHub("/Blazor/_blaz…
-
Hi,
Does the BlazorJSProxy work with Blazor Server or just Webassembly?
Thanks
Nick
-
When I'm monitoring the "real time" of Google Analytics, it looks like the NavLink transitions are not being tracked.
Only when I refresh the page in the browser, the page views are tracked.
Is this…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
After doing abp bundle in a new blazor webapp project, some parts of global.js is removed.
the re…
-
I use version v1.23.17 of OmniSharp C# for Visual Studio Code with following setting:
```
"settings": {
"editor.defaultFormatter": "ms-dotnettools.csharp",
"editor.formatOnSave": true,
"omn…
-
### Is your feature request related to a problem? Please describe.
There are several issues that ask about how we should push data to clients (e.g. https://github.com/aspnet/AspNetCore/issues/10559, …
-
Add proxying support to the Blazor dev server similar to the functionality available from other frontend frameworks, particularly those based on webpack:
- Webpack: https://webpack.js.org/configura…