Fix CA0053 error in VS 2012FreeThis tool fixes an error in csproj files created with VS 2010 SP1, and causing Code Analysis in VS 2012 to fail with a CA0053 error.Description
Reviews (2)
Q and A
Sign in to Write a Review
Sort By:
This doesn't seem to do anything. If you run it from a cmd prompt, it says that it will fix any csproj files in the current location and all subdirectories. So I copied it to the directory where my csproj was located and ran it, and absolutely nothing happened.
| Edit
|
When you run the program (from a cmd prompt) it will list the csproj files it finds, and either fix them or skip them, and write that information to the console. It will skip them if it doesnt find the error pattern in the file. Brilliant! This fixed all my CA0053 errors. |