netcodemetrics icon indicating copy to clipboard operation
netcodemetrics copied to clipboard

Results 12 netcodemetrics issues
Sort by recently updated
recently updated
newest added

Hi all, Reporting an issue I've ran into on the Roslyn based fork of this Repository [here](https://github.com/vojtechkacmarik/netcodemetrics) created by @vojtechkacmarik. When creating a new '**Blazor**' app then trying to open...

When using Visual Studio 2019 Professional, an exception is occassionally thrown with a 'System.InvalidCastException' being recorded in the log. **[Log]** 3028 2019/09/30 07:29:37.148 Error Editor or Editor Extension System.InvalidCastException: Unable...

It looks like switch expression is not support. I'm sure there is a lot more than just this with C# 7, 8, 9. When I convert it back to a...

If the setter and getter are setted and the code is folded, the metrics will display abnormal. ![Sample](https://user-images.githubusercontent.com/33132228/76842200-da870c00-6874-11ea-8104-304fb6d1877a.png)

I get the Visual Studio messagebox saying an extension has caused an issue when loading my .net core 2 project. When I check the Activity Log I get the following:...

I've been getting the following exception whenever I start up VS (15.8.3). It has only started occurring since I installed your extension. It doesn't keep me from doing work. It's...

I apologise in advance for my awkwardness, but I struggle with the default colours shown in Visual Studio because I (like many others) struggle with colour blindness. To be specific,...

` if (valueTable==null || valueTable.Rows==null) { // } ` and ` if (valueTable?.Rows==null) { // } ` should have same complexity value, because they are logically identical and they both...

Insufficient stack to continue executing the program safely. This can happen from having too many functions on the call stack or function on the stack using too much stack space....