Nguyễn Kỳ Dương Trường
Nguyễn Kỳ Dương Trường
There has a bug in the sample code that make the app cannot persist tokens. The sample only instructs to persist tokens after logging in without being registered before. https://github.com/dotnet/AspNetCore.Docs/blob/ce2f890e9c9af43bf542c0f6037edae9a0be406c/aspnetcore/security/authentication/social/additional-claims/samples/6.x/ClaimsSample/Areas/Identity/Pages/Account/ExternalLogin.cshtml.cs#LL264C1-L272C18...
**Describe the bug** Consider the following code https://github.com/microsoft/OpenAPI.NET/blob/78f53c2e6065c7d874ac579cafe3904469e8eb42/src/Microsoft.OpenApi/Models/OpenApiRequestBody.cs#L175-L185 to fix parameter schema. There has no code to fix the response schema, that leads to derialize the response that returns a...
**FTP Server OS: Unix **FTP Server Type: Vsftpd **Client Computer OS: Windows **FluentFTP Version: 51.1.0 **Framework:** .NET 8 I use `AsyncFtpClient` to download and upload file. In the case that...