-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
9 lines (5 loc) · 824 Bytes
/
README
1
2
3
4
5
6
7
8
9
Resource Contracts for .NET is an extension of Code Contracts enabling the specification and verification of resources usage constraints.
The first release focuses on dynamic memory consumption, including new annotaions aiming at specifying memory usage contracts in a per-method basis along with lifetime properties. These annotations can be both statically verified in a modular fashion or checked in run-time.
More information available at the official website: http://lafhis.dc.uba.ar/dependex/resourcecontracts/
The full text of the M.Sc. thesis can be found here (in spanish): http://lafhis.dc.uba.ar/users/~diegog/licTesis/2011-02-11-Tapicer-Jonathan.pdf
There is also a short report with a brief overview of the tool available in english here: http://lafhis.dc.uba.ar/dependex/resourcecontracts/files/report.pdf