-
Do you foresee any issues with including DataPortalController in Blazor Server Project - is there a possibility of conflict in ApplicationContext.User if I combine ProjectTracker.AppServerCore and Pr…
-
My understanding is SkiaSharp running on WebAssembly is in progress with a target release of May. This would allow a "Blazor Client" application to use SkiaSharp and Skia fully running in a supported…
-
AllowAnonymousAttribute on a single method is ignored:
```
[Authorize(Policy = PolicyNames.EShopCustomerPolicy)]
public class OfferFacade
{
...
[AllowAnonymous]
public async Task Ge…
-
It appears there's a lot of interest in an AuthP demo with a Blazor application.
I noticed one of the Discussions (#31), wanted to find out how to do this from a Blazor WASM application in particul…
-
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…
-
### Describe the bug
The long-lived circuits of Blazor server make distributed tracing not work as expected.
Since each circuit is effectively a long-lived request ... a lot of *activity* (pun i…
-
On a new blazor server project template with no modification apart from installing LiveSharp, initial compilation fails.
Below is the logs on LiveSharp Server
```
17:58:12.622: Finished: Initia…
-
My goal is to allow DotNet SignalR client and server to communicate via the AWS WebSockets API.
This would allow us to use Blazor server-side components in an AWS Lambda DotNet application.
Afte…
-
**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…
-
I am trying to use the BlazoredTypeahead component for a set of Locations.
```csharp
@foreach (Location adr in locations)
{
@adr.ToString()
}
…