cake-contrib / CakeContrib.Guidelines

Adds common guidelines to cake-contrib projects
https://cake-contrib.github.io/CakeContrib.Guidelines/
MIT License
2 stars 4 forks source link

Check for provided usings #331

Open pascalberger opened 3 months ago

pascalberger commented 3 months ago

Implicit using statements makes working with addins in Cake Frosting much simpler. It would be nice to have an analyzer which would suggest this.

nils-a commented 3 months ago

Currently, we're only doing build-time analyses. So, this might be better placed in the Cake.Addin.Analyzer.

I'll have a look at it. Ideas on how to do this are welcome, though. 😁