fix enum x swagger

This commit is contained in:
Samuele E. Locatelli
2021-02-26 18:25:55 +01:00
parent d4cfe8d27c
commit a9843c3a5b
+1
View File
@@ -149,6 +149,7 @@ namespace Thermo.Active
// approach to serialize enums as strings, you can also force Swashbuckle to describe them as strings.
//
//c.DescribeAllEnumsAsStrings();
c.DescribeAllEnumsAsStrings();
// Similar to Schema filters, Swashbuckle also supports Operation and Document filters:
//