Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruc on type analyzer part 1 #2330

Merged
merged 10 commits into from
Oct 29, 2021

Commits on Oct 27, 2021

  1. First Ruc on type tests

    tlakollo committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    fdef59a View commit details
    Browse the repository at this point in the history
  2. Change field and event signature to match linker and analyzer

    Add flag to check if methodSymbol is contructor
    tlakollo committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    346a095 View commit details
    Browse the repository at this point in the history
  3. Enable concurrent ececution

    tlakollo committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    bcd7061 View commit details
    Browse the repository at this point in the history
  4. Lint

    Fix issue where attributes ProducedBy.Trimmer/ProducedBy.All are skiped if they are surrounded by ProducedBy.Analyzer attributes
    tlakollo committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    93430fa View commit details
    Browse the repository at this point in the history
  5. Bring IsContructor Method from roslyn source

    Delete the diagnostic target class and just warn if the class has the attribute on the class
    Add support for event raise usage in the analyzer
    Rebase to 6.0.2xx
    tlakollo committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    a102cb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. PR feedback

    Fix event test OnEventMethod.EventToTestRemove and OnEventMethod.EventToTestAdd
    tlakollo committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    a699c28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f66d64f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c54c87e View commit details
    Browse the repository at this point in the history
  4. PR Feedback

    tlakollo committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    7b85f73 View commit details
    Browse the repository at this point in the history
  5. Remove special case for printing warnings in event instead of the cal…

    …ler of the event accessor
    tlakollo committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    58b16d2 View commit details
    Browse the repository at this point in the history