-
### Library name and version
1.0.0-beta.2
### Describe the bug
https://www.nuget.org/packages/Azure.Monitor.OpenTelemetry.LiveMetrics#dependencies-body-tab
vs
https://www.nuget.org/packages/A…
-
Maybe this https://packagist.org/packages/php-di/invoker
-
For example, if I sent back a conflict from my handler;
`return Result.Conflict($"Contributor with name {request.NewName} already exists!");`
How will I report that to the user at the API level?…
-
Hi,
I am currently trying to build my .NET application using GitHub Actions, but during the build process, the application cannot find my custom Allow.XXXX values.
How can I generate the Allow f…
-
I have updated this example to reply with a Results object: https://github.com/FastEndpoints/FastEndpoints/issues/42#issuecomment-1049963823
```csharp
public enum MyEnum
{
First,
Second…
-
Question : I am using host strategy to resolve tenants and my application uses jwt authentication using keycloak, we have swagger with implicit authentication flow, how can I configure swagger options…
-
I am using in a endpoint the following request object:
```csharp
public sealed class AddDocumentRequest
{
public IEnumerable Tags { get; set; } = default!;
}
```
Calling the endpoint I …
-
I had an existing API project (.net 8) using the standard controller/action for api endpoints.
I would like to convert all of them using fastendpoints, but I can't do them all at once. So my goal i…
-
I have a request type for and Endpoint like
``` c#
public record CompoundInstruction(AssetInstruction[] Instructions);
```
and an associated validator
``` c#
public class CompoundInstru…
-
I updated to version and suddenly the application is throwing this error on loading swagger:
```
[16:13:47 ERR] An unhandled exception has occurred while executing the request.
System.MissingMethod…