Skip to content
#

xunit

Here are 613 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

matkoch
matkoch commented Sep 18, 2021

Several people reported in my project that their "test collection" messages are shown outside the intended block. I can confirm but it never got too important to me. However, with a large amount of tests, I guess it can be bothering to scroll between build summary and individual targets:

<img width="786" alt="image" src="https://user-images.githubuserconten

fluentassertions

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