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

Add analyzer for ParallelizableAttribute #97

Merged
merged 1 commit into from
Dec 28, 2018

Conversation

mikkelbu
Copy link
Member

Verifies and reports the following:

  • (Warning) ParallelScope.Self on assembly level as it has no effect
  • (Error) ParallelScope.Children on a non-parameterized test method
  • (Error) ParallelScope.Fixtures on a test method

Fixes #64

Verifies and reports the following:
* (Warning) ParallelScope.Self on assembly level as it has no effect
* (Error) ParallelScope.Children on a non-parameterized test method
* (Error) ParallelScope.Fixtures on a test method

Fixes nunit#64
@mikkelbu mikkelbu merged commit 8632996 into nunit:master Dec 28, 2018
@mikkelbu mikkelbu deleted the add-analyzer-for-ParallelScope branch December 28, 2018 21:21
@mikkelbu mikkelbu added this to the Release 0.2 milestone Apr 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add an Analyzer to Verify ParallelScope Usage
1 participant