vad710 / UnityEngineAnalyzer

Roslyn Analyzer for Unity3D
MIT License
273 stars 43 forks source link

Updated InvokeFunctionMissingnAnalyzer to be consistent with other An… #10

Closed Kasperki closed 7 years ago

Kasperki commented 7 years ago

While creating Material Analyzer, I noticed Invoke tests failing.

I do not know the cause. But I updated the Analyzer to be consistent with the other analyzers and changed the Invoke tests to theri own test class. Now the tests pass.

I can't be sure if did I break some functionality, since I modified the tests too...

vad710 commented 7 years ago

Looks like this PR contained a lot of the other PRs that was submitted