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

Inject startup hook preferentially into static constructor when available #6154

Merged
merged 2 commits into from
Oct 29, 2024

Commits on Oct 29, 2024

  1. Skip injecting entrypoint when have a static constructor

    - Doesn't happen on .NET Framework
    - Make sure we _don't_ count implicit static constructor when deciding whether to skip
    andrewlock committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    25f8eb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fbd4da View commit details
    Browse the repository at this point in the history