Dorian Green

Results 3 issues of 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...

bug
need-more-info

### 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...

Bug
Triaged