Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

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);
   });
 
PREVIOUS NEXT
Tagged: #schemaid #type #swagger
ADD COMMENT
Topic
Name
7+7 =