Open mattfrear opened 3 years ago
Hi Alan
I have installed the NLog.Schema NuGet package, which gives me xsd validation of the NLog.config file. However, now Visual Studio gives the above warning in the Error List. I have:
<extensions> <add assembly="NLog.Targets.Splunk" /> <add assembly="NLog.Web.AspNetCore" /> </extensions> <targets> <target name="SplunkNlogConfig" xsi:type="SplunkHttpEventCollector"
Hi Alan
I have installed the NLog.Schema NuGet package, which gives me xsd validation of the NLog.config file. However, now Visual Studio gives the above warning in the Error List. I have: