You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, the analyzer's logic is unit tested only by calling the DependencyAnalyzer class (see the NsDepCop.SourceTests project).
We should also write unit tests for the NsDepCopAnalyzer class.
Here's a how to: https://denace.dev/testing-roslyn-analyzers-and-code-fixes
The text was updated successfully, but these errors were encountered:
At the moment, the analyzer's logic is unit tested only by calling the DependencyAnalyzer class (see the NsDepCop.SourceTests project).
We should also write unit tests for the NsDepCopAnalyzer class.
Here's a how to: https://denace.dev/testing-roslyn-analyzers-and-code-fixes
The text was updated successfully, but these errors were encountered: