Coder Social home page Coder Social logo

Comments (3)

meziantou avatar meziantou commented on June 12, 2024 1

I choose the package approach. So, there is a new package named Meziantou.Analyzer.Annotations.

from meziantou.analyzer.

meziantou avatar meziantou commented on June 12, 2024

Supporting the attribute is not too complicated, at least if the attribute is only valid in the current assembly. You can see how to add it to your project in the doc: https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0124.md

However, I'm not sure what's the best way to add it to the project automatically. There are multiple solutions:

  • Using a source generator
  • Adding a file to the compilation using an MSBuild property. The cs file would be in the package. (<Compile Include="attributes.cs" Visible="False" />)
  • Create another package (Meziantou.Analyzer.Attributes / Meziantou.Analyzer.Annotations, similar to JetBrains.Annotations) => Harder to discover, but doesn't impact compilation
  • Let the user add the attributes manually

from meziantou.analyzer.

JasonBock avatar JasonBock commented on June 12, 2024

Wow, that was quick :). Open source and community in action, I love it!

from meziantou.analyzer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.