Skip to content

Describe the real Fixie setup in the No State found error - #1902

Merged
SimonCropp merged 1 commit into
mainfrom
fix-fixie-setup-message
Aug 29, 2026
Merged

Describe the real Fixie setup in the No State found error#1902
SimonCropp merged 1 commit into
mainfrom
fix-fixie-setup-message

Conversation

@SimonCropp

Copy link
Copy Markdown
Member

The message told users to inherit from VerifyTestProject, a type that does not exist in the package, the repo, or the docs. It fires exactly when a user has not wired Verify into Fixie yet, so it sent them looking for a base class that was never there.

It now states the actual requirement: implement Fixie's ITestProject and IExecution, assign the target assembly, and wrap each run in ExecutionState.Set.

The message told users to inherit from VerifyTestProject, a type that does not
exist in the package, the repo, or the docs. It fires exactly when a user has
not wired Verify into Fixie yet, so it sent them looking for a base class that
was never there.

It now states the actual requirement: implement Fixie's ITestProject and
IExecution, assign the target assembly, and wrap each run in ExecutionState.Set.
@SimonCropp SimonCropp added this to the 33.0.0 milestone Aug 29, 2026
@SimonCropp
SimonCropp merged commit 98c935f into main Aug 29, 2026
6 of 7 checks passed
@SimonCropp
SimonCropp deleted the fix-fixie-setup-message branch August 29, 2026 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant