Skip to content

Conversation

dotnet-maestro[bot]
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented Apr 22, 2024

This pull request updates the following dependencies

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

  • Subscription: 3db4b8c8-0fae-4f82-086c-08dad31ae87d
  • Build: 20240419.3
  • Date Produced: April 19, 2024 6:19:14 PM UTC
  • Commit: 5661009
  • Branch: refs/heads/main

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

  • Subscription: 736b3d22-d45c-4c36-de26-08db63374d9b
  • Build: 20240421.4
  • Date Produced: April 22, 2024 6:17:24 AM UTC
  • Commit: 1529907f03b73e097a6e4f33fd3c5aea2246f021
  • Branch: refs/heads/main

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

  • Subscription: 4247a230-8931-4538-5b64-08d8d8feb47e
  • Build: 20240423.2
  • Date Produced: April 23, 2024 2:05:23 PM UTC
  • Commit: 88c4ff85536a2397ba3945dd4a7cdc860c584914
  • Branch: refs/heads/dotnet/main

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

  • Subscription: be30ac4f-4b72-4287-1eb6-08d8d8fef0ea
  • Build: 20240424.1
  • Date Produced: April 24, 2024 12:20:37 PM UTC
  • Commit: ec633d9ddbdb86dd3d772989889690821f790484
  • Branch: refs/heads/main

From https://github.com/dotnet/runtime-assets

  • Subscription: 0c5a34f5-504e-413b-9376-08d8d8ff2d75
  • Build: 20240422.1
  • Date Produced: April 22, 2024 2:06:03 PM UTC
  • Commit: 6e78861f1f307cd9f0e64a45b1d7884fa4470930
  • Branch: refs/heads/main

From https://github.com/dotnet/hotreload-utils

  • Subscription: bfe6dacf-8231-4ea1-e2fe-08d962847885
  • Build: 20240422.1
  • Date Produced: April 22, 2024 1:59:18 PM UTC
  • Commit: 249050528f8ac9882f04b2c719bda3e5a532b258
  • Branch: refs/heads/main

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

  • Subscription: bb5d2106-9fd3-425f-0abc-08daad65778c
  • Build: 20240422.1
  • Date Produced: April 22, 2024 1:59:59 PM UTC
  • Commit: 4abe3e63a5d4653ca098c633644432c1395411c1
  • Branch: refs/heads/main

…0419.3

Microsoft.DotNet.ILCompiler , Microsoft.NET.Sdk.IL , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.ILAsm , runtime.native.System.IO.Ports , System.Reflection.Metadata , System.Reflection.MetadataLoadContext , System.Text.Json , Microsoft.SourceBuild.Intermediate.runtime.linux-x64
 From Version 9.0.0-preview.4.24215.1 -> To Version 9.0.0-preview.4.24219.3
Microsoft.SourceBuild.Intermediate.sdk , Microsoft.DotNet.ApiCompat.Task
 From Version 9.0.100-preview.4.24215.1 -> To Version 9.0.100-preview.4.24221.4
@dotnet-maestro dotnet-maestro bot changed the title [main] Update dependencies from dotnet/runtime [main] Update dependencies from dotnet/runtime, dotnet/sdk Apr 22, 2024
Microsoft.NETCore.Runtime.ICU.Transport
 From Version 9.0.0-preview.4.24215.1 -> To Version 9.0.0-preview.4.24222.1
@dotnet-maestro dotnet-maestro bot changed the title [main] Update dependencies from dotnet/runtime, dotnet/sdk [main] Update dependencies from dotnet/icu, dotnet/runtime, dotnet/sdk Apr 23, 2024
…40422.1

Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
 From Version 9.0.0-prerelease.24208.1 -> To Version 9.0.0-prerelease.24222.1
…ld 20240422.1

Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData
 From Version 9.0.0-beta.24215.1 -> To Version 9.0.0-beta.24222.1
@dotnet-maestro dotnet-maestro bot changed the title [main] Update dependencies from dotnet/icu, dotnet/runtime, dotnet/sdk [main] Update dependencies from dotnet/icu, dotnet/runtime, dotnet/runtime-assets, dotnet/sdk, dotnet/xharness Apr 23, 2024
…ild 20240422.1

Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
 From Version 9.0.0-alpha.0.24215.1 -> To Version 9.0.0-alpha.0.24222.1
…22.1

Microsoft.SourceBuild.Intermediate.cecil , Microsoft.DotNet.Cecil
 From Version 0.11.4-alpha.24215.1 -> To Version 0.11.4-alpha.24222.1
