Mike Mao

Results 8 issues of Mike Mao

At the moment, if an external user is flagged as requiring 2FA, the controller redirects the user to SendCode/VerifyCode flow, which ends with the following line of code https://github.com/damienbod/AspNetCoreID4External/blob/3fa199ad4c1b8cb5379cea27c9b3af0d638bedbb/src/IdentityServerWithAspNetIdentity/Controllers/AccountController.cs#L617 This...

Just wondering if there is any interest in brining this project to .net6 using Source Generator and Minimal Api? Considering Mvc seems to be on the back burner now.

I don't see any samples using Future with MessageData, but I believe this is a legit use case since Future can fan out lots of requests/responses that might be constrained...

Currently if SetAzureTokenCredential is called, then TelemetryClient will include a bearer token when calling AI /v2.1/track endpoint, and even if local authentication is still enabled the endpoint will return 403...

bug

### Description Just recently updated to 1.0.19 and got the following runtime error, I noticed the library now relies on FSharp.Core 8 but the paket.template still references 6.0.7 Could not...

Currently im using the following syntax in CodeFirst but EF Core complains about AccountRoles not having a primary key (I assume this was due to the missing convertor) Is there...

In EF Core we can use HasDiscriminator and map entity types to specific value In System.Text.Json we need something like JsonSubTypes to hand deserialization Not sure if this makes sense....

Summary of the changes (Less than 80 chars) Add support for record struct sortconvention

🌶️ hot chocolate