xunit
Here are 659 public repositories matching this topic...
Currently, when comparing strings, options like ignoreLineEndingDifferences and ignoreWhiteSpaceDifferences require there be at least one instance of the various characters
// Succeeds
Assert.Equal(" ", " ", ignoreWhiteSpaceDifferences: true);
// Fails
Assert.Equal(" ", String.Empty, ignoreWhiteSpaceDifferences: true);... I'm looking for a way to compare two s
As the moment it's only possible to install bats from bats-core from source on linux.
We should create packages to install easily on Linux.
It could be:
apt install bats-corefor Debian/Ubuntu/Linux Mintyum install bats-corefor Fedora/RedHat/CentOS- a package on (Flathub](www.flathub.org)
- a snap on https://snapcraft.io/
...
Flathub is probably the easiest to support most d
Before you file a bug, have you:
- Tried upgrading to newest version of Fluent Assertions, to see if your issue has already been resolved and released?
- Checked existing open and closed issues, to see if the issue has already been reported?
- Tried reproducing your problem in a new isolated proje
-
Updated
Jan 31, 2022 - C#
If a component has a child content parameter that is a RenderFragment<TValue>, then the parameter builder's AddChildContent method should throw an exception with an error message telling the user to use .Add(p => p.ChildContent, ...) instead.
For example, the following should throw an helpful exception:
var cut = RenderComponent<Virtualize<string>>(ps => ps
.Add(p => p.Items, Te-
Updated
Jan 28, 2022 - Go
-
Updated
Jan 13, 2022 - Shell
-
Updated
Jan 8, 2022 - C#
-
Updated
Jan 20, 2022 - Python
-
Updated
Jan 31, 2022 - C#
-
Updated
Sep 15, 2021 - C#
-
Updated
Jan 6, 2019 - C#
-
Updated
Nov 16, 2021 - C#
-
Updated
Oct 6, 2021 - C#
-
Updated
Jan 13, 2020 - C#
-
Updated
Jan 31, 2022 - C#
-
Updated
Jan 31, 2022 - C#
-
Updated
Sep 22, 2017 - HTML
-
Updated
Mar 22, 2021 - C#
Improve this page
Add a description, image, and links to the xunit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the xunit topic, visit your repo's landing page and select "manage topics."
Currently when calling the
MSBuildalias with anMSBuildSettings, we need to set the target using theWithTargetextension method.It would be nice if we could use a property, with a string, which would make it more na