Microsoft.Coyote.Test
1.4.3
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Coyote.Test --version 1.4.3
NuGet\Install-Package Microsoft.Coyote.Test -Version 1.4.3
<PackageReference Include="Microsoft.Coyote.Test" Version="1.4.3" />
paket add Microsoft.Coyote.Test --version 1.4.3
#r "nuget: Microsoft.Coyote.Test, 1.4.3"
// Install Microsoft.Coyote.Test as a Cake Addin #addin nuget:?package=Microsoft.Coyote.Test&version=1.4.3 // Install Microsoft.Coyote.Test as a Cake Tool #tool nuget:?package=Microsoft.Coyote.Test&version=1.4.3
<div align="center"> <h2><img src="docs/assets/images/logo_coyote.svg" width="70%"></h2> </div>
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. 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. |
.NET Core | netcoreapp3.1 is compatible. |
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETCoreApp 3.1
- Microsoft.ApplicationInsights.WindowsServer (>= 2.14.0)
- Microsoft.Coyote (>= 1.4.3)
- System.Configuration.ConfigurationManager (>= 4.7.0)
-
.NETFramework 4.6.2
- Microsoft.ApplicationInsights.WindowsServer (>= 2.14.0)
- Microsoft.Coyote (>= 1.4.3)
- System.Configuration.ConfigurationManager (>= 4.7.0)
-
net5.0
- Microsoft.ApplicationInsights.WindowsServer (>= 2.14.0)
- Microsoft.Coyote (>= 1.4.3)
- System.Configuration.ConfigurationManager (>= 4.7.0)
-
net6.0
- Microsoft.ApplicationInsights.WindowsServer (>= 2.14.0)
- Microsoft.Coyote (>= 1.4.3)
- System.Configuration.ConfigurationManager (>= 4.7.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Microsoft.Coyote.Test:
Package | Downloads |
---|---|
Microsoft.Coyote
Coyote is a library and tool for testing concurrent C# code and deterministically reproducing bugs. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Microsoft.Coyote.Test:
Repository | Stars |
---|---|
microsoft/binskim
A binary static analysis tool that provides security and correctness results for Windows Portable Executable and *nix ELF binary formats
|
Version | Downloads | Last updated |
---|---|---|
1.7.11 | 15,796 | 3/18/2024 |
1.7.10 | 59,177 | 8/18/2023 |
1.7.9 | 2,948 | 6/6/2023 |
1.7.8 | 1,892 | 4/14/2023 |
1.7.7 | 407 | 4/10/2023 |
1.7.6 | 415 | 4/6/2023 |
1.7.5 | 724 | 3/10/2023 |
1.7.4 | 739 | 2/14/2023 |
1.7.3 | 25,077 | 12/14/2022 |
1.7.2 | 750 | 12/2/2022 |
1.7.1 | 2,732 | 11/15/2022 |
1.7.0 | 786 | 10/31/2022 |
1.6.2 | 3,053 | 10/6/2022 |
1.6.1 | 2,919 | 10/5/2022 |
1.6.0 | 1,835 | 9/19/2022 |
1.5.9 | 1,957 | 8/8/2022 |
1.4.3 | 1,277 | 2/8/2022 |