Skip to content

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
@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.

2 participants