David Chavez-Grant
David Chavez-Grant
This passing test in SecretsManagerConfigurationProviderTests appears to be attempting a test on filtering: [Test, CustomAutoData] public void Secrets_can_be_filtered_out_via_options_on_fetching([...]) { options.ListSecretsFilters = new List { new Filter { Key = FilterNameStringType.Name,...
Have been looking into various repos that have run Blazor in a browser extension environment. I know there are currently issues supporting manifest v3 but I was wondering if anyone...
I've recently been experimenting with this on mobile platforms. Namely, MAUI and Avalonia on iOS. I've successfully been able to send a wallet connection request to a wallet, but very...
It appears as though running the Blazor server template fails with `dotnet run` on macos Ventura (13.1) due to a Javascript dependency not being included at runtime. It seems like...
Is there any reason this couldn't work in iOS, or on something other than WinForms? I'd be very happy to look into this.