@dotnet-maestro dotnet-maestro bot changed the title [main] Update dependencies from dotnet/icu, dotnet/runtime, dotnet/runtime-assets, dotnet/sdk, dotnet/xharness [main] Update dependencies from dotnet/cecil, dotnet/hotreload-utils, dotnet/icu, dotnet/runtime, dotnet/runtime-assets, dotnet/sdk, dotnet/xharness Apr 23, 2024
@stephentoub
Copy link
Member

This is failing with:

error CP0021: Cannot add constraint 'T:System.Enum' on type parameter 'TEnum' of 'System.Enum.TryFormat<TEnum>(TEnum, System.Span<char>, out int, System.ReadOnlySpan<char>)'.
error CP0021: Cannot add constraint 'T:System.Enum' on type parameter 'T' of 'System.Collections.Generic.EnumEqualityComparer<T>'.
error : API breaking changes found. If those are intentional, the APICompat suppression file can be updated by rebuilding with '/p:ApiCompatGenerateSuppressionFile=true'

re: #100844

@terrajobst or @jkotas, could you take a look? Presumably we just want to suppress, though I'm not clear on why this is only failing as part of this update.

@jkotas
Copy link
Member

jkotas commented Apr 23, 2024

This discovered more constraint mismatches like #100844:

  • TryFormat constraint mismatch was introduced by Rewrite Enum and add {ISpanFormattable}.TryFormat #78580. I am fixing it by deleting the constraint on the implementation to avoid source breaking change and to keep it symmetric with TryParse methods.
  • EnumEqualityComparer constraint mismatch is in binary formatter compat shim. It is fine to fix it in the implementation.

@jkotas jkotas force-pushed the darc-main-4c99292d-120e-4572-9696-2992ee25718b branch from b1754a0 to 1c0374f Compare April 24, 2024 07:09
Microsoft.NETCore.Runtime.ICU.Transport
 From Version 9.0.0-preview.4.24215.1 -> To Version 9.0.0-preview.5.24223.2
…40422.1

Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
 From Version 9.0.0-prerelease.24208.1 -> To Version 9.0.0-prerelease.24222.1
…ld 20240422.1

Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData
 From Version 9.0.0-beta.24215.1 -> To Version 9.0.0-beta.24222.1
…ild 20240422.1

Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
 From Version 9.0.0-alpha.0.24215.1 -> To Version 9.0.0-alpha.0.24222.1
…22.1

Microsoft.SourceBuild.Intermediate.cecil , Microsoft.DotNet.Cecil
 From Version 0.11.4-alpha.24215.1 -> To Version 0.11.4-alpha.24222.1
@ViktorHofer
Copy link
Member

#101504 will resolve the new APICompat errors.

@ericstj ericstj added breaking-change Issue or PR that represents a breaking API or functional change over a prerelease. area-codeflow for labeling automated codeflow and removed area-Infrastructure labels Apr 25, 2024
@dotnet-policy-service dotnet-policy-service bot added the needs-breaking-change-doc-created Breaking changes need an issue opened with https://github.com/dotnet/docs/issues/new?template=dotnet label Apr 25, 2024
Copy link
Contributor

Added needs-breaking-change-doc-created label because this PR has the breaking-change label.

When you commit this breaking change:

  1. Create and link to this PR and the issue a matching issue in the dotnet/docs repo using the breaking change documentation template, then remove this needs-breaking-change-doc-created label.
  2. Ask a committer to mail the .NET Breaking Change Notification DL.

Tagging @dotnet/compat for awareness of the breaking change.

Microsoft.NETCore.Runtime.ICU.Transport
 From Version 9.0.0-preview.4.24215.1 -> To Version 9.0.0-preview.5.24223.2
…40424.1

Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
 From Version 9.0.0-prerelease.24208.1 -> To Version 9.0.0-prerelease.24224.1
…ld 20240422.1

Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData
 From Version 9.0.0-beta.24215.1 -> To Version 9.0.0-beta.24222.1
…ild 20240422.1

Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
 From Version 9.0.0-alpha.0.24215.1 -> To Version 9.0.0-alpha.0.24222.1
…22.1

Microsoft.SourceBuild.Intermediate.cecil , Microsoft.DotNet.Cecil
 From Version 0.11.4-alpha.24215.1 -> To Version 0.11.4-alpha.24222.1
@ericstj
Copy link
Member

ericstj commented Apr 25, 2024

This brought over changes from #101504 with acknowledgment of API owners on how to fix the generic constraints.

