fxcop-customrules
Custom Rule in FxCop to only apply to methods called by particular type's method
I want to create an FxRule that applies a method, only if the method gets called from a specific class.[详细]
2023-03-14 15:09 分类:问答fxcop custom rules - Inspecting source code to look for new keyword
I would like to avoid instanciating certain class with new, and force to use the factory class. But I don\'t understand how to do that.[详细]
2022-12-12 05:45 分类:问答