forked from dotnet/arcade
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed 'src/Microsoft.DotNet.XUnitAssert/src/' changes from c02d676…
…a..46dfaa92 46dfaa92 xunit/xunit#2773: Add Assert.RaisesAny and Assert.RaisesAnyAsync non-generic for EventArgs c0485bdd Add additional NETSTANDARD excludeions for System.AppDomain usage b6cb339c xunit/xunit#2767: Verify types match when comparing FileSystemInfo values 03b07513 Use AppDomain.CurrentDomain.GetAssemblies() to find System.IO.FileSystemInfo type 482be8e0 xunit/xunit#2767: Special case FileSystemInfo objects by just comparing the FullName in Assert.Equivalent 78d70dec xunit/xunit#2767: Prevent stack overflow in Assert.Equivalent with a max traversal depth of 50 d0a234a5 Delay calling Dispose() on CollectionTracker's inner enumerator, for xunit/xunit#2762 96236a4c Add disable for CS8607 in AssertEqualityComparerAdapter because of nullability inconsistency 6193f9ee Move to explicit DateTime(Offset) handling in Assert.Equivalent (related: xunit/xunit#2758) 20e76223 xunit/xunit#2743: Assert.Equal with HashSet and custom comparer ignores comparer 247c1016 Mark BitArray as safe to multi-enumerate 8926c0fc Wrap AssertEqualityComparer collection logic in !XUNIT_FRAMEWORK for v2 xunit.execution.* 90d59772 xunit/xunit#2755: Assert.Equal regression for dictionaries with collection values 17c7b611 Add nullable annotation to Assert.NotNull<T>(T?) (dotnet#64) 1886f126 xunit/xunit#2741: Ensure all exception factory methods are public git-subtree-dir: src/Microsoft.DotNet.XUnitAssert/src git-subtree-split: 46dfaa9248b7aa4c8c88e5cf6d4a6c84671a93f5
- Loading branch information
Showing
13 changed files
with
408 additions
and
68 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
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
Oops, something went wrong.