-
Firstly, thank you very much for an excellent library. The production version 2023.12.6 works perfectly (so far).
**Describe the bug**
Upgrading to 2024.3.0-alpha, in a Blazor WASM PWA application…
-
AllowAnonymousAttribute on a single method is ignored:
```
[Authorize(Policy = PolicyNames.EShopCustomerPolicy)]
public class OfferFacade
{
...
[AllowAnonymous]
public async Task Ge…
-
It will be nice to have an option to switch to/from WASM and Blazor Server mode.
Server mode will make life easy during development phase (speed and debugging) for template users.
Or include a Bla…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
Upon upgrading a Blazor WASM Standalone .NET 8 project to 8.0.10 (including all related NuGet…
-
**Describe the bug**
When I Implement a new code generator for the client based on `CSharpClientCodeGenerator`, the proxy class will change and increase the lines of code. for example, every proxy cl…
-
### Is your feature request related to a problem? Please describe.
Following on from [my StackOverflow question](https://stackoverflow.com/questions/56219984/how-to-animate-state-transitions-in-blazo…
-
## Hackathon Idea - Twitter DM Filter
Silencer™ a browser plugin, that filters out hateful messages from your twitter DMs.
### Your name
Who's submitting this idea? If you already have a team, ad…
-
Incomplete solution without the dependencies in use being listed. why ? but why ?
-
I am trying to use the BlazoredTypeahead component for a set of Locations.
```csharp
@foreach (Location adr in locations)
{
@adr.ToString()
}
…
-
Hi Carlos,
Thanks for creating this! I was trying to create something similar when I came across your project.
I also like the support for slots.
BTW, this little project is truly useful and inno…