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

Change Namespace To Match FluentAssertions #39

Merged
merged 2 commits into from
May 17, 2023
Merged

Conversation

KyleMcMaster
Copy link
Contributor

  • Changes namespace of Assertions to match FluentAssertions, making developer experience a little easier when managing usings in tests.

@KyleMcMaster KyleMcMaster merged commit 8d6b595 into main May 17, 2023
1 check passed
@KyleMcMaster KyleMcMaster deleted the feat/change-namespace branch May 17, 2023 22:15
@@ -1,8 +1,8 @@
using FluentAssertions;
Copy link
Contributor

Choose a reason for hiding this comment

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

Since you target net6.0 you can add this to global usings in your csproj (or Directory.Build.props).

<ItemGroup>
    <Using Include="CSharpFunctionalExtensions" />
</ItemGroup>

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.

None yet

2 participants