warden-stack / Warden

Define "health checks" for your applications, resources and infrastructure. Keep your Warden on the watch.
https://getwarden.net
MIT License
614 stars 66 forks source link

MsSql watcher v1.3.2 - net461 lib not published in nuget #141

Open mysticmind opened 7 years ago

mysticmind commented 7 years ago

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?

spetz commented 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).

mysticmind commented 7 years ago

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.