Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude whole assemblies #96

Open
RedX2501 opened this issue Dec 6, 2019 · 3 comments
Open

Exclude whole assemblies #96

RedX2501 opened this issue Dec 6, 2019 · 3 comments

Comments

@RedX2501
Copy link

RedX2501 commented Dec 6, 2019

It would be nice to have an attribute (or setting) to exclude a whole assembly from analysis.

For example in test projects and it's classes and functions there is IMHO no need to document exceptions that might be thrown.

Currently the SuppressMessage attribute for Exceptional does not seem to work at assembly level.

@ManticSic
Copy link
Collaborator

Hey @RedX2501, to make sure that I don't miss understand your request: you want to exclude a whole project (.csproj, e. g. the test project)?
Or do you want to disable Exceptional for a configuration generating a particular assembly?

@RedX2501
Copy link
Author

My use case is disabling it for a project.

@RicoSuter
Copy link
Member

RicoSuter commented Dec 24, 2019

Maybe add a setting with namespace excludes? This can then mostly also be used to exclude projects/assemblies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants