OmniSharp / omnisharp-server

HTTP wrapper around NRefactory allowing C# editor plugins to be written in any language.
http://www.omnisharp.net
MIT License
380 stars 97 forks source link

Add OS X Unity3d mono Paths #222

Open zhuoyikang opened 8 years ago

zhuoyikang commented 8 years ago

I just install unity3d, and it contains mono already . so it is no need to install mono again. but in the AssemblySearch.cs , the search path is not include /Applications/Unity/MonoDevelop.app/Contents/Frameworks/Mono.framework/Versions/Current/lib/mono/*

so I add it . because unity3d is widely used by peoples.

zhuoyikang commented 8 years ago

could someone told me why it failed .... it should be all right , but ci failed