-
>[!IMPORTANT]
>This must be implemented with using the `feature/46-integrate-identity` as a feature branch. You will branch from it and when ready simply make a PR back to the `feature/46-integrate-id…
-
Hi,
I'm having trouble with the default request binder.
My request contains curly braces in the route (e.g. `/api/items/{123-456}`).
Unfortunately I cannot remove these curly braces because thes…
-
Hey all, I'm new at FastEndpoints and I think the project is awesome.
However, I followed the sample from the projects page and I'm getting this exception.
![image](https://github.com/user-atta…
rpbs updated
2 months ago
-
Hello, as FastEndpoints is an amazing lib(Remote feature the most) that I would like to use it everywhere in my projects, when I try to integrate it to Blazor webassembly, it seems not supporting brow…
-
I still have one problem with Fixtures. In Program.cs, I register dbcontext for PostgresSQL database. In fixture, I am trying to replace this dbcontext with dbcontext for InMemory database. However, r…
-
```cs
global using FastEndpoints;
using FastEndpoints.Swagger;
using System.Globalization;
using System.Text.Json.Serialization;
using System.Text.Json;
using Standart.Hash.xxHash;
using System…
-
Hi there. thank you for your great work and for sharing :)
in my scenario, i have to use HasPermission attribute for my endpoints. since i used to have controllers , i do restrict access to the con…
-
"Skatt" has asked about removing the use of "oneOf" in the OpenAPI spec:
https://altinn.slack.com/archives/C05TK0966DC/p1726130632432139?thread_ts=1725968300.054949&cid=C05TK0966DC
Need to check the …
-
How can I implement my IAuthorizationFilter attribute correctly on a FastEndpoints endpoint?
-
I like the idea of SmartEnums, but I am unable to find a straightforward way to make them work with FastEndpoints. Although the projects builds, when I try to pass a Dto that contains a SmartEnum, an…