-
需要自己建数据库么,好像没看见数据库文件?
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
Simply create a newest NET 9 aspnetcore webapi, then add `Microsoft.AspNetCore.OpenApi` and …
-
### Describe the bug
Have been following https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2168 and have tried all the described solutions there, running locally this works fine, runni…
-
### URL
https://dotnet.microsoft.com/en-us/learn/aspnet/microservice-tutorial/run
### Operating system
windows
### More information about your system
OS Name: Windows
OS Version: 10.0.2263…
-
**Which version of Duende IdentityServer are you using?**
7.0.8
**Which version of .NET are you using?**
.NET 8
**Describe the bug**
We are upgrading from .net 6 to .net 8 and as part of that we ar…
-
We have a .net 7 WebAPI project, and the HasPermission is reporting the following error.
```
System.InvalidOperationException: The AuthorizationPolicy named: 'InvoiceRead' was not found.
at Mi…
-
### System information
- **OS version/distro**: WINDOWS SERVER 2019
- **.NET Version (eg., dotnet --info)**: dotnetcore 3.1
### Issue
- **What did you do?**
I have trained image classific…
-
### Describe the bug
When using the [FromForm(Name = "file")] parameter, the swagger error code is as follows.
```csharp
public IActionResult ImportData([FromForm(Name = "file")] IFormFile formF…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
If the `HttpLoggingMiddleware` gets used in aspnet core 6 hosting Rest API and gRPC service
…
-
### Description:
Currently, the **Event Service** is making direct calls to the **Friends Service** in the `GetEventHandler` whenever an event is fetched. This process introduces unnecessary latency …