Skip to content
#

xunit

Here are 683 public repositories matching this topic...

augustoproiete
augustoproiete commented Nov 21, 2020

Currently when calling the MSBuild alias with an MSBuildSettings, we need to set the target using the WithTarget extension method.

MSBuild("./my-app.sln", new MSBuildSettings
{
    Configuration = "Release",
    ToolVersion = MSBuildToolVersion.VS2019,
}.WithTarget("Build")); // <<<###

It would be nice if we could use a property, with a string, which would make it more na

Clockwork-Muse
Clockwork-Muse commented Dec 13, 2021

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

kenden
kenden commented Jun 14, 2018

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:

Flathub is probably the easiest to support most d

fluentassertions
aaronpburke
aaronpburke commented Mar 1, 2022

Description

Nested AssertionScopes only report the outer-most scope reportables on failure. This is true regardless of whether the outer scope has any reportables -- i.e., if only the inner scope has reportables, nothing is reported.

Complete minimal example reproducing the issue

[TestMethod]
public void TestNestedAssertionScopes()
{
    using (var outerScope = new A
bUnit
TimPurdum
TimPurdum commented Feb 28, 2022

Is the feature request related to a problem? Please elaborate. Yes.
We use multiple custom User.Identity.AuthenticationType values, yet the one in BUnit is hard-coded to bUnit Fake Authentication in FakeAuthenticationStateProvider line 125, and is inaccessible while using the bUnit test/fakes.

The suggested solution
Expose AuthenticationType to be set in `TestAuthorizationCont

MsCoreOne is a simple Ecommerce with using many technologies such as .NET 5, Entity Framework Core 5, React 16.13 with modern Clean Architecture, Domain-Driven Design, CQRS, SOLID, Identity Server 4, Blazor. It will focus on resolving the problems always see in the process to develop projects.

  • Updated Jul 10, 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.

Curate this topic

Add this topic to your repo

To associate your repository with the xunit topic, visit your repo's landing page and select "manage topics."

Learn more