CS1573 - Parameter 'destructure' has no matching param tag in the XML comment for 'ILogProvider.OpenMappedContext
masterinspire opened this issue · 2 comments
masterinspire commented
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)
LibLog/src/LibLog/ILogProvider.cs
Line 37 in f97a680
I have set TreatWarningsAsErrors
to true
(so build will fail), and I don't want to ignore this type of warning.