File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
XESmartTarget.Core/Responses Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2929// You can specify all the values or you can default the Build and Revision Numbers
3030// by using the '*' as shown below:
3131// [assembly: AssemblyVersion("1.0.*")]
32- [ assembly: AssemblyVersion ( "2.0.9 .0" ) ]
33- [ assembly: AssemblyFileVersion ( "2.0.9 .0" ) ]
32+ [ assembly: AssemblyVersion ( "2.0.10 .0" ) ]
33+ [ assembly: AssemblyFileVersion ( "2.0.10 .0" ) ]
3434
Original file line number Diff line number Diff line change @@ -176,7 +176,8 @@ protected void Write()
176176 }
177177 catch ( FormattingException )
178178 {
179- logger . Warn ( $ "The value { dc . Expression } contains placeholders that cannot be formatted.") ;
179+ // Do not log here as this can flood the logs
180+ // logger.Warn($"The value {dc.Expression} contains placeholders that cannot be formatted.");
180181 }
181182 }
182183 }
You can’t perform that action at this time.
0 commit comments