简体   繁体   中英

C# Async CTP Install and working in a team

I have downloaded the C# Async CTP and I am about to install it. However, I noticed on the install wizard that it affects the C# 4 Client Profile Library.

I work in a team and if I install this on my machine and make any changes to a solution will it affect the rest of the team's solution file? We all work off the same solution using Source Control and I don't want to affect anyone else's work!

Any ideas?

No, I don't believe it will affect solution files at all - or have any other negative impact so long as you don't actually use the new contextual keywords and types in projects which aren't meant to use them.

Of course, you should be safe anyway so long as you check which files have changed and how they've changed before you check them in.

As Tejs mentioned, the CTP adds a library rather than changing existing libraries. It does change the compiler itself as well though - so it's just barely possible that you may notice some change to behaviour unrelated to async... but I think that's unlikely.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM