This reverts commit 3ae08a7f93.
This commit is contained in:
Nehme Bilal 2017-02-09 14:03:41 -08:00
Родитель d089e61c77
Коммит 4f85adeb6a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -10,7 +10,7 @@ Once installed, SimpleStubs will create stubs for all interfaces (`public` inter
The generated stubs will be added to the `Properties\SimpleStubs.generated.cs` file and compiled as part of the build process. Because the stubs are generated, modifying the stubs manually has no effect (if you really want to modify a stub, copy it to a different file).
**Important note for UWP**: Because of a limitation in NuGet support for UWP (see discussion [here](https://github.com/NuGet/Home/wiki/Bringing-back-content-support,-September-24th,-2015)), source files that are shipped with the NuGet do not get added to the `csproj`. To fix this, add all the `.cs` files in the `Properties` folder to your project.
**Important note for UWP**: Because of a limitation in NuGet support for UWP (see discussion [here](https://github.com/NuGet/Home/wiki/Bringing-back-content-support,-September-24th,-2015)), the `Properties\SimpleStubs.generated.cs` file will not be automatically added to UWP projects and must be manually added (simply add the file to the `Properties` folder of your test project).
## Api