You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/MicroElements.Metadata.AspNetCore/Swashbuckle/MetadataSerializerBehavior.cs
+23-24Lines changed: 23 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -6,36 +6,35 @@
6
6
usingMicroElements.Reflection.TypeExtensions;
7
7
usingSwashbuckle.AspNetCore.SwaggerGen;
8
8
9
-
namespaceMicroElements.Metadata.Swashbuckle
9
+
namespaceMicroElements.Metadata.Swashbuckle;
10
+
11
+
/// <summary>
12
+
/// Configures serialization for <see cref="IPropertyContainer"/> as for collections.
13
+
/// Also <see cref="IPropertyValue"/> replaces for <see cref="PropertyValueContract"/> because swagger generates schemas for many unnecessary system types.
/// Configures serialization for <see cref="IPropertyContainer"/> as for collections.
13
-
/// Also <see cref="IPropertyValue"/> replaces for <see cref="PropertyValueContract"/> because swagger generates schemas for many unnecessary system types.
20
+
/// Initializes a new instance of the <see cref="MetadataSerializerBehavior"/> class.
0 commit comments