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

[main] Update dependencies from dotnet/arcade #70248

Merged
merged 3 commits into from
Oct 5, 2023

Conversation

dotnet-maestro[bot]
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented Oct 5, 2023

This pull request updates the following dependencies

Coherency Updates

The following updates ensure that dependencies with a CoherentParentDependency
attribute were produced in a build used as input to the parent dependency's build.
See Dependency Description Format

  • Coherency Updates:
    • Microsoft.DotNet.XliffTasks: from 1.0.0-beta.23426.1 to 1.0.0-beta.23502.1 (parent: Microsoft.DotNet.Arcade.Sdk)

From https://github.com/dotnet/arcade

  • Subscription: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e
  • Build: 20231004.4
  • Date Produced: October 5, 2023 12:14:06 AM UTC
  • Commit: f1868a684ed9766d4247d672fd5f96bba4d4bb00
  • Branch: refs/heads/main
  • Updates to .NET SDKs:
    • Updates sdk.version to 8.0.100-rc.1.23455.8
    • Updates tools.dotnet to 8.0.100-rc.1.23455.8

…004.4

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 8.0.0-beta.23463.1 -> To Version 9.0.0-beta.23504.4

Dependency coherency updates

Microsoft.DotNet.XliffTasks
 From Version 1.0.0-beta.23426.1 -> To Version 1.0.0-beta.23502.1 (parent: Microsoft.DotNet.Arcade.Sdk
@dotnet-maestro dotnet-maestro bot requested a review from a team as a code owner October 5, 2023 12:07
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead labels Oct 5, 2023
ghost
ghost previously requested changes Oct 5, 2023
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

This PR changes the .NET SDK version. Review required from @dotnet/roslyn-infrastructure-current-swat before merging.
Tasks:

  • Getting Started Documentation has been updated
  • NuGet dependency version updated to match version shipping in SDK

Cannot be fixed easily since it depends on the target framework.
@jjonescz jjonescz requested review from a team as code owners October 5, 2023 13:44
@jjonescz jjonescz dismissed ghost ’s stale review October 5, 2023 14:04

Tasks skipped (major SDK version didn't change; MicrosoftNetCompilersToolsetVersion already matches)

@jjonescz jjonescz force-pushed the darc-main-ba471fc7-7b6c-4e9f-b6df-e69ae29dc370 branch from f3cb77d to 1e4237c Compare October 5, 2023 14:19
@@ -133,7 +133,9 @@ public void WriteTo(ObjectWriter writer)
public void WriteTo(Span<byte> span)
{
Contract.ThrowIfFalse(span.Length >= HashSize);
#pragma warning disable CS9191 // The 'ref' modifier for an argument corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.
Contract.ThrowIfFalse(MemoryMarshal.TryWrite(span, ref Unsafe.AsRef(in this)));
Copy link
Member

Choose a reason for hiding this comment

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

Why not use in?

Copy link
Member

@jjonescz jjonescz Oct 5, 2023

Choose a reason for hiding this comment

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

Because MemoryMarshal.TryWrite has still ref parameter on older TFMs (before net8.0) and that cannot take in argument.

Copy link
Member

@cston cston left a comment

Choose a reason for hiding this comment

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

Compiler changes LGTM.

@dotnet-maestro dotnet-maestro bot merged commit 8967970 into main Oct 5, 2023
28 checks passed
@ghost ghost added this to the Next milestone Oct 5, 2023
@dotnet-maestro dotnet-maestro bot deleted the darc-main-ba471fc7-7b6c-4e9f-b6df-e69ae29dc370 branch October 5, 2023 15:55
jaredpar added a commit that referenced this pull request Oct 6, 2023
@jjonescz jjonescz modified the milestones: Next, 17.9 P1 Oct 31, 2023
JoeRobich added a commit that referenced this pull request Jun 5, 2024
JoeRobich added a commit that referenced this pull request Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants