-
# Description
When using the source generator for ACL the `public static Dictionary Descriptions ...` also gets included in `_permNames` and `__permCodes` resulting in incorrect values being return…
-
Hello! I've been using Fastendpoints for some personal project, and I love it! But I think I found a bug with .UseFastendpoints and DI. Here's the current setup
- API 1: API.Admin
-- This API has …
-
`required` properties on request models only work for properties that are bound from the request body.
I like to use `required` in combination with `{ get; init; }` for required properties in my re…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I have configured my app to use OpenID authentication:
```
builder.Services.AddAuth…
-
I have the following Unit test in NUnit:
```csharp
private Mock ClientMock { get; set; }
[SetUp]
public new async Task SetUp()
{
ClientMock = new Mock();
}
[Test]
public async Task MyTe…
-
Hi there,
I set up policies as per the documentaiton here: https://fast-endpoints.com/docs/security#endpoint-authorization
I'm using the latest beta version of FastEndpoints from Nuget.
I hav…
-
Sample
```cs
using FastEndpoints;
using FluentValidation.Results;
var bld = WebApplication.CreateBuilder();
bld.Services.AddFastEndpoints();
var app = bld.Build();
app.UseFastEndpoints(x =>…
-
How can I respond the status 401 with message or my own error class?
Currently send only 401 without message.
-
Adding global tag make it repeat many time. One for each endpoint.
**Code**
```csharp
services.SwaggerDocument(o =>
{
o.TagDescriptions = t => t["Partners"] = "Manage partners";
}
…
evilz updated
8 months ago
-
The following error is thrown on Mac when requesting the client endpoint:
```
DirectoryNotFoundException: Could not find a part of the path '/var/folders/r3/67br5pz956561q196t_rhr5c0000gn/T/KiotaC…