M
To: Andy Waddell
Cc: mono-devel-list
Subject: Re: [Mono-dev] questions regarding contributing
On Wed, 2005-09-14 at 10:30 -0700, Andy Waddell wrote:
> The first set of issues I ran into were pieces of the class library
> not yet in the Mono base, but in the Beta 2 version of .NET 2.0. In
> ea
On Wed, 2005-09-14 at 10:30 -0700, Andy Waddell wrote:
> The first set of issues I ran into were pieces of the class library
> not yet in the Mono base, but in the Beta 2 version of .NET 2.0. In
> each case I’ve either worked around it in our code by substituting
> from the 1.0 Framework or gone i
We are trying to follow .NET 2.0 API changes as needed (they are
nearly frozen now as the launch date for it is around November).
Just that 2.0 specifics need to be conditionally compiled only for the
2_0 profile.
So just be sure to have such code surrounded by
#if NET_2_0
#endif // NET_2_0
or
Hi all.
I work at a start up here in Silicon
Valley (http://www.fnfr.com) and
I’m tasked with getting a subset of our application to run on Mono.
It’s all being coded in C# using MS Visual Studio 2005 Beta 2 and the
development team is coding to the 2.0 .NET and making full use of g
On 09/14/05 Andy Waddell wrote:
> Linux with anonymous SVN access so that I can stay current. So far,
> I've managed to get most of the code I need to compile (using gmcs) and
> my next task will be to get the unit tests up and running in some form
> so that I can verify the runtime behavior.
G
Sorry if this message get duplicated, but I’m
having some trouble posting it.
Hi all.
I work at a start up here in Silicon
Valley (http://www.fnfr.com)
and I’m tasked with getting a subset of our application to run on
Mono. It’s all being coded in C# using MS Visual Studio 2005