Loic.microsoft.coyote 1.0.0

dotnet add package Loic.microsoft.coyote --version 1.0.0                
NuGet\Install-Package Loic.microsoft.coyote -Version 1.0.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Loic.microsoft.coyote" Version="1.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Loic.microsoft.coyote --version 1.0.0                
#r "nuget: Loic.microsoft.coyote, 1.0.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Loic.microsoft.coyote as a Cake Addin
#addin nuget:?package=Loic.microsoft.coyote&version=1.0.0

// Install Loic.microsoft.coyote as a Cake Tool
#tool nuget:?package=Loic.microsoft.coyote&version=1.0.0                

<div align="center"> <img src="docs/assets/images/logo_coyote.svg" width="70%"> <h2>Fearless coding for reliable asynchronous software</h2> </div>

NuGet Open in Visual Studio Code Join the chat at https://gitter.im/Microsoft/coyote Follow on Twitter

Windows CI Linux CI macOS CI

Coyote is a .NET library and tool designed to help ensure that your code is free of concurrency bugs.

It gives you the ability to reliably unit test the concurrency and other sources of nondeterminism (such as message re-orderings, timeouts and failures) in your C# code. In the heart of Coyote is a scheduler that takes control (via binary rewriting) of your program's execution during testing and is able to systematically explore the concurrency and nondeterminism to find safety and liveness bugs. The awesome thing is that once Coyote finds a bug it gives you the ability to fully reproduce it as many times as you want, making debugging and fixing the issue much easier.

Coyote is used by several teams in Azure to systematically test their distributed systems and services, finding hundreds of bugs before they manifest in production. In the words of an Azure service architect:

Coyote found several issues early in the dev process, this sort of issues that would usually bleed through into production and become very expensive to fix later.

See our documentation for more information about the project, case studies, tutorials and reference documentation.

Coyote is made with ❤️ by Microsoft Research.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our CLA.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net5.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 0 7/31/2021