-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[main] Update dependencies from dotnet/runtime #13338
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
Merged
dotnet-maestro
merged 1 commit into
main
from
darc-main-c8a99a2e-6a5c-48f3-8a1c-49818cb55fe4
Apr 22, 2025
Merged
[main] Update dependencies from dotnet/runtime #13338
dotnet-maestro
merged 1 commit into
main
from
darc-main-c8a99a2e-6a5c-48f3-8a1c-49818cb55fe4
Apr 22, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
…0421.6 Microsoft.Internal.Runtime.WindowsDesktop.Transport , Microsoft.NET.Sdk.IL , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.ILAsm , Microsoft.NETCore.ILDAsm , Microsoft.NETCore.Platforms , Microsoft.Win32.Registry.AccessControl , Microsoft.Win32.SystemEvents , runtime.win-x64.Microsoft.NETCore.ILAsm , runtime.win-x86.Microsoft.NETCore.ILAsm , System.CodeDom , System.ComponentModel.Composition , System.ComponentModel.Composition.Registration , System.Configuration.ConfigurationManager , System.Data.Odbc , System.Data.OleDb , System.Diagnostics.EventLog , System.Diagnostics.PerformanceCounter , System.DirectoryServices , System.DirectoryServices.AccountManagement , System.DirectoryServices.Protocols , System.Formats.Nrbf , System.IO.Hashing , System.IO.Packaging , System.IO.Ports , System.Management , System.Reflection.Context , System.Reflection.MetadataLoadContext , System.Resources.Extensions , System.Runtime.Caching , System.Runtime.Serialization.Formatters , System.Security.Cryptography.Pkcs , System.Security.Cryptography.ProtectedData , System.Security.Cryptography.Xml , System.Security.Permissions , System.ServiceModel.Syndication , System.ServiceProcess.ServiceController , System.Speech , System.Text.Encoding.CodePages , System.Text.Encodings.Web , System.Text.Json , System.Threading.AccessControl , System.Windows.Extensions , VS.Redist.Common.NetCore.SharedFramework.x64.10.0 From Version 10.0.0-preview.4.25220.2 -> To Version 10.0.0-preview.4.25221.6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Go, you big red fire engine!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13338 +/- ##
===================================================
+ Coverage 62.57851% 62.58164% +0.00312%
===================================================
Files 1560 1560
Lines 159689 159689
Branches 14906 14906
===================================================
+ Hits 99931 99936 +5
+ Misses 58988 58984 -4
+ Partials 770 769 -1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
ricardobossan
pushed a commit
to ricardobossan/winforms
that referenced
this pull request
May 9, 2025
Fixes dotnet#13338 ## Proposed changes - Renamed files in `DesignSurfaceExt` to match the updated class names from PR dotnet#13433 - Moved all code files from `DesignSurfaceExt` into the `DemoConsole` project directory - Integrated all relevant configuration from `DesignSurfaceExt.csproj` into `DemoConsole.csproj` - Deleted `DesignSurfaceExt.csproj` - Merged the contents of `Directory.Build.props` into `DemoConsole.csproj` to consolidate all settings in one place - Removed the now redundant `Directory.Build.props` file - Relocated the `DemoConsole` folder up one level to align with other integration test projects - Deleted the now empty `DesignSurfaceExt` folder ## Customer Impact - None ## Risk - Minimal ## Test methodology - Manual ## Test environment(s) - 10.0.100-preview.3.25201.16
ricardobossan
pushed a commit
to ricardobossan/winforms
that referenced
this pull request
Jun 9, 2025
Fixes dotnet#13338 ## Proposed changes - Renamed files in `DesignSurfaceExt` to match the updated class names from PR dotnet#13433 - Moved all code files from `DesignSurfaceExt` into the `DemoConsole` project directory - Integrated all relevant configuration from `DesignSurfaceExt.csproj` into `DemoConsole.csproj` - Deleted `DesignSurfaceExt.csproj` - Merged the contents of `Directory.Build.props` into `DemoConsole.csproj` to consolidate all settings in one place - Removed the now redundant `Directory.Build.props` file - Relocated the `DemoConsole` folder up one level to align with other integration test projects - Deleted the now empty `DesignSurfaceExt` folder ## Customer Impact - None ## Risk - Minimal ## Test methodology - Manual ## Test environment(s) - 10.0.100-preview.3.25201.16
ricardobossan
pushed a commit
to ricardobossan/winforms
that referenced
this pull request
Jun 11, 2025
Fixes dotnet#13338 ## Proposed changes - Renamed files in `DesignSurfaceExt` to match the updated class names from PR dotnet#13433 - Moved all code files from `DesignSurfaceExt` into the `DemoConsole` project directory - Integrated all relevant configuration from `DesignSurfaceExt.csproj` into `DemoConsole.csproj` - Deleted `DesignSurfaceExt.csproj` - Merged the contents of `Directory.Build.props` into `DemoConsole.csproj` to consolidate all settings in one place - Removed the now redundant `Directory.Build.props` file - Relocated the `DemoConsole` folder up one level to align with other integration test projects - Deleted the now empty `DesignSurfaceExt` folder ## Customer Impact - None ## Risk - Minimal ## Test methodology - Manual ## Test environment(s) - 10.0.100-preview.3.25201.16
ricardobossan
pushed a commit
to ricardobossan/winforms
that referenced
this pull request
Jun 12, 2025
Fixes dotnet#13338 - Renamed files in `DesignSurfaceExt` to match the updated class names from PR dotnet#13433 - Moved all code files from `DesignSurfaceExt` into the `DemoConsole` project directory - Integrated all relevant configuration from `DesignSurfaceExt.csproj` into `DemoConsole.csproj` - Deleted `DesignSurfaceExt.csproj` - Merged the contents of `Directory.Build.props` into `DemoConsole.csproj` to consolidate all settings in one place - Removed the now redundant `Directory.Build.props` file - Relocated the `DemoConsole` folder up one level to align with other integration test projects - Deleted the now empty `DesignSurfaceExt` folder - None - Minimal - Manual - 10.0.100-preview.3.25201.16
Epica3055
pushed a commit
to Epica3055/winforms
that referenced
this pull request
Jun 18, 2025
Fixes dotnet#13338 - Renamed files in `DesignSurfaceExt` to match the updated class names from PR dotnet#13433 - Moved all code files from `DesignSurfaceExt` into the `DemoConsole` project directory - Integrated all relevant configuration from `DesignSurfaceExt.csproj` into `DemoConsole.csproj` - Deleted `DesignSurfaceExt.csproj` - Merged the contents of `Directory.Build.props` into `DemoConsole.csproj` to consolidate all settings in one place - Removed the now redundant `Directory.Build.props` file - Relocated the `DemoConsole` folder up one level to align with other integration test projects - Deleted the now empty `DesignSurfaceExt` folder - None - Minimal - Manual - 10.0.100-preview.3.25201.16
Epica3055
pushed a commit
to Epica3055/winforms
that referenced
this pull request
Jun 18, 2025
Fixes dotnet#13338 - Renamed files in `DesignSurfaceExt` to match the updated class names from PR dotnet#13433 - Moved all code files from `DesignSurfaceExt` into the `DemoConsole` project directory - Integrated all relevant configuration from `DesignSurfaceExt.csproj` into `DemoConsole.csproj` - Deleted `DesignSurfaceExt.csproj` - Merged the contents of `Directory.Build.props` into `DemoConsole.csproj` to consolidate all settings in one place - Removed the now redundant `Directory.Build.props` file - Relocated the `DemoConsole` folder up one level to align with other integration test projects - Deleted the now empty `DesignSurfaceExt` folder - None - Minimal - Manual - 10.0.100-preview.3.25201.16
ricardobossan
pushed a commit
to ricardobossan/winforms
that referenced
this pull request
Jul 1, 2025
Fixes dotnet#13338 - Renamed files in `DesignSurfaceExt` to match the updated class names from PR dotnet#13433 - Moved all code files from `DesignSurfaceExt` into the `DemoConsole` project directory - Integrated all relevant configuration from `DesignSurfaceExt.csproj` into `DemoConsole.csproj` - Deleted `DesignSurfaceExt.csproj` - Merged the contents of `Directory.Build.props` into `DemoConsole.csproj` to consolidate all settings in one place - Removed the now redundant `Directory.Build.props` file - Relocated the `DemoConsole` folder up one level to align with other integration test projects - Deleted the now empty `DesignSurfaceExt` folder - None - Minimal - Manual - 10.0.100-preview.3.25201.16
ricardobossan
added a commit
that referenced
this pull request
Jul 2, 2025
Fixes #13338 - Renamed files in `DesignSurfaceExt` to match the updated class names from PR #13433 - Moved all code files from `DesignSurfaceExt` into the `DemoConsole` project directory - Integrated all relevant configuration from `DesignSurfaceExt.csproj` into `DemoConsole.csproj` - Deleted `DesignSurfaceExt.csproj` - Merged the contents of `Directory.Build.props` into `DemoConsole.csproj` to consolidate all settings in one place - Removed the now redundant `Directory.Build.props` file - Relocated the `DemoConsole` folder up one level to align with other integration test projects - Deleted the now empty `DesignSurfaceExt` folder - None - Minimal - Manual - 10.0.100-preview.3.25201.16 Co-authored-by: Ricardo Bossan (BEYONDSOFT CONSULTING INC) <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates the following dependencies
From https://github.com/dotnet/runtime
Microsoft Reviewers: Open in CodeFlow