Dorian Green
Dorian Green
Right now, in order to return an IAsyncEnumerable you need to use EndpointBaseSync and access the request cancellationToken form HttpContext like this: ``` public class List : EndpointBaseSync.WithoutRequest.WithResult { ///...
### Describe the bug I am getting the following analyzer warning: > Possible null reference argument for parameter 'y' in 'bool IEqualityComparer.Equals(EntityName x, EntityName y)'. The generated code looks like...
### Describe the bug #### Description When using Artifacts output layout in net8.0+ the script generation task fails the build as it cant find the output directory #### Expected behavior...