We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e4041 commit 82bd5daCopy full SHA for 82bd5da
src/Serilog.Sinks.MSSqlServer/Sinks/MSSqlServer/SqlColumn.cs
@@ -13,7 +13,7 @@ public class SqlColumn
13
private SqlDbType _dataType = SqlDbType.VarChar; // backwards-compatibility default
14
private string _columnName = string.Empty;
15
private string _propertyName;
16
- private List<string> _propertyNameHierarchy = new List<string>();
+ private readonly List<string> _propertyNameHierarchy = new List<string>();
17
18
/// <summary>
19
/// Default constructor.
0 commit comments