kria / TfsNotificationRelay

An extensible plugin for TFS that sends notifications to Slack, HipChat and IRC
GNU General Public License v3.0
116 stars 32 forks source link

Moving to C# 6 #24

Closed kria closed 9 years ago

kria commented 9 years ago

I'd like to start using all the neat C# 6 features (in both the 2013 and 2015 branches). This means that Visual Studio 2015 will be needed in order to build the source. The project will still target .NET 4.5.

If someone has a problem with this, speak up!

gregpakes commented 9 years ago

Sounds good to me. I've been avoiding them in my current PR. Shall I start using them?

kria commented 9 years ago

Nah, keep it to C# 5 for now.