Linda Lawton
Linda Lawton
I am wondering if we could also add some pages for answers that get downvoted like the following [Link only or this guy works there who knows.](https://stackoverflow.com/a/48619021/1841839) links to [issue...
I did a quick clean up on the SO [drafts](https://github.com/WillSullivan/idownvotedbecause/tree/master/_drafts/stackoverflow) Opinions? _I was to lazy to do it as a fork and did it right in master. I figured that...
I have a Asp .net core api with the following configured in startup.cs in order to load all my mapping // Mapster configuration var typeAdapterConfig = new TypeAdapterConfig(); // scans...
**Licence file** Licence file in the API version directory appears to have been eaten only a portion if it has been uploaded. **Move files** Move both licence and readme up...
Create a dummy project. With all of the packages. Run each class though it to ensure there are no errors in the generation. I will need to be able to...
**Is your feature request related to a problem? Please describe.** It would be nice if documentation pages like [microsoft.aspnetcore.authentication.authenticationservice.challengeasync](https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.authentication.authenticationservice.challengeasync?view=aspnetcore-2.1) linked to their respscitve GitHub source pages for example [AuthenticationService.cs](https://github.com/aspnet/HttpAbstractions/blob/dev/src/Microsoft.AspNetCore.Authentication.Core/AuthenticationService.cs#L85) or...
I have been going though your demo it has been very helpful. I am having a problem with the 2fa implementation [var user = await _signInManager.GetTwoFactorAuthenticationUserAsync();](https://github.com/rizamarhaban/IdentityServer4Demo/blob/6dddd9d184574f1951df09a7256d8948987cb030/IdentityServer/Controllers/AccountController.cs#L95) is always null. It...
I have been trying to get this to work for serval hours now. All I am getting is Process finished with exit code -1073741819 (0xC0000005) I have been trying this...
I tried to run the [file upload example for javascript](https://github.com/google-gemini/cookbook/blob/cf2dc7a3a851c5f553c2bf9ff884770719ca368d/quickstarts/file-api/sample.js#L25) The file exits as i added a check for it // Check if the file exists if (!fs.existsSync(filePath)) { console.log(`File...