CleanArchitecture VS vstest-docs

Compare CleanArchitecture vs vstest-docs and see what are their differences.

vstest-docs

Documentation for the Visual Studio Test Platform. (by Microsoft)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
CleanArchitecture vstest-docs
79 4
15,601 205
- -
9.0 7.7
5 days ago over 1 year ago
C#
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

CleanArchitecture

Posts with mentions or reviews of CleanArchitecture. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-07.

vstest-docs

Posts with mentions or reviews of vstest-docs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-07.
  • trying to run an nunit test passing in a value
    1 project | /r/csharp | 14 May 2022
    Environment variables is probably easiest, but vstest and dotnet test support your use case via runsettings arguments - more info here: https://github.com/microsoft/vstest-docs/blob/main/docs/RunSettingsArguments.md
  • Integrating VSTest
    3 projects | /r/dotnet | 7 May 2022
    I've had success creating my own logger by following this guide on the vsdocs github. Nowadays you don't have to deploy the assemblies for the custom logger to the vs install folders. vstest will scan the build output directory for assemblies that match the specified pattern, *.testlogger.dll. You can also specify the path for custom test adapters either from the command line or a runsettings file using the TestAdapterPath option (this is only available since v15.1 but you mentioned you've tried the html logger and I think that's much newer than v15.1). If you get stuck with the implementation you can try referring to vstest's own loggers: htmllogger, trxlogger.
  • Anyone know if you can set parallelization as a setting for NUnit?
    1 project | /r/softwaretesting | 3 Dec 2021
    Also something that may be relevant is that newer versions of the vstest platform allow you to override runsettings options when running tests from the command line, as described here.
  • What are some excellent Github projects that really showcase best practices and great architecture and design?
    15 projects | /r/csharp | 5 May 2021
    vstest (c#) (I like this one a lot, architecture is very well documented here: https://github.com/Microsoft/vstest-docs)

What are some alternatives?

When comparing CleanArchitecture and vstest-docs you can also consider the following projects:

CleanArchitecture - Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core

awesome-dotnet - A collection of awesome .NET libraries, tools, frameworks and software

ASP.NET Boilerplate - ASP.NET Boilerplate - Web Application Framework

Polly - Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.

modular-monolith-with-ddd - Full Modular Monolith application with Domain-Driven Design approach.

eShopOnWeb - Sample ASP.NET Core 8.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.

Tyrannoport - 🦖 For processing TRX files into something more enjoyable 🦖

eShopOnContainers - Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor. Moved to https://github.com/dotnet/eShop.

nopCommerce - ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.

NorthwindTraders - Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.

CleanArchitecture - Clean Architecture Solution Template for ASP.NET Core