-
Notifications
You must be signed in to change notification settings - Fork 10
Home
Are you using Code Contracts library in your project? Do you want to simplify some basic steps, like adding preconditions, postconditions or object invariant? Maybe you hate current Code Contract approach for adding assertions to the abstract classes and interfaces. If you fond of Design by Contract but hate typing, this R# plug-in is what you need.
Currently supported ReSharper versions are 8.2
This plugin is available for download in ReSharper extensions gallery;
Download sources and play with them or Download this plug-in via R# Gallery - https://resharper-plugins.jetbrains.com/packages/ReSharper.ContractExtensions/0.5.0
-
Add support for R# 8.0 and 8.1
-
Add quick fixes and code analysis rules that will show some common errors in the IDE directly, instead of waiting for compilation time.
-
Add support for Intelli Sense and show contract in the tool tips (I know about “Code Contracts Editor Extension” but it never worked for me). P.S. This tool was written with the previous version of this extension. So, if you want to look at the sample code with a lot of contracts, this source of the project could be useful as well.
P.S. This tool was written with the previous version of this extension. So, if you want to look at the sample code with a lot of contracts, this source of the project could be useful as well.