nexogen-international / Nexogen.Libraries.Metrics

Library for collecting application metrics in .NET and exporting them to Prometheus
MIT License
61 stars 9 forks source link

.net framework nuget library missing #35

Open MihaMarkic opened 6 years ago

MihaMarkic commented 6 years ago

.NET Framework library is missing in NuGet package. Any particular reason for that? I mean the .NET Standard is cool and all that, but it would drag a ton of references to a .NET Framework project.

ahoka commented 6 years ago

Hi!

That would require us to switch to a Windows CI. We are already investigating this but it needs work to be done.

MihaMarkic commented 6 years ago

I tried it and it almost work - except for the NETStandard.HttpListener which is for some reason not happy. I replaced it with standard HttpListener and it works for me. BTW I think appveyor should do.

farkasmark commented 6 years ago

Hi @MihaMarkic! Thank you for reporting this issue, today we had an internal discussion to evaluate AppVeyor for this purpose! I'll keep you updated about the results.