I need to verify in my .net projects if have some specific classes if are not allowed on the project.
I search a lot and didnt find nothing about this
Hi,
Welcome to the community!
You can write Roslyn analyzers; they’ll be imported by default (see the bottom of the page).
HTH,
Ann