Skip to content

Shared type global scope - is this shared across projects? #931

Answered by thomhurst
richardoSGSI asked this question in Q&A
Discussion options

You must be logged in to vote

It means every test that will be executed in your test session. So basically the lifetime of the dotnet process of your tests.

So if multiple projects end up running tests, it'll be shared across those. There is a shared per assembly option if you want to split things out.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by richardoSGSI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants