Open mysticmind opened 7 years ago
Hi, apologies for the late reply. I don't have the access to the Windows machine, thus I did not include net461 + I'm moving this project to the .NET Core in general. However, I'll try to resolve this issue and also include the full .NET framework (hopefully by tomorrow).
I think it would be worthwhile to add a CI integration using Appveyor with the purpose of building the nupkg artifacts for all the targeted .Net frameworks. You can use the created artifacts to publish Nuget packages. This way you don't need a Windows machine to get things going.
I can certainly help with creating the Appveyor config which will ease the process for you.
I am just working to build a monitoring system using Warden. Observing an issue that the published libs on Nuget for MsSql watcher v1.3.2 only has the lib for netstandard1.6 and net461 lib missing.
I also checked the prior version v1.3.1 and libs for both netstandard1.6 and net461 are there.
Could you please check and publish the missing lib?