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

Fixes #3109. AOT support with .Net 8. #3638

Merged
merged 17 commits into from
Aug 6, 2024

Commits on Aug 3, 2024

  1. Add a native AOT project.

    BDisp committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    95563d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    48137b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d0b485 View commit details
    Browse the repository at this point in the history
  3. Allowing test custom configuration without the config.json file match…

    … the unit tests configurations.
    BDisp committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    0223e98 View commit details
    Browse the repository at this point in the history
  4. Fix unit test if tested alone.

    BDisp committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    3727b88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ab56f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb5917e View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    e9c499e View commit details
    Browse the repository at this point in the history
  2. Fix merge errors.

    BDisp committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    c275f80 View commit details
    Browse the repository at this point in the history
  3. Setting ConfigurationManager.ThrowOnJsonErrors as true to throw any s…

    …erialization issue when published file runs.
    BDisp committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    38acd73 View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary using's.

    BDisp committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    356fb33 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    c3758a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cae8ef3 View commit details
    Browse the repository at this point in the history
  3. Fix warnings.

    BDisp committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1ae23b1 View commit details
    Browse the repository at this point in the history
  4. Remove ThrowOnJsonErrors.

    BDisp committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    6055935 View commit details
    Browse the repository at this point in the history
  5. Fix warnings.

    BDisp committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9f6b007 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f77b278 View commit details
    Browse the repository at this point in the history