Coyote is a library and tool for testing concurrent C# code and deterministically reproducing bugs.
Перейти к файлу
Chris Lovett 73476e73bb Merged PR 2844: fix some doc bugs
fix some doc bugs.

Related work items: #2818, #3630, #4374, #4779
2020-07-31 01:49:27 +00:00
Common Merged PR 2776: increased version to 1.0.15 2020-07-22 23:34:20 +00:00
Scripts Merged PR 2814: add windows yaml build pipeline 2020-07-29 00:17:47 +00:00
Source Merged PR 2802: do not rewrite a pdb file if it does not exist 2020-07-28 19:57:27 +00:00
Tests Merged PR 2788: remove the type cache in task rewriting as the result is mutable 2020-07-23 22:53:10 +00:00
Tools Merged PR 2765: avoid resolving types and methods that we do not rewrite 2020-07-22 02:11:15 +00:00
docs Merged PR 2844: fix some doc bugs 2020-07-31 01:49:27 +00:00
.gitattributes
.gitignore Merged PR 2437: update benchmark dotnet version 0.12.1 2020-07-01 19:31:20 +00:00
.travis.yml remove deployment step (#31) 2020-05-23 11:53:14 -07:00
Coyote.sln Merged PR 2211: initial prototype for task binary rewriting 2020-07-06 22:48:04 +00:00
Gemfile
History.md Merged PR 2776: increased version to 1.0.15 2020-07-22 23:34:20 +00:00
LICENSE
NuGet.config
README.md edits in website and docs 2020-04-08 07:22:04 -07:00
SECURITY.md
Versioning.md edits in website and docs 2020-04-08 07:22:04 -07:00
global.json Merged PR 2472: updated dotnet sdk 2020-06-22 22:26:01 +00:00

README.md

Fearless coding for reliable asynchronous software

NuGet Build status Join the chat at https://gitter.im/Microsoft/coyote

Coyote is a set of libraries and tools for building reliable asynchronous software. Coyote ensures design and code remain in sync, dramatically simplifying the addition of new features. Coyote comes with with a systematic testing engine that allows finding and deterministically reproducing hard-to-find safety and liveness bugs.

Coyote is used by several teams in Azure to design, implement and systematically test production distributed systems and services. 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 and is the evolution of the P# project.

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.