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

Update the sdk target to net10.0 #43015

Merged
merged 71 commits into from
Nov 5, 2024

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    8480f31 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/dotnet/sdk into dev/Jason/U…

    …pdate-the-sdk-target-to-net10.0
    v-wuzhai committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    10d8ad6 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Merge branch 'main' of https://github.com/dotnet/sdk into dev/Jason/U…

    …pdate-the-sdk-target-to-net10.0
    v-wuzhai committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6003d81 View commit details
    Browse the repository at this point in the history
  2. Unlock the build

    v-wuzhai committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    ba19dd8 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    d69e52c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb0cd8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4d1281 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d18b09 View commit details
    Browse the repository at this point in the history
  5. Fix the template tests but we need to check on this as the current ou…

    …tput is wrong as it's missing net9.
    marcpopMSFT committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    62d7486 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    58ce796 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Update the current target to 10.0 as some tests automatically update …

    …to that when the default TFM changes
    marcpopMSFT committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    27881c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c671f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83b8fdc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b18d98f View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

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

    v-wuzhai committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    d40538b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a951a65 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    742a88d View commit details
    Browse the repository at this point in the history
  2. Temporarily disable a test as we can't reference across TFMs. This ca…

    …n be reenabled once the test tools templates target net10.0
    marcpopMSFT committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    bd1d57a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ae75b6 View commit details
    Browse the repository at this point in the history
  4. After talking to baronfel, disabling some container tests for now unt…

    …il the templates are all updated.
    marcpopMSFT committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b676bbb View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    505ea26 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    3133bcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a07932 View commit details
    Browse the repository at this point in the history
  3. Ignore clang-16 warning as well

    am11 authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e6c3248 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Add temp logging

    jkotas committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    252429d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f1ec30 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Revert "Add temp logging"

    This reverts commit 252429d.
    jkotas committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    284e14c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c9f903 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Avoid test directory name collisions

    Tests with targetFramework theories have to use unique directory for
    each targetFramework. The Arcade retry logic happened to compensate for
    up to 2 colliding directories, but that does not work anymore now that
    we have one more targetFramework.
    jkotas committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    1bd7bd2 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'am11/ignore-ld-warning' into dev/Jason/…

    …Update-the-sdk-target-to-net10.0
    jkotas committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    95f5fa9 View commit details
    Browse the repository at this point in the history
  3. Add comments

    jkotas committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    50b52b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2833c53 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    d99e5d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24c81d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5298648 View commit details
    Browse the repository at this point in the history
  4. Fix patch

    ViktorHofer authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    89790ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    556992a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    309f381 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    73fa346 View commit details
    Browse the repository at this point in the history
  8. CLRF -> LF in patch

    ViktorHofer authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    8f1f484 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a41669d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7909f2d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    98bd6dd View commit details
    Browse the repository at this point in the history
  12. Apply suggestions from code review

    Co-authored-by: Adeel Mujahid <[email protected]>
    jkotas and am11 authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    8091644 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    f61431e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    7cdb0cb View commit details
    Browse the repository at this point in the history
  2. Update and rename 0001-Forward-NetCoreAppToolCurrentVersion-property-…

    …and-fi.patch to 0001-Update-hardcoded-linker-TFM.patch
    ViktorHofer authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    7933a2c View commit details
    Browse the repository at this point in the history
  3. Update patches

    ViktorHofer authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    ff69d51 View commit details
    Browse the repository at this point in the history
  4. Update patch again...

    ViktorHofer authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    bdd67a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f4353a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c08007 View commit details
    Browse the repository at this point in the history
  7. and again...

    ViktorHofer authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    4693dfd View commit details
    Browse the repository at this point in the history
  8. Update SDKs

    ViktorHofer authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    5c810ad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e64a7b3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    012bedb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6441219 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Apply suggestions from code review

    Co-authored-by: Adeel Mujahid <[email protected]>
    jkoritzinsky and am11 authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    7bc9f92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18659d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Configuration menu
    Copy the full SHA
    27a0734 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Configuration menu
    Copy the full SHA
    d6ad34d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4aa59bd View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    5456196 View commit details
    Browse the repository at this point in the history
  2. Update prebuilts tarball

    mthalman committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    bfa607a View commit details
    Browse the repository at this point in the history
  3. switch to the windows only msbuild fact

    Co-authored-by: Adeel Mujahid <[email protected]>
    marcpopMSFT and am11 authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    8f28cbc View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    6d2c4eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a3c6e7 View commit details
    Browse the repository at this point in the history
  3. Add wpf patch

    ViktorHofer authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    482ad03 View commit details
    Browse the repository at this point in the history
  4. Add Arcade patch

    ViktorHofer authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    c0cdf43 View commit details
    Browse the repository at this point in the history
  5. Damn, I hate patches

    ViktorHofer authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    575036c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3820c21 View commit details
    Browse the repository at this point in the history