Jacob Reimers

Results 13 comments of Jacob Reimers

You should be able to pass in the member as a syntax tree to the CodeMetricsCalculator. See here - https://github.com/jjrdk/ArchiMetrics/blob/master/src/ArchiMetrics.Analysis/CodeMetricsCalculator.cs#L59

It's impossible to say from the code snippet you have posted. You don't even tell me which line fails or what the source of the error is. Have a look...

The second parameter takes in all the assembly dependencies that are needed to correctly analyze the code. Since code snippets don't specify their assembly dependencies themselves, you will have to...