Koddek
Koddek
This does not work for me. It only returns the email I provided it. I am using Email/Password Provider type. Does it work for anyone? `FetchUserProvidersResult result = await client.FetchSignInMethodsForEmailAsync(email)`
Ok so I am attempting to implement Email Verification to this project. So far I have the REST url, and some classes: ```csharp internal static class Endpoints { // ......
I am working on a .net MAUI Blazor app and I want to sign in with Google. However, the method I used before seems to be outdated and Google recommends...
Firstly, the simplicity of this project’s setup is impressive. I attempted to use it in a new .NET MAUI Blazor Hybrid App, but it wouldn’t install, resulting in this error:...
On Rider on Mac, TUnit versions from v0.21.13 up to v0.22.24 (I tested all versions in this range) fail to display the play button in the IDE. If the button...
Currently in the latest LiteDB 5.0.2.1, On Mac, .NET 9, Upsert only returns 'true' when inserting a new document in a new document collection. Otherwise it returns false even if...
### Description: Please consider implementing a new method that allows retrieving the description of an enum field when using the `[Description]` attribute. This feature is particularly useful when you do...
### Describe the bug Hi, I am using Rider and I have tested and found the issue both on a Unit Tests Project and a Blazor project. When using Vogen...