Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
moljacsharp
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
moljacsharp
10y ago
I believe MS claims they are "open source 1st" right now. Everything made by Xamarin was opensourced in 2016-04/2016-05 under MIT license, so it cannot be vendor locked anymore.
2.
▲
by
moljacsharp
10y ago
Monodevelop/Xamarin.Studio have really simple addin system and writing addin to support anything shouldn't be big problem. It is a lot easier than Visual Studio Extensibility system.
3.
▲
by
moljacsharp
10y ago
No way. WPF is too tightly bound to DirectX. Yes there are a lot of requests to do so, but effort is enormous. Though there are projects that might indicate something (SkiaSharp and VulcanSharp) on mono project github organisation.
4.
▲
by
moljacsharp
10y ago
Core support (ASP.net Core) was added more than year ago in the form of addin. Other project types were added recently and I haven't tried them yet, so I would not like to speculate. https://msdn.microsoft.com/en-us
5.
▲
by
moljacsharp
10y ago
Nope. Most of the UI was rewritten for VS2010 with WPF (XAML, DirectX acceleration), but lower/deeper parts are written in c++ and this makes porting "probelmatic" (MFC, win32.dll, kernel.dll to posix stuff). MonoDevelop ~ Xa