jenergm

Results 2 issues of jenergm

Dear all, I'm using version Swashbuckle.AspNetCore.6.4.0. I've set in **Startup.cs:** **ConfigureServices:** services.AddSwaggerGen(c => { c.SwaggerDoc("v1", new OpenApiInfo { Title = "Prosegur.Cash.Local.Toolkit.Mercadona.IntegrateAPI", Version = "v1" }); c.AddSecurityDefinition("oauth2", new OpenApiSecurityScheme { Type...

responded

Hi there, When matching Extensions Methods to Enum throws an **Error BE0065: An error occurred while attempting to transform the reflection data to a topic. The error message was: System.NullReferenceException**...