英文: List is empty for httppost in Swagger 问题 目前我正在使用Swagger测试一个HttpPost方法。我的端点上除了列表字段之外,所有其他字段都已填充。 ...
Error deserialising a DateTime that ASP.NET converted to JSON
英文: Error deserialising a DateTime that ASP.NET converted to JSON 问题 我们有一个 MAUI 应用程序(虽然我认为这实际上并不相关),...
.NET Core 7,使用不同的程序集进行授权中间件。
英文: .NET Core 7, using a different assembly for authorization middleware 问题 I have a project called ...
如何在EF Core中创建新记录时停止在连接表中创建额外记录?
英文: How to stop creating extra records in joined tables when I create new record in join table in EF...
使用Microsoft Graph和C#连接到OneDrive不起作用。
英文: Connect to OneDrive using Microsoft Graph and C# not working 问题 我试图创建一个非常简单的应用程序,用于连接到我的OneDrive...
ASP.NET Core – 使用自动映射和Dapper实现的DTO未按预期工作
英文: ASP.NET Core - DTO not working as expected with auto-mapper and Dapper implementation 问题 在我的ASP....
Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException: The database operation was expected to affect 1 row(s), but actually affected 0 row(s);
英文: Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException: The database operation was expected ...
Autofac RegisterInstance 不按预期工作。
英文: Autofac RegisterInstance does not work as expected 问题 In my ASP.NET Core application there is a ...
SignalR为什么抛出一个没有提供任何信息的错误?
英文: Why is SignalR throwing an error that doesn't provide any information? 问题 I can provide a tr...
如何在ASP.NET Core中访问bin文件夹外的文件?
英文: How to access files in outside of bin folder in ASP.NET Core? 问题 我正在开发一个 ASP.net Core MVC 的 Web ...
54