About 3,600,000 results
Open links in new tab
  1. dotnet test command - .NET CLI | Microsoft Learn

    Sep 29, 2025 · The dotnet test command builds the solution and runs a test host application for each test project in the solution using VSTest. The test host executes tests in the given project using a test …

  2. .NET CLI | Microsoft Learn

    Apr 3, 2025 · The .NET command-line interface (CLI) is a cross-platform toolchain for developing, building, running, and publishing .NET applications. The .NET CLI is included with the .NET SDK.

  3. dotnet command - .NET CLI | Microsoft Learn

    Oct 28, 2025 · Learn about the dotnet command (the generic driver for the .NET CLI) and its usage.

  4. DotNetCoreCLI@2 - .NET Core v2 task | Microsoft Learn

    Nov 11, 2025 · Build, test, package, or publish a .NET application, or run a custom .NET CLI command.

  5. C#: Detect unused references from the command line

    Mar 14, 2023 · I am looking for a way to detect from the command line unused ProjectReference references in the csproj file (not using references). Something like that but I want to add the process …

  6. dotnet-script/dotnet-script: Run C# scripts from the .NET CLI. - GitHub

    The way we deal with nullable references types in dotnet-script is that we turn every warning related to nullable reference types into compiler errors. This means every warning between CS8600 and …

  7. .NET CLI Commands Reference/Cheat Sheet - TekOnline

    May 28, 2025 · Automatically rebuilds and restarts the application when files change. # Watch with specific command . # Watch build only (no run) . # Watch with port specification . # Watch with …

  8. How to Use the Command 'dotnet test' (with examples)

    Dec 17, 2024 · The dotnet test command is an integral part of the .NET ecosystem, enabling developers to execute tests for .NET applications efficiently. This command is crucial for ensuring that code …

  9. Running tests - AppVeyor

    This mode tells AppVeyor to recursively search the build folder for test assemblies referencing known frameworks, run tests with corresponding test runners, and push results back to the build console.

  10. Scripting .NET CLI CI/CD Commands | Span of Reference

    Apr 19, 2025 · Our Continuous Integration/Continuous Delivery (CI/CD) pipeline using the .NET CLI to build and test the code. It also does some code quality checks to look for formatting violations and …