AArnott / CodeGeneration.Roslyn

Assists in performing Roslyn-based code generation during a build.
Microsoft Public License
408 stars 59 forks source link

Missing real sample project using package not project #41

Closed bhugot closed 5 years ago

bhugot commented 7 years ago

I think you should create another repo with a Sample in 3 part :

  1. CodeGenerator Lib
  2. Attribute Lib
  3. Test
AArnott commented 7 years ago

That's a good idea.

Pzixel commented 7 years ago

You can take a look at mine project until this feature is done because now I just have what do you need: a simple project that consume CodeGeneration.Roslyn as a dependency: https://github.com/Pzixel/RemoteClient.Roslyn

amis92 commented 5 years ago

The repo was actually created under here: https://github.com/jaredthirsk/CodeGeneration.Roslyn.Walkthrough