Re: [Mono-dev] Proposed changes to mono/mcs/class/corlib/Mono/DataConverter.cs

2014-12-08 Thread Stephen Shaw
I can't comment on the code changes themselves, but it would be helpful to fork mono on github and then create a Pull Request (PR) with your changes. Cheers, Stephen On Mon, Dec 8, 2014 at 8:54 PM, Michael McGlothlin < mike.mcgloth...@gmail.com> wrote: > Couldn't figure out how to get Xamarin St

Re: [Mono-dev] [Mono-list] Open source .NET and Mono.

2014-11-12 Thread Stephen Shaw
On Wed, Nov 12, 2014 at 1:40 PM, Daniel Espinosa wrote: > Xamarin Studio for Linux is comming soon!!! > > Technically Xamarin Studio is already on Linux under monodevelop :) Cheers, Stephen ___ Mono-devel-list mailing list Mono-devel-list@lists.xim

Re: [Mono-dev] SerialPort

2014-09-24 Thread Stephen Shaw
It should be in there. Here is the source code: https://github.com/mono/mono/tree/master/mcs/class/System/System.IO.Ports Cheers, Stephen On Wed, Sep 24, 2014 at 9:59 PM, Daniel Piloco wrote: > Thank you for the response, > > I will have to check this again at my work PC tomorrow morning. Howe

Re: [Mono-dev] Debian CI & PPA for Ubuntu/Debian

2014-06-16 Thread Stephen Shaw
On Mon, Jun 16, 2014 at 9:20 AM, Johnnie Odom wrote: > > > Presumably that means SuSE as well? > > > This really is excellent news, as Mono is fantastic for cross-platform > sysadmin scripting and good Linux support is key to tha. > There are some more up to date SuSE (openSUSE) packages in Mono:

Re: [Mono-dev] ms .net source updated and license modified

2014-02-25 Thread Stephen Shaw
I'm curious. What does this actually mean for the mono project? Cheers, Stephen On Tue, Feb 25, 2014 at 11:16 AM, Chris Ball wrote: > Related, I believe: > > > http://www.hanselman.com/blog/AnnouncingTheNewRoslynpoweredNETFrameworkReferenceSource.aspx > > Sent from my iPhone > > > On 25.02.201

Re: [Mono-dev] Shipping NuGet with MonoDevelop/Xamarin

2014-01-24 Thread Stephen Shaw
I was just pointing out why it might not be included. As far as using it... I love it. I have it installed on all of my installs of monodevelop/xamarin studio. And recommend it :) cheers, Stephen On Fri, Jan 24, 2014 at 3:08 AM, David Schmitt wrote: > On 2014-01-24 06:10, Stephen Shaw wr

Re: [Mono-dev] Shipping NuGet with MonoDevelop/Xamarin

2014-01-23 Thread Stephen Shaw
github.com/Pash-Project/Pash > > > > > On 01/24/2014 09:10 AM, Stephen Shaw wrote: > >> I can't speak for the monodevelop project, but one of the problems with >> nuget is it has a heavy dependency on powershell which is only available >> on >> windows.

Re: [Mono-dev] Shipping NuGet with MonoDevelop/Xamarin

2014-01-23 Thread Stephen Shaw
I can't speak for the monodevelop project, but one of the problems with nuget is it has a heavy dependency on powershell which is only available on windows. Having said that there is an addin, but as I understand it it has a custom nuget.exe binary in it that just simply ignores all powershell call

Re: [Mono-dev] Afallon: open source WPF implementation

2013-06-13 Thread Stephen Shaw
Do you have the code published somewhere? Cheers, Stephen PS. good luck on this big task. On Thu, Jun 13, 2013 at 1:41 PM, Jonathan Lima wrote: > In my view, WPF is the most complex and powerful UI system ever created(the > layout and the composing system are amazing) and I really need an opens

Re: [Mono-dev] WPF in Mono

2013-04-09 Thread Stephen Shaw
There was some windowsbase stuff and a couple other things checked into mono if I remember right. There is also the uia2atk project that has the UIA stuff in it. Other than that there has only really been people that have mentioned that they want to work on it. I'm guessing its a case of patches a

Re: [Mono-dev] What is the latest stable release of Mono?

2012-11-25 Thread Stephen Shaw
That is the latest stable release, however 3.0.1 is the current beta release. Cheers, Stephen On Sun, Nov 25, 2012 at 10:35 AM, Frank Cohen wrote: > I am running 2.10.9, but I see other builds available, I am having > problems with 2.10.9, so trying to figure out what build to move to for a > p

[Mono-dev] Propose renaming fprintf to g_message

2012-07-18 Thread Stephen Shaw
Need to cleanup object %p\n", start)); similar to code found in mono/metadata/threads.c: HREAD_DEBUG (g_message ("%s: ignoring main thread %"G_GSIZE_FORMAT, __func__, (gsize)thread->tid)); Thanks, Stephen Shaw ___ Mono-devel-li

Re: [Mono-dev] openSUSE upgrade to 2.6+

2010-05-24 Thread Stephen Shaw
On Mon, May 24, 2010 at 14:52, Greg Robinson wrote: > I am trying out openSUSE to compare it to Ubuntu. > > I installed openSUSE 11.2 and then installed Mono 2.4 from the Software > Installer in openSUSE. > > I want to upgrade to Mono 2.6+. When doing the following in a terminal > window I get an

Re: [Mono-dev] Updating mono/monodevelop from fedora 10 repos problems...

2009-03-18 Thread Stephen Shaw
2009/3/18 Paul Johnson : > Hi, > > -- > Paul F. Johnson > Lecturer in Science and IT > FoundatiONCampus > "buhochil...@gmail.com" buhochil...@gmail.com> 18/03/2009 16:32 >> > Trying to update monodevelop on fedora 10 using fedora 11 rawhide repos > I get this kind of errors: > > file /usr/bin/

Re: [Mono-dev] mono-ui?

2009-01-13 Thread Stephen Shaw
2009/1/10 Paul : > Hi, > > I'm trying to get uiautomationwinforms into fedora rawhide, but it's > complaining that mono-ui is not available. What package is mono-ui > available from? > > TTFN > > Paul here is the tagged code. UIAutomation is the mono-uia stuff. The order that I build stuff in is

Re: [Mono-dev] UIA and olive

2008-08-12 Thread Stephen Shaw
> For reference, we have somewhat similar things: System.Management.dll, > System.EnterpriseServices.dll and System.Messaging.dll. > > Atsushi Eno > >> The problem here is that the dependency WindowsBase.dll has never >> been worked on (actually I'm even unsure what kind of >> work this dll needs)

Re: [Mono-dev] UIA and olive

2008-08-12 Thread Stephen Shaw
> Stephen, > > On Tue, 2008-08-12 at 11:42 -0600, Stephen Shaw wrote: >> I was wondering what the future of olive is? Reason for asking is >> that UIA has stuff in there as well as depending on WindowsBase. This >> makes our release dependent on olive. Are things goi

[Mono-dev] UIA and olive

2008-08-12 Thread Stephen Shaw
down version of olive with just the uia stuff and windowsbase? Thanks, Stephen Shaw ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list