Skip to content

Doc for adapter defaulttimeout updated#1142

Open
OsirisTerje wants to merge 1 commit intomasterfrom
adapter_defaulttimeout
Open

Doc for adapter defaulttimeout updated#1142
OsirisTerje wants to merge 1 commit intomasterfrom
adapter_defaulttimeout

Conversation

@OsirisTerje
Copy link
Member

No description provided.

| PrivateBinPath | string | directory1;directory2;etc | ? |
| RandomSeed | int | seed integer | random |
| DefaultTimeout | int | timeout in mS, 0 means infinite | 0 |
| DefaultTimeout | int | timeout in mS, 0 means infinite. Not for .net >5.0, error with NUnit 4.5.0 | 0 |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❓are we trying to say that both:

  • This is not for .NET 5.0 and greater (e.g. only for .NET core and earlier)
  • ..except for NUnit 4.5.0, when it always throws an error?

I think we need some clarity here and then I can make a suggestion to update the language

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DefaultTimeout only works for .net framework (and earlier versions of .net core, that is < 5.0, but we don't support that anymore anyway, as we have .net 6 as the lowest currently)

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.

3 participants