зеркало из
1
0
Форкнуть 0
This commit is contained in:
Lex Li 2017-09-22 09:24:49 -04:00
Родитель 80cda4e8d8
Коммит af9af1112f
2 изменённых файлов: 9 добавлений и 8 удалений

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

@ -11,8 +11,7 @@ Lex Li started to review this project in Jan 2016, and then finished his initial
Matt Ward, and Jose Medrano contributed important patches to move this project forward. Mikayla Hutchinson from Xamarin also kindly shared her advice to guide
the development.
Now this addin works fine with Xamarin Studio 6, MonoDevelop 5/6, and is almost ready for Visual Studio for Mac Preview (7). Community members are welcome to raise
issues and send patches at GitHub.
Now this addin works fine with MonoDevelop 7, and Visual Studio for Mac. Community members are welcome to raise issues and send patches at GitHub.
References
----------

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

@ -6,8 +6,10 @@ Integrates xUnit.NET into the MonoDevelop / Visual Studio for Mac IDE.
Copyright (c) Sergey Khabibullin/Lex Li/Zheng Wang
> Xamarin Studio is obsolete, so no longer supported.
> MonoDevelop 5.x and 6.x releases are obsolete, so no longer supported.
The history about the development of this extension can be found [here](https://github.com/xunit/xamarinstudio.xunit/blob/7.0/HISTORY.md).
> Xamarin Studio is obsolete, so no longer supported by the latest release of this extension.
> MonoDevelop 5.x and 6.x releases are obsolete, so no longer supported by the latest release of this extension.
MonoDevelop 7 Installation
--------------------------
@ -19,11 +21,11 @@ MonoDevelop 7 Installation
1. Click Gallery tag, and make sure "All repositories" is selected as Repository.
1. Choose "xUnit.NET 2 testing framework support" under Testing, and click Install button.
> If you want to know how to install MonoDevelop 7, you might want to read [this blog post](https://blog.lextudio.com/the-success-of-running-monodevelop-7-on-linux-a55f1469b1d1).
> You can install MonoDevelop 7 by following the documentation on monodevelop.com, but you might also read [this blog post](https://blog.lextudio.com/the-success-of-running-monodevelop-7-on-linux-a55f1469b1d1) to learn the alternative way.
Visual Studio for Mac Installation
----------------------------------
> IMPORTANT: Starting from v0.7.6, please download the .mpack files from https://github.com/xunit/xamarinstudio.xunit/releases
> IMPORTANT: Starting from v0.7.6, please download the .mpack files from https://github.com/xunit/xamarinstudio.xunit/releases so as to use the latest release.
> Then in Extension Manager you can use "Install from file..." button to manually install this extension.
1. Open Visual Studio for Mac.
@ -38,5 +40,5 @@ Upon installation, the Unit Tests panel in MonoDevelop/Visual Studio for Mac sta
Extra Note
----------
* The add-in can be manually downloaded from [here](http://addins.monodevelop.com/Project/Index/220) if you cannot use Add-in Manager.
* **Running .NET Core based unit test projects in Visual Studio for Mac does not require this extension.** This extension is only needed if you wantto run Mono based unit test projects. Thus, don't report .NET Core based issues to this repo.
* Anyone who wants to contribute to this project, please check [the contributing guide](https://github.com/xunit/xamarinstudio.xunit/blob/master/CONTRIBUTING.md) to see how to set up the development environment.
* **Running .NET Core based unit test projects in Visual Studio for Mac does not require this extension.** This extension is only needed if you want to run .NET Framework/Mono based unit test projects. **Thus, don't report .NET Core based issues to this repo.**
* Anyone who wants to contribute to this project, please check [the contributing guide](https://github.com/xunit/xamarinstudio.xunit/blob/7.0/CONTRIBUTING.md) to see how to set up the development environment.