File tree Expand file tree Collapse file tree
StyleCop.Analyzers/StyleCop.Analyzers/Settings/ObjectModel Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ internal class DocumentationSettings
100100 /// <summary>
101101 /// This is the backing field for the <see cref="DocumentationCulture"/> property.
102102 /// </summary>
103- [ JsonProperty ( "documentationCulture" , DefaultValueHandling = DefaultValueHandling . Include ) ]
103+ [ JsonProperty ( "documentationCulture" , DefaultValueHandling = DefaultValueHandling . Ignore ) ]
104104 private string documentationCulture ;
105105
106106 /// <summary>
@@ -121,9 +121,9 @@ protected internal DocumentationSettings()
121121 this . documentInterfaces = true ;
122122 this . documentPrivateFields = false ;
123123
124- this . documentationCulture = DefaultDocumentationCulture ;
125-
126124 this . fileNamingConvention = FileNamingConvention . StyleCop ;
125+
126+ this . documentationCulture = DefaultDocumentationCulture ;
127127 }
128128
129129 public string CompanyName
You can’t perform that action at this time.
0 commit comments