damianh/LibLog

CS1573 - Parameter 'destructure' has no matching param tag in the XML comment for 'ILogProvider.OpenMappedContext

masterinspire opened this issue · 2 comments

Hello,

I just installed LibLog 5.0.2 via NuGet, and got this CS1573 warning.

CS1573 Parameter destructure has no matching param tag in the XML comment for 'ILogProvider.OpenMappedContext(string, object, bool)' (but other parameters do)

IDisposable OpenMappedContext(string key, object value, bool destructure = false);

I have set TreatWarningsAsErrors to true (so build will fail), and I don't want to ignore this type of warning.

This is probably caused by #174 (and will most likely be fixed by #177)

@damianh It has been resolved with #173. The fix will be included in LibLog ver. 5.0.3