Unverified Commit 9043355e authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #267617 from mdarocha/dotnet-update

dotnet-sdk: 6.0.416 -> 6.0.417, dotnet-sdk_7: 7.0.403 -> 7.0.404, dotnet-sdk_8: 8.0.100-rc.2.23502.2 -> 8.0.100
parents 676c6d52 aa7e324b
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -120,6 +120,7 @@ stdenv.mkDerivation (finalAttrs: rec {
    export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1 # Dont try to expand NuGetFallbackFolder to disk
    export DOTNET_NOLOGO=1 # Disables the welcome message
    export DOTNET_CLI_TELEMETRY_OPTOUT=1
    export DOTNET_SKIP_WORKLOAD_INTEGRITY_CHECK=1 # Skip integrity check on first run, which fails due to read-only directory
  '';

  passthru = {
@@ -147,9 +148,10 @@ stdenv.mkDerivation (finalAttrs: rec {
        nativeBuildInputs = [ finalAttrs.finalPackage ];
      } ''
        HOME=$(pwd)/fake-home
        dotnet new console
        dotnet build
        output="$(dotnet run)"
        dotnet new console --no-restore
        dotnet restore --source "$(mktemp -d)"
        dotnet build --no-restore
        output="$(dotnet run --no-build)"
        # yes, older SDKs omit the comma
        [[ "$output" =~ Hello,?\ World! ]] && touch "$out"
      '';
+1 −2
Original line number Diff line number Diff line
@@ -255,8 +255,7 @@ sdk_packages () {
      "Microsoft.NETCore.App.Crossgen2.osx-arm64"
    )

    # These packages are currently broken on .NET 8
    # When .NET 8 officialy launches, these should be checked and added back if fixed
    # These packages were removed on .NET 8
    if version_older "$version" "8"; then
        pkgs+=( \
            "Microsoft.NETCore.App.Host.win-arm" \
+134 −134

File changed.

Preview size limit exceeded, changes collapsed.

+142 −142

File changed.

Preview size limit exceeded, changes collapsed.

+134 −134

File changed.

Preview size limit exceeded, changes collapsed.