Derek Flenniken

Results 8 comments of Derek Flenniken

It appears there will not be. Or at least not fully. 2022 has most of the features built in. https://github.com/github/VisualStudio/pull/2642 The feature missing for me is the PR Review functionality....

uh... or not. Sheesh. The count is reset during the lockout. whelp, back to figuring out what our problem is.... https://github.com/aspnet/AspNetIdentity/blob/4874623fb8cdaeeded92891af5017d8480fd014a/src/Microsoft.AspNet.Identity.Core/UserManager.cs#L1723

Original issue not quite what I thought, but I do still note that the AccessFailedCount doesn't get reset after a successful login for the particular case of 2FA enabled and...

For "reasons", our build ends up running `webpack --mode=production` twice and I have also noted that this never happens the first time and almost always happens the second time. Was...

This may be related. https://github.com/itgalaxy/favicons/issues/318 Noted there that favicons sometimes hangs at: `[Favicons] Images:composite: Compositing favicon on 64x64 canvas with offset 0...` which is the same thing @bencresty has noted.

Not sure if this is the readme to note this, but if you are using EF6.5 on .NET Core with `Microsoft.SqlServer.Types` (DbGeography) then you are limited to deploying to windows...

@ErikEJ This is looking like a peculiarity with Azure App Services. Runtime identifier does appear to be required due to the windows only libraries in `Microsoft.SqlServer.Types`. With regards to `--self-contained`...

> With regards to `--self-contained` I've found that the `net6` MVC app deployed to Azure App Services does require `--self-contained true`. With `false` get this error when `DbGeography.Distance()` is used....