reroslyn / reroslynnet

Roslyn analysis toolset
2 stars 0 forks source link

Initial Code #2

Open reroslyn opened 9 years ago

reroslyn commented 9 years ago

We need initial code so others do have some examples and a point to start.

A good approach would be to start test driven. For that we could have some agreement that if someone creates an issue, he also needs to provide a failing test.

This could be done in an extra branch so that this will be merged back, after the test isn't failing anymore.

I'd like to hear what you think about this approach.

kjellski commented 9 years ago

:+1: the approach is nice, but we'd need to have something to talk about first :D

How about starting with something that @MartinJohns already did for the HHCSharp Meetup?

https://github.com/HHCsharp/RoslynDemo

Just for starters we could use some examples to get off the ground...