@lewing lewing merged commit e1bda8a into main Apr 26, 2024
@lewing lewing deleted the darc-main-4c99292d-120e-4572-9696-2992ee25718b branch April 26, 2024 01:45
matouskozak pushed a commit to matouskozak/runtime that referenced this pull request Apr 30, 2024
… dotnet/icu, dotnet/runtime, dotnet/runtime-assets, dotnet/sdk, dotnet/xharness (dotnet#101378)

* Update dependencies from https://github.com/dotnet/runtime build 20240419.3

Microsoft.DotNet.ILCompiler , Microsoft.NET.Sdk.IL , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.ILAsm , runtime.native.System.IO.Ports , System.Reflection.Metadata , System.Reflection.MetadataLoadContext , System.Text.Json , Microsoft.SourceBuild.Intermediate.runtime.linux-x64
 From Version 9.0.0-preview.4.24215.1 -> To Version 9.0.0-preview.4.24219.3

* Update dependencies from https://github.com/dotnet/sdk build 20240421.4

Microsoft.SourceBuild.Intermediate.sdk , Microsoft.DotNet.ApiCompat.Task
 From Version 9.0.100-preview.4.24215.1 -> To Version 9.0.100-preview.4.24221.4

* Update dependencies from https://github.com/dotnet/icu build 20240422.1

Microsoft.NETCore.Runtime.ICU.Transport
 From Version 9.0.0-preview.4.24215.1 -> To Version 9.0.0-preview.4.24222.1

* Update dependencies from https://github.com/dotnet/xharness build 20240422.1

Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
 From Version 9.0.0-prerelease.24208.1 -> To Version 9.0.0-prerelease.24222.1

* Update dependencies from https://github.com/dotnet/runtime-assets build 20240422.1

Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData
 From Version 9.0.0-beta.24215.1 -> To Version 9.0.0-beta.24222.1

* Update dependencies from https://github.com/dotnet/hotreload-utils build 20240422.1

Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
 From Version 9.0.0-alpha.0.24215.1 -> To Version 9.0.0-alpha.0.24222.1

* Update dependencies from https://github.com/dotnet/cecil build 20240422.1

Microsoft.SourceBuild.Intermediate.cecil , Microsoft.DotNet.Cecil
 From Version 0.11.4-alpha.24215.1 -> To Version 0.11.4-alpha.24222.1

* Fix Enum constraint mismatches

* More mismatches

* INumber constraint

* Update dependencies from https://github.com/dotnet/icu build 20240423.2

Microsoft.NETCore.Runtime.ICU.Transport
 From Version 9.0.0-preview.4.24215.1 -> To Version 9.0.0-preview.5.24223.2

* Update dependencies from https://github.com/dotnet/xharness build 20240422.1

Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
 From Version 9.0.0-prerelease.24208.1 -> To Version 9.0.0-prerelease.24222.1

* Update dependencies from https://github.com/dotnet/runtime-assets build 20240422.1

Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData
 From Version 9.0.0-beta.24215.1 -> To Version 9.0.0-beta.24222.1

* Update dependencies from https://github.com/dotnet/hotreload-utils build 20240422.1

Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
 From Version 9.0.0-alpha.0.24215.1 -> To Version 9.0.0-alpha.0.24222.1

* Update dependencies from https://github.com/dotnet/cecil build 20240422.1

Microsoft.SourceBuild.Intermediate.cecil , Microsoft.DotNet.Cecil
 From Version 0.11.4-alpha.24215.1 -> To Version 0.11.4-alpha.24222.1

* Fix issues with missing generic constraints

* Remove constraint from Enum.TryFormat ref

* Update ApiCompat suppression files

* Update dependencies from https://github.com/dotnet/icu build 20240423.2

Microsoft.NETCore.Runtime.ICU.Transport
 From Version 9.0.0-preview.4.24215.1 -> To Version 9.0.0-preview.5.24223.2

* Update dependencies from https://github.com/dotnet/xharness build 20240424.1

Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
 From Version 9.0.0-prerelease.24208.1 -> To Version 9.0.0-prerelease.24224.1

* Update dependencies from https://github.com/dotnet/runtime-assets build 20240422.1

Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData
 From Version 9.0.0-beta.24215.1 -> To Version 9.0.0-beta.24222.1

* Update dependencies from https://github.com/dotnet/hotreload-utils build 20240422.1

Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
 From Version 9.0.0-alpha.0.24215.1 -> To Version 9.0.0-alpha.0.24222.1

* Update dependencies from https://github.com/dotnet/cecil build 20240422.1

Microsoft.SourceBuild.Intermediate.cecil , Microsoft.DotNet.Cecil
 From Version 0.11.4-alpha.24215.1 -> To Version 0.11.4-alpha.24222.1

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Jan Kotas <[email protected]>
Co-authored-by: Eric StJohn <[email protected]>
michaelgsharp pushed a commit to michaelgsharp/runtime that referenced this pull request May 9, 2024
… dotnet/icu, dotnet/runtime, dotnet/runtime-assets, dotnet/sdk, dotnet/xharness (dotnet#101378)

* Update dependencies from https://github.com/dotnet/runtime build 20240419.3

Microsoft.DotNet.ILCompiler , Microsoft.NET.Sdk.IL , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.ILAsm , runtime.native.System.IO.Ports , System.Reflection.Metadata , System.Reflection.MetadataLoadContext , System.Text.Json , Microsoft.SourceBuild.Intermediate.runtime.linux-x64
 From Version 9.0.0-preview.4.24215.1 -> To Version 9.0.0-preview.4.24219.3

* Update dependencies from https://github.com/dotnet/sdk build 20240421.4

Microsoft.SourceBuild.Intermediate.sdk , Microsoft.DotNet.ApiCompat.Task
 From Version 9.0.100-preview.4.24215.1 -> To Version 9.0.100-preview.4.24221.4

* Update dependencies from https://github.com/dotnet/icu build 20240422.1

Microsoft.NETCore.Runtime.ICU.Transport
 From Version 9.0.0-preview.4.24215.1 -> To Version 9.0.0-preview.4.24222.1

* Update dependencies from https://github.com/dotnet/xharness build 20240422.1

Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
 From Version 9.0.0-prerelease.24208.1 -> To Version 9.0.0-prerelease.24222.1

* Update dependencies from https://github.com/dotnet/runtime-assets build 20240422.1

Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData
 From Version 9.0.0-beta.24215.1 -> To Version 9.0.0-beta.24222.1

* Update dependencies from https://github.com/dotnet/hotreload-utils build 20240422.1

Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
 From Version 9.0.0-alpha.0.24215.1 -> To Version 9.0.0-alpha.0.24222.1

* Update dependencies from https://github.com/dotnet/cecil build 20240422.1

Microsoft.SourceBuild.Intermediate.cecil , Microsoft.DotNet.Cecil
 From Version 0.11.4-alpha.24215.1 -> To Version 0.11.4-alpha.24222.1

* Fix Enum constraint mismatches

* More mismatches

* INumber constraint

* Update dependencies from https://github.com/dotnet/icu build 20240423.2

Microsoft.NETCore.Runtime.ICU.Transport
 From Version 9.0.0-preview.4.24215.1 -> To Version 9.0.0-preview.5.24223.2

* Update dependencies from https://github.com/dotnet/xharness build 20240422.1

Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
 From Version 9.0.0-prerelease.24208.1 -> To Version 9.0.0-prerelease.24222.1

* Update dependencies from https://github.com/dotnet/runtime-assets build 20240422.1

Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData
 From Version 9.0.0-beta.24215.1 -> To Version 9.0.0-beta.24222.1

* Update dependencies from https://github.com/dotnet/hotreload-utils build 20240422.1

Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
 From Version 9.0.0-alpha.0.24215.1 -> To Version 9.0.0-alpha.0.24222.1

* Update dependencies from https://github.com/dotnet/cecil build 20240422.1

Microsoft.SourceBuild.Intermediate.cecil , Microsoft.DotNet.Cecil
 From Version 0.11.4-alpha.24215.1 -> To Version 0.11.4-alpha.24222.1

* Fix issues with missing generic constraints

* Remove constraint from Enum.TryFormat ref

* Update ApiCompat suppression files

* Update dependencies from https://github.com/dotnet/icu build 20240423.2

Microsoft.NETCore.Runtime.ICU.Transport
 From Version 9.0.0-preview.4.24215.1 -> To Version 9.0.0-preview.5.24223.2

* Update dependencies from https://github.com/dotnet/xharness build 20240424.1

Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
 From Version 9.0.0-prerelease.24208.1 -> To Version 9.0.0-prerelease.24224.1

* Update dependencies from https://github.com/dotnet/runtime-assets build 20240422.1

Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData
 From Version 9.0.0-beta.24215.1 -> To Version 9.0.0-beta.24222.1

* Update dependencies from https://github.com/dotnet/hotreload-utils build 20240422.1

Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
 From Version 9.0.0-alpha.0.24215.1 -> To Version 9.0.0-alpha.0.24222.1

* Update dependencies from https://github.com/dotnet/cecil build 20240422.1

Microsoft.SourceBuild.Intermediate.cecil , Microsoft.DotNet.Cecil
 From Version 0.11.4-alpha.24215.1 -> To Version 0.11.4-alpha.24222.1

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Jan Kotas <[email protected]>
Co-authored-by: Eric StJohn <[email protected]>
@github-actions github-actions bot locked and limited conversation to collaborators May 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-codeflow for labeling automated codeflow breaking-change Issue or PR that represents a breaking API or functional change over a prerelease. needs-breaking-change-doc-created Breaking changes need an issue opened with https://github.com/dotnet/docs/issues/new?template=dotnet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants