Coyote is a library and tool for testing concurrent C# code and deterministically reproducing bugs.
Перейти к файлу
Chris Lovett 68702c2652 Merged PR 3090: fix some typos. 2020-09-30 01:42:00 +00:00
.github/workflows fix in github actions 2020-09-22 08:31:02 -07:00
Common Merged PR 3086: increased version to 1.1.1 2020-09-28 21:53:03 +00:00
Scripts Merged PR 3020: new logger with log verbosity levels 2020-09-23 23:30:28 +00:00
Source Merged PR 3079: add some pretty pictures to image gallery tutorial 2020-09-30 00:19:03 +00:00
Tests Merged PR 3074: fixed typo 2020-09-24 23:49:58 +00:00
Tools Merged PR 3020: new logger with log verbosity levels 2020-09-23 23:30:28 +00:00
docs Merged PR 3090: fix some typos. 2020-09-30 01:42:00 +00:00
.gitattributes
.gitignore
.travis.yml
Coyote.sln
Gemfile
History.md Merged PR 3086: increased version to 1.1.1 2020-09-28 21:53:03 +00:00
LICENSE
NuGet.config
README.md updated readme 2020-09-22 08:27:38 -07:00
SECURITY.md
Versioning.md
global.json

README.md

Fearless coding for reliable asynchronous software

NuGet Windows CI Linux CI macOS CI 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.