-
Starting a [Live Unit Testing](https://learn.microsoft.com/en-us/visualstudio/test/live-unit-testing?view=vs-2022) session on FE fails with the following logs:
# VS output
```
[21:48:46 Verbose] …
-
Hello!
In our app we send filter options a user can select as an enum list in the query paramaters, for example `/api/test?animals=1&animals=2`.
Then we bind it to a request DTO:
```csharp
pub…
-
### What are you generating using Kiota, clients or plugins?
API Client/SDK
### In what context or format are you using Kiota?
Nuget tool
### Client library/SDK language
TypeScript
### Describe …
-
I've been trying to find a clean way to integrate Hashids generation with FastEndpoints for a cleaner solution.
I've managed to get around the binding issues by adding `[ModelBinder(typeof(HashidsM…
-
Hi, I'm having an issue with authentication. I'm receiving 401 for all my endpoints.
Here is my login endpoint:
```cs
public class LoginEndpoint : Endpoint
{
private readonly IAuthService…
-
Found this by accident.
This does not work and returns 400 "JSON deserialization for type 'MyResponse' was missing required properties, including the following: fullName"
```cs
using FastEndpo…
-
Steps to reproduce. Create two workflows with a StartAt activity.
Execute the first one.
A record get created in bookmarks.
Execute the second.
It throws:
```console
MongoDB.Driver.Mon…
-
Hi there,
I have a Blazor WASM app using a ASP.NET Core FastEndpoints Backend.
I am sharing the request models between frontend and backend using a "shared" project.
Right now the request DTOs …
-
Hi,
this issue is referencing to #99 Route parameter property type not correctly set with swagger
In my case the issue is not solved with the newest Version 5.24.0
my example Endpoint:
```cs…
-
When I add a Job to a JobQueue, I want to be able to cancel the job afterwards.
This is how I would imagine it to be:
QueueJobAsync could return a reference to the created job, which features a Ca…