Found 113 packages
dotMemory Unit is an additional unit testing framework that allows you to write tests that check code for all kinds of memory issues. For example, these can be tests that determine leaks by checking memory for objects of a particular type, or tests that track memory traffic and fail in case the traffic exceeds some threshold. In other words, dotMemory Unit extends your unit testing framework (NUnit, MSTest, or other) with the functionality of a memory profiler. To run tests that use dotMemory Unit, you should reference the dotMemory.Unit assembly (which is a part of this package) from your test project. Tests with the support for dotMemory Unit can be run either with a standalone unit test runner of your choice or with the ReSharper unit test runner. For standalone runners, you should use a mediator - the standalone dotMemory Unit launcher. If you want to use the ReSharper unit test runner, you should have either ReSharper 9.1 (or later) or dotCover 3.1 (or later) installed on your machine
Simplify your build, run tests and coverage.
An opinionated fully functional testing framework for F#
Provides helper functions for setting up and tearing down SQL Server database fakes for use in integration testing.
StatLight: Tool for executing Silverlight test xap packages or dll assemblies locally during development and in a continuous integration environment.
Reusables modules used in the aid of a .NET build and release cycle
Dynamics 365 PowerShell Cmdlets to support automation of common build and deployment tasks
Chutzpah is an open source JavaScript test runner which helps you integrate JavaScript unit testing into your website. It enables you to run JavaScript unit tests from the command line and from inside of Visual Studio. It also supports running in the TeamCity continuous integration server.
A platform for packaging and deploying .NET-based automation scripts to provide a complete pipeline-as-code solution for building, testing, and deploying projects. Photon Framework contains the core components required to develop Photon projects and plugins.
git-flow-version creates predictable and opinionated SemVer 2.0.0 version numbers for git flow repositories.
This libary can generate a version numbers for a git flow repository.
The easy way to use semantic versioning (semver.org) with GitHub Flow
Provides targets for building .NET projects from scratch. Ciao bootstraps the build environment by fetching the latest version of the NuGet.exe command-line client, restoring NuGet packages for your solution, injecting version metadata into your assemblies, compiling the solution, running unit tests and building NuGet packages from your nuspecs. See the project URL for information on integrating Ciao with your projects. Note: do not install this package into projects. Install it at the Solution level.
CodeDesignPlus.Net.Core is a foundational library for .NET Core projects, providing essential utilities and extensions to streamline development, enhance code quality, and support efficient testing and continuous integration. This library serves as the core framework for building robust and maintainable .NET applications.
The dotMemory console tool lets you start a profiling session and get memory snapshots from the command line. This can be helpful in various scenarios, like: * profiling an application on a remote server, * automating the process of gathering memory snapshots, for example, as a part of your continuous integration builds, * speeding up profiling routines by creating profiling scripts. The tool supports profiling of .NET Framework and .NET Core applications. The tool is a JetBrains Redistributable Product. This means it is free and can be freely redistributed. Note that it does not require JetBrains dotMemory to be installed on your machine. At the same time, to analyze the collected snapshots, you will need the standalone version of JetBrains dotMemory.
The Mailosaur .NET library lets you integrate email and SMS testing into your continuous integration process.
Veronique is a simple yet powerful command line tool helping versioning your software projects automatically during the build process.
NHibernate Profiler is a real-time visual debugger allowing a development team to gain valuable insight and perspective into their usage of NHibernate. This package is the integration API letting to easily use NHibernate Profiler during Continuous Integration (CI) process.
The dotTrace console tool lets you start a profiling session and get performance snapshots from the command line. This can be helpful in various scenarios, like: * profiling an application on a remote server, * automating the process of gathering performance snapshots, for example, as a part of your continuous integration builds, * speeding up profiling routines by creating profiling scripts. The tool supports profiling of .NET Framework, .NET Core, Mono, and Unity applications. The tool is a JetBrains Redistributable Product. This means it is free and can be freely redistributed. Note that it does not require JetBrains dotTrace to be installed on your machine. At the same time, to analyze the collected snapshots, you will need the standalone version of JetBrains dotTrace or JetBrains Rider.
Powershell scripts necessary for continuous integration.