开发者_如何学JAVAHow can i parse a particular .Cs file using Style-cop .Net code?
Have a look at the CsParser class.
Right click on the file in VS and select Run StyleCop. Or are you trying to embed StyleCop into an app?
开发者_如何学JAVAHow can i parse a particular .Cs file using Style-cop .Net code?
Have a look at the CsParser class.
Right click on the file in VS and select Run StyleCop. Or are you trying to embed StyleCop into an app?
精彩评论