Re: Visual Studio 2008 released
- From: "Jon Skeet [C# MVP]" <skeet@xxxxxxxxx>
- Date: Tue, 20 Nov 2007 01:43:04 -0800 (PST)
On Nov 20, 9:28 am, "Willy Denoyette [MVP]"
<willy.denoye...@xxxxxxxxxx> wrote:
I hope to be using C# 3 at work within the next few months. I doubt
that I'll be using .NET 3.5 any time soon, but you can use most of the
C# 3 features while targeting .NET 2.0.
True, this is because all "targets" build with C# 3. However, there's
something that I don't like about this "Version targeting", there is no way
to use V2 of the C# compiler from within VS2008, although C# 2 installed
with VS2008 is the latest build (V8.00.50727.1433) targeting V2 of the
framework.
Yes, it's a shame - it means that if you *do* share projects between
VS2005 and VS2008 users, you need to be careful not to put C# 3 code
in there.
I don't suppose it's possible by manually editing the csproj file is
it? I can't say I've looked at it in detail, but I wouldn't be
surprised if there was a property you could set... (In particular, you
have to set a flag for the CSharpCodeProvider to use C# 3 stuff, so
we'd be looking for the reverse in this case...)
Jon
.
- Follow-Ups:
- Re: Visual Studio 2008 released
- From: Willy Denoyette [MVP]
- Re: Visual Studio 2008 released
- References:
- Visual Studio 2008 released
- From: Jon Skeet [C# MVP]
- Re: Visual Studio 2008 released
- From: DeveloperX
- Re: Visual Studio 2008 released
- From: Liz
- Re: Visual Studio 2008 released
- From: DeveloperX
- Re: Visual Studio 2008 released
- From: Jon Skeet [C# MVP]
- Re: Visual Studio 2008 released
- From: Willy Denoyette [MVP]
- Visual Studio 2008 released
- Prev by Date: Re: vs2008 question.
- Next by Date: Re: Order or DbLinq properties in code generated by pgsqlmetal
- Previous by thread: Re: Visual Studio 2008 released
- Next by thread: Re: Visual Studio 2008 released
- Index(es):
Relevant Pages
|