-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support with Fluent Assertions (#124)
- Loading branch information
1 parent
4366f54
commit cdf58b9
Showing
15 changed files
with
1,216 additions
and
813 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
global using System.Text; | ||
global using System.Collections; | ||
global using Microsoft.VisualStudio.TestTools.UnitTesting; | ||
global using FluentAssertions; | ||
global using static System.Environment; | ||
global using static DotEnv.Core.ExceptionMessages; | ||
global using static DotEnv.Core.FormattingMessage; |
Oops, something went wrong.