blazor-workshop icon indicating copy to clipboard operation
blazor-workshop copied to clipboard

Blazor workshop

Results 56 blazor-workshop issues
Sort by recently updated
recently updated
newest added

Hi, I've created [project ](https://github.com/andreatosato/azure-static-app-pushnotification/blob/bfef46e808530c7ecb3aa78a56a9154258919803/src/Client/wwwroot/service-worker.js#L31-L35) with PWA notification. I see notification with image and two button. When I click on button this function not fire: ```js self.addEventListener('notificationclick' ``` Why js...

when try to connect from remote client got an error There was an error trying to log you in: 'Network Error'

It seems to be similar to #142. The same issue with TimeSpan format. **Probable solution**: to store TimeSpan as long: ```C# TimeSpan myTimeSpan = new TimeSpan(10, 10, 10); long valueToBeStoredInDb...

Hello, Since .net core 3.0 is going to introduce first stable Blazor release *and* C# 8 I think that it would be a good idea to make Blazor samples already...

Need a little help. As I'm following through the tutorial and testing the first time the ability to Register or Login in I'm not getting the buttons to register or...

Hi! I a blazor newbie. I recently downloaded your demo and i have tried it out, except for message notifications, all functions are normal.It bothers me a lot.Here are the...

How can we handle the login event, to store some info like DateTime when last logged, IP address, ... ? I tried to implement IEventSink from IdentityServer, but I can't...

Quick question about the best approach to making the auth experience pleasant when running offline. At the moment, the auth pages are all server-hosted (it's the same situation in the...

Also can remove the following from Startup.cs ``` services.AddMvc() .AddNewtonsoftJson(); ```

In chapter 6, the instructions talk you through adding the authorization code. It then says that you should run the program, register, and login. But after logging in, an exception...