Coko

Results 4 issues of Coko

On the about page, whenever the hamburger menu on the top left is clicked, the side menu appears and a light greyish-bluish background is applied to all the code snippets...

I am trying to use [userManager.CreateIdentityAsync](https://github.com/aspnet/AspNetIdentity/blob/b7826741279450c58b230ece98bd04b4815beabf/src/Microsoft.AspNet.Identity.Core/UserManager.cs#L348C8-L348C8) method, but I get a NRE everytime. After debugging the code for AspNetIdentity, I have noticed that the NRE was thrown when calling [CreateAsync](https://github.com/aspnet/AspNetIdentity/blob/b7826741279450c58b230ece98bd04b4815beabf/src/Microsoft.AspNet.Identity.Core/ClaimsIdentityFactory.cs#L82)...

## Adding a language - [x] The code displays "Hello World" ([tio.run](https://tio.run) may help for testing) - [x] I have no association with the language - [x] There are no...

Hi, First of, I want to say I am loving this project and have been having a lot of fun playing with it for the last few days. Now, I...