TestStack / TestStack.Seleno

Seleno helps you write automated UI tests in the right way by implementing Page Objects and Page Components and by reading from and writing to web pages using strongly typed view models.
http://teststack.github.com/TestStack.Seleno/
MIT License
180 stars 60 forks source link

C#6-ifying all the things #238

Closed mwhelan closed 8 years ago

mwhelan commented 8 years ago

A pass through Seleno project to consistently and (hopefully) comprehensively apply new C#6 features.

robdmoore commented 8 years ago

Rest looks good.

Is it worth mentioning this in the readme so that if people don't have VS2015 installed they understand where the problem is?

mwhelan commented 8 years ago

Yes, that's a good idea about the readme. I also agree about reverting the bool parameter to show the label as being more intention revealing.

Thanks for the review, @robdmoore

robdmoore commented 8 years ago

Feel free to merge after changing that stuff :)

mwhelan commented 8 years ago

I did not add the comment to readme about C#6 and VS2015. I did some research and it seems you can setup VS2013 to work with C#6.