Thomas Duft

Results 5 comments of Thomas Duft

Hi Soruk Is having the `ApiController`-attribute a requirement in order to generate Swagger documentation or will it enrich the generated documentation with additional information? Honestly I do not know the...

Hi @Soruk This is weird?! When I use and reference my latest published nuget openiddict-ui packages and setup the Swagger related stuff within the Startup/Program.cs file then I see the...

Et voilà... ```csharp using System.Reflection; using Microsoft.AspNetCore.Mvc.Controllers; using Microsoft.EntityFrameworkCore; using Microsoft.OpenApi.Models; using Swashbuckle.AspNetCore.SwaggerUI; using tomware.Suite.Host.Web; using tomware.Suite.Persistence.EF; var configuration = new ConfigurationBuilder() .AddJsonFile("appsettings.json") .Build(); var builder = WebApplication.CreateBuilder(args); // Add...

Same as well if you clone this repo and start the sample server? I can run it on a Linux based PC and a Windows based PC and always see...

Hi @Khaos66 Could you please elaborate more on your issue? I slightly improved the Integration test [`ApplicationApiTest.GetAsyncApplicationReceived`](https://github.com/thomasduft/openiddict-ui/blob/5f9f42696c346ae0c40f8bad242fd86530eab4c2/tests/Integration/ApplicationApiTest.cs#L97) and could not reproduce the issue. I am not saying that there isn't...