nsubstitute / NSubstitute.Analyzers

Roslyn analysers for NSubstitute.
MIT License
30 stars 7 forks source link

[GH-153] - handling out of order named parameters for first batch of analyzers #183

Closed tomasz-podolak closed 2 years ago

tomasz-podolak commented 2 years ago

Using IOperation API for

NonSubstitutableMemberAnalyzer
NonSubstitutableMemberReceivedAnalyzer
NonSubstitutableMemberReceivedInOrderAnalyzer
NonSubstitutableMemberWhenAnalyzer
ReceivedInReceivedInOrderAnalyzer
CallInfoAnalyzer

to handle out of order named parameters as well to simplify code