SystemWrapper/README.md

24 строки
1.2 KiB
Markdown
Исходник Постоянная ссылка Обычный вид История

2014-09-28 21:08:25 +04:00
# SystemWrapper
2018-01-12 23:17:17 +03:00
[![NuGet version](https://img.shields.io/nuget/v/SystemWrapper.Interfaces.svg)](https://www.nuget.org/packages/SystemWrapper.Wrappers/)
![branch: master](http://img.shields.io/badge/branch-master-blue.svg?style=flat) [![Build status: master](https://ci.appveyor.com/api/projects/status/1126fol0d56a8my8/branch/master?svg=true)](https://ci.appveyor.com/project/jozefizso/systemwrapper/branch/master) ° ![branch: master](http://img.shields.io/badge/branch-develop-blue.svg?style=flat) [![Build status: develop](https://ci.appveyor.com/api/projects/status/1126fol0d56a8my8/branch/develop?svg=true)](https://ci.appveyor.com/project/jozefizso/systemwrapper/branch/develop)
2016-07-16 22:11:52 +03:00
> **SystemWrapper** is .NET library for easier testing of system APIs.
2014-09-28 21:08:25 +04:00
## Usage
To install SystemWrapper, run the following commands in the [Package Manager Console](http://docs.nuget.org/docs/start-here/using-the-package-manager-console)
```
Install-Package SystemWrapper.Interfaces
Install-Package SystemWrapper.Wrappers
```
2014-09-28 21:08:25 +04:00
## License
Source code is licensed under [Microsoft Public License (MS-PL)](LICENSE.txt).
Source code is forked from [https://systemwrapper.codeplex.com/](https://systemwrapper.codeplex.com/).