简体   繁体   English

C#异步CTP安装和团队合作

[英]C# Async CTP Install and working in a team

I have downloaded the C# Async CTP and I am about to install it. 我已经下载了C#异步CTP,并且即将安装它。 However, I noticed on the install wizard that it affects the C# 4 Client Profile Library. 但是,我在安装向导中注意到它会影响C#4客户端配置文件库。

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! 我们都使用Source Control来开发相同的解决方案,而我不想影响其他任何人的工作!

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. 正如Tejs所提到的,CTP添加了一个库,而不是更改现有库。 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. 的确也改变了编译器本身-因此,您几乎不可能注意到与异步无关的行为发生了一些变化,但是我认为这不太可能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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