Rico Suter
Results
34
issues of
Rico Suter
merge 2xx responses with the same type and handle them in one if (status... || block
type: enhancement
help wanted
project: NSwag.CodeGeneration.TypeScript
project: NSwag.CodeGeneration.CSharp (Clients)
When I add an interceptor before the Includes(), the includes are not made by EF: var activeAccounts = await ctx.Accounts .InterceptWith(new PropertyVisitor()) .Include(a => a.Subject) .Where(a => a.IsActive) .ToListAsync(); But...
Implemented in NJS, update NSwag generators, CLI, UI, etc.
type: enhancement