this.semi();
this.semi();
Hi, The CodeMaid for VS 2022 command **Cleanup Selected Code** on .csproj or on a namespace folder throws an exception.  I have to manually open each .cs file and...
System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames does not contain "name" and "email_verified" claims. These are standard OpenId connect claims. Additionally not all the standard and additional claims are provided, see below. https://openid.net/specs/openid-connect-core-1_0.html#StandardClaims https://openid.net/specs/openid-connect-core-1_0.html#AddressClaim
What is the correct way to hide the published Azure function app from search result ? For an eventual consistent systems the Azure Function app is mostly the backend that...
fast_select and fast_list and fast-combobox does not have label slot to show the title or the label . E.g. ``` Title Option 1 Option 2 Option 3 ```  The...
### Describe the bug A standalone Blazor app (eg. localhost:44399) that is not hosted with ASP.NET Core will mostly rely on external Identity provider for registration and login. **The redirect...
fast-select with options does not break out and options are hidden. In almost all the practical use cases the select component will be used inside the parent component To show...
Certain places its StringComparison.Ordinal and certains places its StringComparison.OrdinalIgnoreCase I think we should just make is OrdinalIgnoreCase by default !
### Content & configuration I have couple of swagger API with ASP.NET Core 3.1 that are meant only for internal dev or internal users. For e.g. They have API that...