You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: