mike-ward / VSColorOutput

Color highlighting to Visual Studio's Build and Debug Output Windows
MIT License
430 stars 93 forks source link

ElapsedBuildTime is now aware of the current culture, variables renamed, newline adaptions, c# 6/7 #98

Closed Barokai closed 5 years ago

Barokai commented 5 years ago

ElapsedBuildTime is now aware of the current culture, Some variables renamed in BuildEvents.cs, replaced \r\n with Environment.NewLine

Introduced some c# 6/7 language features:

mike-ward commented 5 years ago

Cleans things up a bit. Thanks!

Barokai commented 5 years ago

you're welcome, thanks a lot for merging my PR :)