Iulian Margarintescu

Results 26 comments of Iulian Margarintescu

There is no such metric in the Metrics.NET code. Are you sure it is not declared somewhere in your code?

I might be able to provide more help if you could provide a repo that shows the issue.

In the visualisation folder, there is a "release" version of the https://github.com/etishor/Metrics.NET.FlotVisualization project. I'll try to provide more info in a few days when i get to a computer.

Hi sorry for the late response. The visualization app is due another iteration as there are a lot of things that have been implemented in the library and are not...

I have not used strong named assemblies in the last years. I'm not against them, but I know they are known to cause trouble. I'll take a look on how...

Here is a link to the [strong naming policy](https://github.com/dotnet/corefx/blob/master/Documentation/project-docs/strong-name-signing.md) and reasons for the .net corefx libraries. The general idea is to sign core framework libraries for compatibility and not to...