diff --git a/docs/generators/csharp-netcore.html b/docs/generators/csharp-netcore.html
index 786c2f6fa85..b6634e0ab29 100644
--- a/docs/generators/csharp-netcore.html
+++ b/docs/generators/csharp-netcore.html
@@ -31,6 +31,7 @@
returnICollection | Return ICollection<T> instead of the concrete type. | | false |
optionalMethodArgument | C# Optional method argument, e.g. void square(int x=10) (.net 4.0+ only). | | true |
optionalAssemblyInfo | Generate AssemblyInfo.cs. | | true |
+optionalEmitDefaultValues | Set DataMember's EmitDefaultValue. | | false |
optionalProjectFile | Generate {PackageName}.csproj. | | true |
nonPublicApi | Generates code with reduced access modifiers; allows embedding elsewhere without exposing non-public API calls to consumers. | | false |
allowUnicodeIdentifiers | boolean, toggles whether unicode identifiers are allowed in names or not, default is false | | false |
@@ -39,4 +40,4 @@
caseInsensitiveResponseHeaders | Make API response's headers case-insensitive | | false |
-Last updated on 2019-10-28