Implemented analyzer to fix xml docs parameters#403
Implemented analyzer to fix xml docs parameters#403giggio merged 1 commit intocode-cracker:masterfrom
Conversation
There was a problem hiding this comment.
Category should be maintenability. Needs to change the DiagnosticSeverity and file locations.
There was a problem hiding this comment.
Which DiagnosticSeverity should I set?
|
@giggio I made many commits to fix your observations. When everything is aproved I will squash them all. |
|
@giggio How did you catch this exception in comment: #403 (comment) ? I walk through all my new commits and discovered that CTRL + . bug stoped in AlbertoMonteiro@ebdae16 So I started to mix the changes that I did in this commit, and I discovered that if I use the namespace CodeCracker.CSharp.Refactoring it will break when running VS. Why the simple namespace name change, breack when running on VS? |
|
@AlbertoMonteiro You set the exception settings to catch all .NET Exceptions. If you don't do that, VS will not stop to let you inspect the exception. I don't know why, it should stop. |
|
@AlbertoMonteiro I can't see why the namespace would break the code. Try using the exception setting I talked about above and see if you can find what happened. Anyway, you are going to move it another namespace, so maybe this is moot. |
|
@giggio commited the globalization support. |
662b18c to
50127c6
Compare
|
@AlbertoMonteiro Good job! |
|
@giggio Thanks. |
I created analyzer and 2 code fixes, one for missing parameters and another to unexisting parameters.
Tests are ok, but I am facing a problem when testing running VS
But when I press CTRL+. I get a error in VS.
"One or more erros ocurred."
When I checked to see all exceptions in VS I got StackTrace and got this exception:
I tried a lot things, but couldnt fix, I need help.
Fix #357