I'm trying to add a new role to the ASP.NET Core Identity system.
But no luck so far....Code: C#...using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
private ApplicationDbContext _context;
var roleStore = new R...