Flo
3
Q:

the same schemaid is already used for type swagger


   services.ConfigureSwaggerGen(options =>
   {
       //your custom configuration goes here
       // UseFullTypeNameInSchemaIds replacement for .NET Core
       options.CustomSchemaIds(x => x.FullName);
   });
0

New to Communities?

Join the community