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 6dcd8ef commit 7b15391Copy full SHA for 7b15391
src/Platforms/Exceptionless.NLog/ExceptionlessTarget.cs
@@ -13,7 +13,7 @@ public class ExceptionlessTarget : TargetWithLayout {
13
public string ServerUrl { get; set; }
14
15
[ArrayParameter(typeof(ExceptionlessField), "field")]
16
- public IList<ExceptionlessField> Fields { get; private set; }
+ public IList<ExceptionlessField> Fields { get; set; }
17
18
public ExceptionlessTarget() {
19
Fields = new List<ExceptionlessField>();
0 commit comments