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

Cleaner example using XUnit class fixture #2236

Closed
michiel-schoofs opened this issue Apr 1, 2020 — with docs.microsoft.com · 0 comments · Fixed by #2319
Closed

Cleaner example using XUnit class fixture #2236

michiel-schoofs opened this issue Apr 1, 2020 — with docs.microsoft.com · 0 comments · Fixed by #2319
Assignees
Milestone

Comments

Copy link

The way you have to set up the database in the given example seems a bit overkill and long-winded. Wouldn't using a class fixture result in more maintainable and clean code? https://xunit.net/docs/shared-context.html#class-fixture


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@ajcvickers ajcvickers self-assigned this Apr 3, 2020
@ajcvickers ajcvickers added this to the 5.0.0 milestone Apr 3, 2020
ajcvickers added a commit that referenced this issue Apr 26, 2020
More docs and samples

Fixes #430
Fixes #1304
Fixes #1724
Fixes #1929
Fixes #1929
Fixes #2236
Fixes #2262
Fixes #2301
ajcvickers added a commit that referenced this issue Apr 28, 2020
More docs and samples

Fixes #430
Fixes #1304
Fixes #1724
Fixes #1929
Fixes #1929
Fixes #2236
Fixes #2262
Fixes #2301
ajcvickers added a commit that referenced this issue Apr 28, 2020
More docs and samples

Fixes #430
Fixes #1304
Fixes #1724
Fixes #1929
Fixes #1929
Fixes #2236
Fixes #2262
Fixes #2301
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants