Skip to content

Introduces an attribute to mark an entire assembly as one that contains custom assertions.#2389

Merged
dennisdoomen merged 1 commit intofluentassertions:developfrom
dennisdoomen:Feature/MarkAssemblyWithCustomAssertions
Oct 18, 2023
Merged

Introduces an attribute to mark an entire assembly as one that contains custom assertions.#2389
dennisdoomen merged 1 commit intofluentassertions:developfrom
dennisdoomen:Feature/MarkAssemblyWithCustomAssertions

Conversation

@dennisdoomen
Copy link
Copy Markdown
Member

@dennisdoomen dennisdoomen commented Oct 15, 2023

Instead of marking individual methods with the [CustomAssertion], you can now add the [assembly: CustomAssertionsAssembly] attribute to a file within the project to tell Fluent Assertions that all code in that assembly should be treated as custom assertion code.

Part of the solution to resolve #2002

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move DataSet/DataTable/DataRow assertions to separate library

4 participants