-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.net standard support #76
Comments
I have forked the repo and I am investigating what it would take to support netstandard. I will list the issues I discover (if any). |
Here are the issues I found that would need to be resolved to support netstandard:
|
I seems that .NET Standard 2.0 provides all necessary types except for |
Any chance for update? As far as I know |
I am working on this - current work in progress is here: https://github.com/megakid/Metrics.NET/tree/netcore |
@megakid Is the port going well? Need any help? Looks like most work is in the samples and adapters.. |
@rofr I think the port is pretty much done but I don't have any experience with Nancy and Owin. I have introduced a new AspNetCore adapter, pretty much copy pasted from Owin and tweaked. Everything I have tested is working, I'll create a PR and would appreciate a review/comments. |
#91 Pull Request created. |
@megakid awesome, I'll have a look. I'll also tell the nancy dev team, maybe one of them can help review. |
Any news on this? |
any update? |
here's my 2 cents: https://github.com/micdenny/Metrics.NET/tree/netcore I've just convertered the main project |
Looks like this project is dead. |
We've moved to https://www.app-metrics.io/ which was forked from this project. |
I'm not sure of the origins of app-metrics vs metrics.net but app-metrics is similar enough (API wise), seems to be more active and works well for us (e.g. my day job) in production. The number 1 reason we migrated away from this project is because we want to proceed with .NET Core ASAP and Metrics.NET was our main blocker. I originally planned to do some work on Metrics.NET to help the .NET Core migration but wasn't able to devote much time to it, then we found app-metrics... |
@megakid ah, I took "We've moved" to mean "we the original repo owners have moved" |
@megakid I know this project and my team is going to migrate on it as well since this project is not supported anymore. |
Hi, is there any plans on porting the library to .net standard ?
The text was updated successfully, but these errors were encountered: