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

Changes how listeners and adapters are managed #527

Commits on Sep 17, 2024

  1. Changes how callbacks are managed removing default methods and return…

    …ing a boolean value indicating if .NET has done an override or, in case of classes, manages the default method or its super method.
    masesdevelopers committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    1d181f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    bd96f9c View commit details
    Browse the repository at this point in the history
  2. Fix code generation

    masesdevelopers committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    aacc338 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76e88b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2bf57d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e05c317 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18062eb View commit details
    Browse the repository at this point in the history
  7. Field fix

    masesdevelopers committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    71b964e View commit details
    Browse the repository at this point in the history
  8. Other fix

    masesdevelopers committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    cab0354 View commit details
    Browse the repository at this point in the history
  9. Fix class layout

    masesdevelopers committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a079bfb View commit details
    Browse the repository at this point in the history
  10. Forcibly set override flag to manage conditions where the handler is …

    …attached, or removed, at runtime during execution
    masesdevelopers committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f1848db View commit details
    Browse the repository at this point in the history