rjmurillo / moq.analyzers

Set of analyzers for Moq mocking library
BSD 3-Clause "New" or "Revised" License
22 stars 2 forks source link

Add analyzer for internal mocks requires InternalsVisibleTo attribute #110

Open MattKotsenas opened 1 week ago

MattKotsenas commented 1 week ago

You can mock an internally visible type, but you need to add an InternalsVisibleTo for the CastleProxy