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 .NET SDK to 9.0.100-preview.4.24215.10 #1173

Closed

Conversation

costellobot
Copy link
Collaborator

Updates the .NET SDK to version 9.0.100-preview.4.24215.10, which also updates the .NET runtime from version 9.0.0-preview.4.24209.8 to version 9.0.0-preview.4.24211.4.

This pull request was auto-generated by GitHub Actions.

Update .NET SDK to version 9.0.100-preview.4.24215.10.

---
updated-dependencies:
- dependency-name: Microsoft.NET.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
@costellobot costellobot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Apr 16, 2024
Copy link
Contributor

@costellobot costellobot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approving dependency update.

@costellobot costellobot bot enabled auto-merge (squash) April 16, 2024 10:03
Bumps .NET dependencies to their latest versions for the .NET 9.0.100-preview.4.24215.10 SDK.

Bumps Microsoft.AspNetCore.WebUtilities from 9.0.0-preview.4.24212.9 to 9.0.0-preview.4.24215.8.
Bumps Microsoft.Extensions.Configuration.Binder from 9.0.0-preview.4.24212.29 to 9.0.0-preview.4.24215.19.
Bumps Microsoft.Extensions.Configuration.EnvironmentVariables from 9.0.0-preview.4.24212.29 to 9.0.0-preview.4.24215.19.
Bumps Microsoft.Extensions.Configuration.Json from 9.0.0-preview.4.24212.29 to 9.0.0-preview.4.24215.19.
Bumps Microsoft.Extensions.DependencyInjection from 9.0.0-preview.4.24212.29 to 9.0.0-preview.4.24215.19.
Bumps Microsoft.Extensions.Http from 9.0.0-preview.4.24212.29 to 9.0.0-preview.4.24215.19.
Bumps Microsoft.Extensions.Http.Diagnostics from 9.0.0-preview.4.24212.1 to 9.0.0-preview.4.24215.5.
Bumps Microsoft.Extensions.Http.Resilience from 9.0.0-preview.4.24212.1 to 9.0.0-preview.4.24215.5.
Bumps Microsoft.Extensions.Logging.Console from 9.0.0-preview.4.24212.29 to 9.0.0-preview.4.24215.19.
Bumps Microsoft.Extensions.Telemetry from 9.0.0-preview.4.24212.1 to 9.0.0-preview.4.24215.5.
Bumps System.Text.Json from 9.0.0-preview.4.24212.29 to 9.0.0-preview.4.24215.19.

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.WebUtilities
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Configuration.Binder
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Configuration.Json
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Http
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Http.Diagnostics
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Logging.Console
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Telemetry
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
@martincostello
Copy link
Owner

Looks like something has gotten out of sync (params Span<T> overloads?) that is breaking the build for a different reason now.

System.MissingMethodException : Method not found: 'System.String System.String.Join(System.String, System.ReadOnlySpan`1<System.Object>)'.

auto-merge was automatically disabled April 16, 2024 10:18

Pull request was closed

@martincostello martincostello deleted the update-dotnet-sdk-9.0.100-preview.4.24215.10 branch April 16, 2024 10:18
@martincostello
Copy link
Owner

Yeah it was dotnet/runtime#100898 - need various other related changes to flow through.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants