AArnott / CodeGeneration.Roslyn

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

Include of Microsoft.NETCore.App #64

Closed LokiMidgard closed 6 years ago

LokiMidgard commented 6 years ago

Is there a reason Microsoft.NETCore.App is explicitly referenced?

https://github.com/AArnott/CodeGeneration.Roslyn/blob/b889381999dd62ed03cc4051b07a2dd63dbedc88/src/CodeGeneration.Roslyn.Tool/CodeGeneration.Roslyn.Tool.csproj#L20

The compile issues warnings because of this because it is implicitly referenced.

AArnott commented 6 years ago

Ya, it's an annoying warning. But it does serve a purpose: make the project work on Travis CI machines.