Граф коммитов

5968 Коммитов

Автор SHA1 Сообщение Дата
Jeremy Kuhne 722025ad97
Don't enable transitive references in tests (#10103)
Most of the projects include references to ref and cycle breaker projects. This breaks tests as they will pick the wrong assemblies.

Create a stub PresentationFramework.Fluent.Tests project to validate.
2024-11-22 15:33:28 +05:30
Loni Tra af32a51e42
Start using System.Private.Windows.Core.TestUtilities (#10104)
* Add System.Private.Windows.Core.TestUtilities package reference and bump xunit version

* Test private field SplashScreen._resourceName using TestAccessor
2024-11-22 15:32:15 +05:30
dotnet-maestro[bot] 7d9f5aec90
[main] Update dependencies from dotnet/winforms (#10101)
* Update dependencies from https://github.com/dotnet/winforms build 20241120.3

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24569.1 -> To Version 10.0.0-alpha.1.24570.3

Dependency coherency updates

System.Reflection.MetadataLoadContext,System.Windows.Extensions,Microsoft.NETCore.Platforms,System.Resources.Extensions,System.Runtime.Serialization.Formatters,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,VS.Redist.Common.NetCore.SharedFramework.x64.10.0,Microsoft.Win32.Registry.AccessControl,Microsoft.Win32.SystemEvents,System.CodeDom,System.ComponentModel.Composition,System.Configuration.ConfigurationManager,System.Data.Odbc,System.Data.OleDb,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices.AccountManagement,System.DirectoryServices.Protocols,System.DirectoryServices,System.Formats.Nrbf,System.IO.Packaging,System.IO.Ports,System.Management,System.Reflection.Context,System.Runtime.Caching,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.Threading.AccessControl,System.ComponentModel.Composition.Registration
 From Version 10.0.0-alpha.1.24565.3 -> To Version 10.0.0-alpha.1.24569.15 (parent: Microsoft.Private.Winforms

* Update dependencies from https://github.com/dotnet/winforms build 20241121.4

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24569.1 -> To Version 10.0.0-alpha.1.24571.4

Dependency coherency updates

System.Reflection.MetadataLoadContext,System.Windows.Extensions,Microsoft.NETCore.Platforms,System.Resources.Extensions,System.Runtime.Serialization.Formatters,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,VS.Redist.Common.NetCore.SharedFramework.x64.10.0,Microsoft.Win32.Registry.AccessControl,Microsoft.Win32.SystemEvents,System.CodeDom,System.ComponentModel.Composition,System.Configuration.ConfigurationManager,System.Data.Odbc,System.Data.OleDb,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices.AccountManagement,System.DirectoryServices.Protocols,System.DirectoryServices,System.Formats.Nrbf,System.IO.Packaging,System.IO.Ports,System.Management,System.Reflection.Context,System.Runtime.Caching,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.Threading.AccessControl,System.ComponentModel.Composition.Registration
 From Version 10.0.0-alpha.1.24565.3 -> To Version 10.0.0-alpha.1.24570.9 (parent: Microsoft.Private.Winforms

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-11-22 10:44:14 +05:30
dotnet-maestro[bot] d2ec0db6e5
[main] Update dependencies from dotnet/arcade (#10099)
* Update dependencies from https://github.com/dotnet/arcade build 20241120.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24564.1 -> To Version 10.0.0-beta.24570.1

* Update dependencies from https://github.com/dotnet/arcade build 20241120.4

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24564.1 -> To Version 10.0.0-beta.24570.4

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-11-22 10:43:48 +05:30
h3xds1nz bbfc24fd13
Cleanup rest of string.Compare[Ordinal] equality checks and replace it with string.Equals (#9740)
* Clean-up most of string.Compare[Ordinal] and replace it with string.Equals instead

* Remove null check that's not needed
2024-11-20 22:10:51 +05:30
dotnet-maestro[bot] 09008c0714
[main] Update dependencies from dotnet/winforms (#10092)
* Update dependencies from https://github.com/dotnet/winforms build 20241118.6

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24566.1 -> To Version 10.0.0-alpha.1.24568.6

* Update dependencies from https://github.com/dotnet/winforms build 20241119.1

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24566.1 -> To Version 10.0.0-alpha.1.24569.1

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-11-20 10:59:00 +05:30
Jeremy Kuhne d73dd1dbd9
Align .editorconfig with WinForms (#10080)
This effectively copies the .editorconfig from WinForms to align the baseline.

As there are many deviations from the rules in the sources, added a temporary .editorconfig in the product src directory. This will need to have rules pulled bit by bit as the projects are fixed. Most of the rules are pretty easy to fix, but would require some pretty massive codefix changes. They are reasonably safe to do, but they will create disruption for existing PRs as they'll need to rebase.

Created another .editorconfig specifically for the cycle breaker projects. Fixed the headers in the cycle breakers, but otherwise mostly left them alone.

Test projects were updated to pass without needing any overrides. As a general rule, we try to not disable rules for test projects as we want to keep good habits over the entire codebase.

The sooner the automated fixes are done, the better. It is better to have this done before Preview 1 and it is better to aggressively push to do them. Don't wait for full test passes in between changes, do a full pass once they are committed. The recommendation:

1. For each rule where there is an automated fix, run the fix and create a PR that says that you ran the codefix
2. Sanity review and merge each as quickly as possible (check off, merge as soon as green)
3. Run a full test pass when finished

Clearing the automated fixes should be able to be done in a couple weeks at most. Once the rules are turned on it will significantly improve the contribution process. Less clean up to review, less iteration over rules, etc.

Co-authored-by: Harshit <62823486+harshit7962@users.noreply.github.com>
2024-11-18 17:10:52 +05:30
Jeremy Kuhne d209c5c9ea
Change primitives to build platform specific (#10078)
If just building AnyCPU only the x86 transport package gets the runtime
assembly. Rather than work around that, build explicitly for each
platform so WindowsDesktop can get what it needs.
2024-11-18 10:56:03 +05:30
dotnet-maestro[bot] dbbacc24ee
[main] Update dependencies from dotnet/arcade (#10069)
* Update dependencies from https://github.com/dotnet/arcade build 20241113.7

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24562.15 -> To Version 10.0.0-beta.24563.7

* Update dependencies from https://github.com/dotnet/arcade build 20241114.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24562.15 -> To Version 10.0.0-beta.24564.1

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-11-18 10:55:27 +05:30
dotnet-maestro[bot] 466be0c251
[main] Update dependencies from dotnet/winforms (#10062)
* Update dependencies from https://github.com/dotnet/winforms build 20241112.3

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24560.1 -> To Version 10.0.0-alpha.1.24562.3

* Update dependencies from https://github.com/dotnet/winforms build 20241113.7

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24560.1 -> To Version 10.0.0-alpha.1.24563.7

Dependency coherency updates

System.Reflection.MetadataLoadContext,System.Windows.Extensions,Microsoft.NETCore.Platforms,System.Resources.Extensions,System.Runtime.Serialization.Formatters,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,VS.Redist.Common.NetCore.SharedFramework.x64.10.0,Microsoft.Win32.Registry.AccessControl,Microsoft.Win32.SystemEvents,System.CodeDom,System.ComponentModel.Composition,System.Configuration.ConfigurationManager,System.Data.Odbc,System.Data.OleDb,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices.AccountManagement,System.DirectoryServices.Protocols,System.DirectoryServices,System.Formats.Nrbf,System.IO.Packaging,System.IO.Ports,System.Management,System.Reflection.Context,System.Runtime.Caching,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.Threading.AccessControl,System.ComponentModel.Composition.Registration
 From Version 10.0.0-alpha.1.24560.1 -> To Version 10.0.0-alpha.1.24562.13 (parent: Microsoft.Private.Winforms

* Update dependencies from https://github.com/dotnet/winforms build 20241113.8

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24560.1 -> To Version 10.0.0-alpha.1.24563.8

* Update dependencies from https://github.com/dotnet/winforms build 20241114.7

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24560.1 -> To Version 10.0.0-alpha.1.24564.7

Dependency coherency updates

System.Reflection.MetadataLoadContext,System.Windows.Extensions,Microsoft.NETCore.Platforms,System.Resources.Extensions,System.Runtime.Serialization.Formatters,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,VS.Redist.Common.NetCore.SharedFramework.x64.10.0,Microsoft.Win32.Registry.AccessControl,Microsoft.Win32.SystemEvents,System.CodeDom,System.ComponentModel.Composition,System.Configuration.ConfigurationManager,System.Data.Odbc,System.Data.OleDb,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices.AccountManagement,System.DirectoryServices.Protocols,System.DirectoryServices,System.Formats.Nrbf,System.IO.Packaging,System.IO.Ports,System.Management,System.Reflection.Context,System.Runtime.Caching,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.Threading.AccessControl,System.ComponentModel.Composition.Registration
 From Version 10.0.0-alpha.1.24560.1 -> To Version 10.0.0-alpha.1.24564.7 (parent: Microsoft.Private.Winforms

* Update dependencies from https://github.com/dotnet/winforms build 20241115.3

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24560.1 -> To Version 10.0.0-alpha.1.24565.3

Dependency coherency updates

System.Reflection.MetadataLoadContext,System.Windows.Extensions,Microsoft.NETCore.Platforms,System.Resources.Extensions,System.Runtime.Serialization.Formatters,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,VS.Redist.Common.NetCore.SharedFramework.x64.10.0,Microsoft.Win32.Registry.AccessControl,Microsoft.Win32.SystemEvents,System.CodeDom,System.ComponentModel.Composition,System.Configuration.ConfigurationManager,System.Data.Odbc,System.Data.OleDb,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices.AccountManagement,System.DirectoryServices.Protocols,System.DirectoryServices,System.Formats.Nrbf,System.IO.Packaging,System.IO.Ports,System.Management,System.Reflection.Context,System.Runtime.Caching,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.Threading.AccessControl,System.ComponentModel.Composition.Registration
 From Version 10.0.0-alpha.1.24560.1 -> To Version 10.0.0-alpha.1.24564.12 (parent: Microsoft.Private.Winforms

* Update dependencies from https://github.com/dotnet/winforms build 20241116.1

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24560.1 -> To Version 10.0.0-alpha.1.24566.1

Dependency coherency updates

System.Reflection.MetadataLoadContext,System.Windows.Extensions,Microsoft.NETCore.Platforms,System.Resources.Extensions,System.Runtime.Serialization.Formatters,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,VS.Redist.Common.NetCore.SharedFramework.x64.10.0,Microsoft.Win32.Registry.AccessControl,Microsoft.Win32.SystemEvents,System.CodeDom,System.ComponentModel.Composition,System.Configuration.ConfigurationManager,System.Data.Odbc,System.Data.OleDb,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices.AccountManagement,System.DirectoryServices.Protocols,System.DirectoryServices,System.Formats.Nrbf,System.IO.Packaging,System.IO.Ports,System.Management,System.Reflection.Context,System.Runtime.Caching,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.Threading.AccessControl,System.ComponentModel.Composition.Registration
 From Version 10.0.0-alpha.1.24560.1 -> To Version 10.0.0-alpha.1.24565.3 (parent: Microsoft.Private.Winforms

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-11-18 10:54:14 +05:30
Jeremy Kuhne d4bb347f12
Update SplashScreen to use CsWin32 and shared library (#10047)
* This updates `SplashScreen` to use direct interop built on CsWin32. It also uses the shared `System.Private.Windows.Core` library built in Windows Forms.

This makes `SplashScreen` trim-friendly and improves the performance as it will no longer need to generate the rather extensive interop it used to at startup.

This also introduces a bottom level assembly for WPF: `System.Windows.Primitives` where there are no other dependencies other than the WinForms/WPF base assembly: `System.Private.Windows.Core`.

`PInvokeCore` is the static class that comes from `System.Private.Windows.Core`. `PInvoke` is the static class from `System.Windows.Primitives`. When C# adds something akin to extension types (currently in the design phase) we'll be able to unify to a single `PInvoke`. Generated types (such as `HWND`) are in the namespaces as specified by the Windows metdata and don't have the same problem with conflicts as CsWin32 won't generate types that already exist.

CsWin32 uses `System.Drawing` types where they match Win32 types. `Point` is an example of this. These interchange `System.Drawing` types are in-box with .NET.

`System.Private.Windows.Core` provides a lot of useful support functionality, particularly when it comes to interop. The various scope types in this PR are an example. OLE code will come from this assembly after the new APIs are merged in WinForms.

I've also deleted a large swath of unused interop.

It builds on #10023, which leverages #9914.

This is an update of #7929.

* Make anonymous method static and remove orphaned file.
2024-11-15 09:49:20 +05:30
Pankaj Chaurasia cbaeca87f0
Merge pull request #10066 from dotnet/darc-main-09b97478-94a2-4dc1-b51f-57fced74a142
[main] Update dependencies from dotnet/arcade
2024-11-13 21:30:28 +05:30
dotnet-maestro[bot] ce92d55763 Update dependencies from https://github.com/dotnet/arcade build 20241112.15
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24561.1 -> To Version 10.0.0-beta.24562.15
2024-11-13 13:14:14 +00:00
dotnet-maestro[bot] 6bfcaa716f
Update dependencies from https://github.com/dotnet/arcade build 20241111.1 (#10057)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24560.1 -> To Version 10.0.0-beta.24561.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-11-13 10:48:36 +05:30
Pankaj Chaurasia 4c8dc80af0
Merge pull request #10052 from dotnet/darc-main-3c7b2901-f8c6-4df6-96e9-b733944b02c0
[main] Update dependencies from dotnet/arcade
2024-11-12 16:51:50 +05:30
Kuldeep 8c68510d3b
replacing sambent as default reviewer (#10055) 2024-11-12 10:19:17 +05:30
Jeremy Kuhne 25dd3ab099
Enable xunit testing in VS with the dispatcher (#10023)
* Remove NetCoreReference

This removes the `NetCoreReference` infrastructure and replaces it with `DefaultReferenceExclusion` to remove the one problematic implicit reference to WindowsBase.

Manually picking references was blocking using System.Private.Windows.Core from the WinForms repo. Not having this also greatly simplifies the projects.

This also tweaks the solution to add folders docs and eng items.

Fixes #9168

* Put back test projects in solution

* Enable xunit testing in VS with the dispatcher

This change enables writing and debugging unit tests in the Test Explorer in Visual Studio. I added a new test project for WindowsBase that has a unit test that launches the SplashScreen as an example.

In order to make this happen I had to reference the xunit.stafact package which introduced a number of challenges to overcome. The package has a reference to the desktop sdk and needs to be used in a project that targets `net10.0-windows`, not `net10.0`. To make everything work seamlessly I had to:

- Strip the platform reference
- Apply actual versions from the sdk
- Get rid of AnyCPU and explictly use x86 (everything has a native dependency)
- Enable transitive copying of references for the unit test projects
- Target the 10.0 SDK (would get version confusion otherwise)
- Add an override setting for WinForms which still targets the 9.0 SDK
- Remove other targets that were trying to fixup WindowsBase references from the .NET SDK
-

* Make PresentationBuildTasks always AnyCPU

* Update versions and tweak / simplify some version related stuff

* Attempt to turn on the binlog for the CI

* Update binlog names for both build and test run

* Try 17.12 preview

* Move back off of scout image

* Update versions

* Push back to 9.0

* Uncheck D3DCompiler in ConfigurationManager

* Have ref projects only reference ref projects and move ref and cycle breaker projects to AnyCPU.

* Normalize ARM64 to arm64. Having multiple casings was causing projects to be built multiple times to the same folder.

* Revert RuntimeFrameworkReference.targets changes

* Final cleanup pass

* Tweak SdkReferences.targets

* Respond to feedback
2024-11-12 01:22:54 +05:30
dotnet-maestro[bot] 0c91a576f9 Update dependencies from https://github.com/dotnet/arcade build 20241110.1
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24558.2 -> To Version 10.0.0-beta.24560.1
2024-11-11 13:16:37 +00:00
Jeremy Kuhne 0212a4ee05
Remove NetCoreReference (#9914)
* Remove NetCoreReference

This removes the `NetCoreReference` infrastructure and replaces it with `DefaultReferenceExclusion` to remove the one problematic implicit reference to WindowsBase.

Manually picking references was blocking using System.Private.Windows.Core from the WinForms repo. Not having this also greatly simplifies the projects.

This also tweaks the solution to add folders docs and eng items.

Fixes #9168

* Put back test projects in solution
2024-11-11 11:00:05 +05:30
dotnet-maestro[bot] 7d7f092999
Update dependencies from https://github.com/dotnet/arcade build 20241108.2 (#10046)
[main] Update dependencies from dotnet/arcade
2024-11-11 05:12:08 +00:00
dotnet-maestro[bot] b01b906174
[main] Update dependencies from dotnet/winforms (#10045)
* Update dependencies from https://github.com/dotnet/winforms build 20241108.4

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24557.3 -> To Version 10.0.0-alpha.1.24558.4

Dependency coherency updates

System.Reflection.MetadataLoadContext,System.Windows.Extensions,Microsoft.NETCore.Platforms,System.Resources.Extensions,System.Runtime.Serialization.Formatters,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,VS.Redist.Common.NetCore.SharedFramework.x64.10.0,Microsoft.Win32.Registry.AccessControl,Microsoft.Win32.SystemEvents,System.CodeDom,System.ComponentModel.Composition,System.Configuration.ConfigurationManager,System.Data.Odbc,System.Data.OleDb,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices.AccountManagement,System.DirectoryServices.Protocols,System.DirectoryServices,System.Formats.Nrbf,System.IO.Packaging,System.IO.Ports,System.Management,System.Reflection.Context,System.Runtime.Caching,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.Threading.AccessControl,System.ComponentModel.Composition.Registration
 From Version 10.0.0-alpha.1.24556.11 -> To Version 10.0.0-alpha.1.24557.15 (parent: Microsoft.Private.Winforms

* Update dependencies from https://github.com/dotnet/winforms build 20241109.1

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24557.3 -> To Version 10.0.0-alpha.1.24559.1

Dependency coherency updates

System.Reflection.MetadataLoadContext,System.Windows.Extensions,Microsoft.NETCore.Platforms,System.Resources.Extensions,System.Runtime.Serialization.Formatters,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,VS.Redist.Common.NetCore.SharedFramework.x64.10.0,Microsoft.Win32.Registry.AccessControl,Microsoft.Win32.SystemEvents,System.CodeDom,System.ComponentModel.Composition,System.Configuration.ConfigurationManager,System.Data.Odbc,System.Data.OleDb,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices.AccountManagement,System.DirectoryServices.Protocols,System.DirectoryServices,System.Formats.Nrbf,System.IO.Packaging,System.IO.Ports,System.Management,System.Reflection.Context,System.Runtime.Caching,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.Threading.AccessControl,System.ComponentModel.Composition.Registration
 From Version 10.0.0-alpha.1.24556.11 -> To Version 10.0.0-alpha.1.24558.9 (parent: Microsoft.Private.Winforms

* Update dependencies from https://github.com/dotnet/winforms build 20241110.1

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24557.3 -> To Version 10.0.0-alpha.1.24560.1

Dependency coherency updates

System.Reflection.MetadataLoadContext,System.Windows.Extensions,Microsoft.NETCore.Platforms,System.Resources.Extensions,System.Runtime.Serialization.Formatters,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,VS.Redist.Common.NetCore.SharedFramework.x64.10.0,Microsoft.Win32.Registry.AccessControl,Microsoft.Win32.SystemEvents,System.CodeDom,System.ComponentModel.Composition,System.Configuration.ConfigurationManager,System.Data.Odbc,System.Data.OleDb,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices.AccountManagement,System.DirectoryServices.Protocols,System.DirectoryServices,System.Formats.Nrbf,System.IO.Packaging,System.IO.Ports,System.Management,System.Reflection.Context,System.Runtime.Caching,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.Threading.AccessControl,System.ComponentModel.Composition.Registration
 From Version 10.0.0-alpha.1.24556.11 -> To Version 10.0.0-alpha.1.24560.1 (parent: Microsoft.Private.Winforms

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-11-11 10:41:49 +05:30
h3xds1nz bb8503c18e
Optimize some methods in RightsManagementEncryptionTransform, reduce allocs (#9851)
* Use Span in Base32EncodeWithoutPadding and MakeUseLicenseStreamName

* Spanify ParseTypePrefixedUserName as well to remove an allocation

* Use StartsWith instead of CompareOrdinal in EnumUseLicenseStreams

* Use string.Concat to prevent DefaultInterpolatedStringHandler creation
2024-11-08 18:31:16 +05:30
h3xds1nz c0b716be51
Remove XBAP-related dead code from BrowserInteropHelper/SafeSecurityHelper (#9855)
* Remove XBAP-related dead code from BrowserInteropHelper

* Remove IHTMLWindow4 interface import

* Remove IsHostedInIEorWebOC and related code (as it is always false)

* Remove HostHtmlDocumentServiceProvider as it is always NULL

* Hollow out DynamicScriptObject as instances were provided via BrowserInteropHelper
2024-11-08 18:30:09 +05:30
h3xds1nz 24105c11fd
Remove AppContextDefaultValues/AccessibilitySwitches values from NetFX (dead code) (#9866)
* Remove AppContextDefaultValues/AccessibilitySwitches values from NetFX (dead code)

* Constrain CS0436 to LocalAppContext; use proper locking scheme mechanism

* Clean up CS0436 warning suppressions from the separate context files

* Change LocalAppContext from instance/partial to static class
2024-11-08 18:29:07 +05:30
dotnet-maestro[bot] 4841c5d7a6
[main] Update dependencies from dotnet/arcade (#10040)
[main] Update dependencies from dotnet/arcade


 - Fix test overwriting binlog
2024-11-08 10:51:06 +00:00
dotnet-maestro[bot] 44890f80f9
[main] Update dependencies from dotnet/winforms (#10039)
* Update dependencies from https://github.com/dotnet/winforms build 20241106.5

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24555.4 -> To Version 10.0.0-alpha.1.24556.5

Dependency coherency updates

System.Reflection.MetadataLoadContext,System.Windows.Extensions,Microsoft.NETCore.Platforms,System.Resources.Extensions,System.Runtime.Serialization.Formatters,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,VS.Redist.Common.NetCore.SharedFramework.x64.10.0,Microsoft.Win32.Registry.AccessControl,Microsoft.Win32.SystemEvents,System.CodeDom,System.ComponentModel.Composition,System.Configuration.ConfigurationManager,System.Data.Odbc,System.Data.OleDb,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices.AccountManagement,System.DirectoryServices.Protocols,System.DirectoryServices,System.Formats.Nrbf,System.IO.Packaging,System.IO.Ports,System.Management,System.Reflection.Context,System.Runtime.Caching,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.Threading.AccessControl,System.ComponentModel.Composition.Registration
 From Version 10.0.0-alpha.1.24554.9 -> To Version 10.0.0-alpha.1.24556.1 (parent: Microsoft.Private.Winforms

* Update dependencies from https://github.com/dotnet/winforms build 20241107.3

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24555.4 -> To Version 10.0.0-alpha.1.24557.3

Dependency coherency updates

System.Reflection.MetadataLoadContext,System.Windows.Extensions,Microsoft.NETCore.Platforms,System.Resources.Extensions,System.Runtime.Serialization.Formatters,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,VS.Redist.Common.NetCore.SharedFramework.x64.10.0,Microsoft.Win32.Registry.AccessControl,Microsoft.Win32.SystemEvents,System.CodeDom,System.ComponentModel.Composition,System.Configuration.ConfigurationManager,System.Data.Odbc,System.Data.OleDb,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices.AccountManagement,System.DirectoryServices.Protocols,System.DirectoryServices,System.Formats.Nrbf,System.IO.Packaging,System.IO.Ports,System.Management,System.Reflection.Context,System.Runtime.Caching,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.Threading.AccessControl,System.ComponentModel.Composition.Registration
 From Version 10.0.0-alpha.1.24554.9 -> To Version 10.0.0-alpha.1.24556.11 (parent: Microsoft.Private.Winforms

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-11-08 10:45:04 +05:30
dotnet-maestro[bot] 3a1f91800d
Update dependencies from https://github.com/dotnet/arcade build 20241104.2 (#10034)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24551.1 -> To Version 10.0.0-beta.24554.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-11-06 10:50:14 +05:30
dotnet-maestro[bot] a94a3afc85
[main] Update dependencies from dotnet/winforms (#10031)
* Update dependencies from https://github.com/dotnet/winforms build 20241103.2

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24553.1 -> To Version 10.0.0-alpha.1.24553.2

* Update dependencies from https://github.com/dotnet/winforms build 20241105.4

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24553.1 -> To Version 10.0.0-alpha.1.24555.4

Dependency coherency updates

System.Reflection.MetadataLoadContext,System.Windows.Extensions,Microsoft.NETCore.Platforms,System.Resources.Extensions,System.Runtime.Serialization.Formatters,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,VS.Redist.Common.NetCore.SharedFramework.x64.10.0,Microsoft.Win32.Registry.AccessControl,Microsoft.Win32.SystemEvents,System.CodeDom,System.ComponentModel.Composition,System.Configuration.ConfigurationManager,System.Data.Odbc,System.Data.OleDb,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices.AccountManagement,System.DirectoryServices.Protocols,System.DirectoryServices,System.Formats.Nrbf,System.IO.Packaging,System.IO.Ports,System.Management,System.Reflection.Context,System.Runtime.Caching,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.Threading.AccessControl,System.ComponentModel.Composition.Registration
 From Version 10.0.0-alpha.1.24552.2 -> To Version 10.0.0-alpha.1.24554.9 (parent: Microsoft.Private.Winforms

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-11-06 10:48:12 +05:30
Viktor Hofer 4ac35070c5
Keep apphostpack version in sync with targeting and runtime pack version (#10030)
* Keep apphostpack version in sync with targeting and runtime pack version

Unblocks https://github.com/dotnet/sdk/pull/43015

WPF uses a "live" version of the .NETCoreApp targeting and runtime pack. Also use the live version for the apphost pack so that vcxprojs don't depend on the version inside the SDK.

* Update RuntimeFrameworkReference.targets

* Create Tools.props

* Update RuntimeFrameworkReference.targets

* Update RuntimeFrameworkReference.targets

* Update RuntimeFrameworkReference.targets

* Update Tools.props

* PR feedback and adding comments

* Add more comments and consider version properties in conditions
2024-11-05 23:15:50 +05:30
dotnet-maestro[bot] 68baa81fd0
[main] Update dependencies from dotnet/arcade (#10027)
* Update dependencies from https://github.com/dotnet/arcade build 20241031.2

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24530.1 -> To Version 10.0.0-beta.24531.2

* Update dependencies from https://github.com/dotnet/arcade build 20241101.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24530.1 -> To Version 10.0.0-beta.24551.1

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-11-04 10:40:37 +05:30
dotnet-maestro[bot] 0b35e237bc
[main] Update dependencies from dotnet/winforms (#10026)
* Update dependencies from https://github.com/dotnet/winforms build 20241101.1

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24531.1 -> To Version 10.0.0-alpha.1.24551.1

* Update dependencies from https://github.com/dotnet/winforms build 20241101.2

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24531.1 -> To Version 10.0.0-alpha.1.24551.2

Dependency coherency updates

System.Reflection.MetadataLoadContext,System.Windows.Extensions,Microsoft.NETCore.Platforms,System.Resources.Extensions,System.Runtime.Serialization.Formatters,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,VS.Redist.Common.NetCore.SharedFramework.x64.10.0,Microsoft.Win32.Registry.AccessControl,Microsoft.Win32.SystemEvents,System.CodeDom,System.ComponentModel.Composition,System.Configuration.ConfigurationManager,System.Data.Odbc,System.Data.OleDb,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices.AccountManagement,System.DirectoryServices.Protocols,System.DirectoryServices,System.Formats.Nrbf,System.IO.Packaging,System.IO.Ports,System.Management,System.Reflection.Context,System.Runtime.Caching,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.Threading.AccessControl,System.ComponentModel.Composition.Registration
 From Version 10.0.0-alpha.1.24530.5 -> To Version 10.0.0-alpha.1.24531.8 (parent: Microsoft.Private.Winforms

* Update dependencies from https://github.com/dotnet/winforms build 20241102.1

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24531.1 -> To Version 10.0.0-alpha.1.24552.1

Dependency coherency updates

System.Reflection.MetadataLoadContext,System.Windows.Extensions,Microsoft.NETCore.Platforms,System.Resources.Extensions,System.Runtime.Serialization.Formatters,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,VS.Redist.Common.NetCore.SharedFramework.x64.10.0,Microsoft.Win32.Registry.AccessControl,Microsoft.Win32.SystemEvents,System.CodeDom,System.ComponentModel.Composition,System.Configuration.ConfigurationManager,System.Data.Odbc,System.Data.OleDb,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices.AccountManagement,System.DirectoryServices.Protocols,System.DirectoryServices,System.Formats.Nrbf,System.IO.Packaging,System.IO.Ports,System.Management,System.Reflection.Context,System.Runtime.Caching,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.Threading.AccessControl,System.ComponentModel.Composition.Registration
 From Version 10.0.0-alpha.1.24530.5 -> To Version 10.0.0-alpha.1.24551.5 (parent: Microsoft.Private.Winforms

* Update dependencies from https://github.com/dotnet/winforms build 20241103.1

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24531.1 -> To Version 10.0.0-alpha.1.24553.1

Dependency coherency updates

System.Reflection.MetadataLoadContext,System.Windows.Extensions,Microsoft.NETCore.Platforms,System.Resources.Extensions,System.Runtime.Serialization.Formatters,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,VS.Redist.Common.NetCore.SharedFramework.x64.10.0,Microsoft.Win32.Registry.AccessControl,Microsoft.Win32.SystemEvents,System.CodeDom,System.ComponentModel.Composition,System.Configuration.ConfigurationManager,System.Data.Odbc,System.Data.OleDb,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices.AccountManagement,System.DirectoryServices.Protocols,System.DirectoryServices,System.Formats.Nrbf,System.IO.Packaging,System.IO.Ports,System.Management,System.Reflection.Context,System.Runtime.Caching,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.Threading.AccessControl,System.ComponentModel.Composition.Registration
 From Version 10.0.0-alpha.1.24530.5 -> To Version 10.0.0-alpha.1.24552.2 (parent: Microsoft.Private.Winforms

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-11-04 10:40:17 +05:30
dotnet-maestro[bot] f05e179f45
Update dependencies from https://github.com/dotnet/winforms build 20241031.1 (#10024)
Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24529.3 -> To Version 10.0.0-alpha.1.24531.1

Dependency coherency updates

System.Reflection.MetadataLoadContext,System.Windows.Extensions,Microsoft.NETCore.Platforms,System.Resources.Extensions,System.Runtime.Serialization.Formatters,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,VS.Redist.Common.NetCore.SharedFramework.x64.10.0,Microsoft.Win32.Registry.AccessControl,Microsoft.Win32.SystemEvents,System.CodeDom,System.ComponentModel.Composition,System.Configuration.ConfigurationManager,System.Data.Odbc,System.Data.OleDb,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices.AccountManagement,System.DirectoryServices.Protocols,System.DirectoryServices,System.Formats.Nrbf,System.IO.Packaging,System.IO.Ports,System.Management,System.Reflection.Context,System.Runtime.Caching,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.Threading.AccessControl,System.ComponentModel.Composition.Registration
 From Version 10.0.0-alpha.1.24528.7 -> To Version 10.0.0-alpha.1.24530.5 (parent: Microsoft.Private.Winforms

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-11-01 10:46:12 +05:30
dotnet-maestro[bot] d5512db2b6
[main] Update dependencies from dotnet/arcade (#10019)
* Update dependencies from https://github.com/dotnet/arcade build 20241029.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24527.1 -> To Version 10.0.0-beta.24529.1

* Update dependencies from https://github.com/dotnet/arcade build 20241030.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24527.1 -> To Version 10.0.0-beta.24530.1

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-11-01 10:45:39 +05:30
dotnet-maestro[bot] 5c87afff67
Update dependencies from https://github.com/dotnet/arcade build 20241027.1 (#10007)
[main] Update dependencies from dotnet/arcade
2024-10-30 09:20:11 +00:00
dotnet-maestro[bot] a9271934c1
[main] Update dependencies from dotnet/winforms (#10012)
[main] Update dependencies from dotnet/winforms
- Coherency Updates:
  - System.Reflection.MetadataLoadContext: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - System.Windows.Extensions: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - Microsoft.NETCore.Platforms: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - System.Resources.Extensions: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - System.Runtime.Serialization.Formatters: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - Microsoft.NETCore.App.Ref: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - Microsoft.NETCore.App.Runtime.win-x64: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - VS.Redist.Common.NetCore.SharedFramework.x64.10.0: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - Microsoft.Win32.Registry.AccessControl: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - Microsoft.Win32.SystemEvents: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - System.CodeDom: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - System.ComponentModel.Composition: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - System.Configuration.ConfigurationManager: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - System.Data.Odbc: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - System.Data.OleDb: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - System.Diagnostics.EventLog: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - System.Diagnostics.PerformanceCounter: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - System.DirectoryServices.AccountManagement: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - System.DirectoryServices.Protocols: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - System.DirectoryServices: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - System.Formats.Nrbf: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - System.IO.Packaging: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - System.IO.Ports: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - System.Management: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - System.Reflection.Context: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - System.Runtime.Caching: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - System.Security.Cryptography.Pkcs: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - System.Security.Cryptography.ProtectedData: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - System.Security.Cryptography.Xml: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - System.Security.Permissions: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - System.ServiceModel.Syndication: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - System.ServiceProcess.ServiceController: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - System.Speech: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - System.Text.Encoding.CodePages: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - System.Threading.AccessControl: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
  - System.ComponentModel.Composition.Registration: from 10.0.0-alpha.1.24526.1 to 10.0.0-alpha.1.24528.7 (parent: Microsoft.Private.Winforms)
2024-10-30 09:20:03 +00:00
dotnet-maestro[bot] 86ef9ee8e3
[main] Update dependencies from dotnet/arcade (#9997)
[main] Update dependencies from dotnet/arcade
2024-10-28 05:20:37 +00:00
dotnet-maestro[bot] de09811929
[main] Update dependencies from dotnet/winforms (#10001)
* Update dependencies from https://github.com/dotnet/winforms build 20241025.4

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24524.3 -> To Version 10.0.0-alpha.1.24525.4

Dependency coherency updates

System.Reflection.MetadataLoadContext,System.Windows.Extensions,Microsoft.NETCore.Platforms,System.Resources.Extensions,System.Runtime.Serialization.Formatters,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,VS.Redist.Common.NetCore.SharedFramework.x64.10.0,Microsoft.Win32.Registry.AccessControl,Microsoft.Win32.SystemEvents,System.CodeDom,System.ComponentModel.Composition,System.Configuration.ConfigurationManager,System.Data.Odbc,System.Data.OleDb,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices.AccountManagement,System.DirectoryServices.Protocols,System.DirectoryServices,System.Formats.Nrbf,System.IO.Packaging,System.IO.Ports,System.Management,System.Reflection.Context,System.Runtime.Caching,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.Threading.AccessControl,System.ComponentModel.Composition.Registration
 From Version 10.0.0-alpha.1.24523.5 -> To Version 10.0.0-alpha.1.24524.7 (parent: Microsoft.Private.Winforms

* Update dependencies from https://github.com/dotnet/winforms build 20241026.1

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24524.3 -> To Version 10.0.0-alpha.1.24526.1

Dependency coherency updates

System.Reflection.MetadataLoadContext,System.Windows.Extensions,Microsoft.NETCore.Platforms,System.Resources.Extensions,System.Runtime.Serialization.Formatters,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,VS.Redist.Common.NetCore.SharedFramework.x64.10.0,Microsoft.Win32.Registry.AccessControl,Microsoft.Win32.SystemEvents,System.CodeDom,System.ComponentModel.Composition,System.Configuration.ConfigurationManager,System.Data.Odbc,System.Data.OleDb,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices.AccountManagement,System.DirectoryServices.Protocols,System.DirectoryServices,System.Formats.Nrbf,System.IO.Packaging,System.IO.Ports,System.Management,System.Reflection.Context,System.Runtime.Caching,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.Threading.AccessControl,System.ComponentModel.Composition.Registration
 From Version 10.0.0-alpha.1.24523.5 -> To Version 10.0.0-alpha.1.24526.1 (parent: Microsoft.Private.Winforms

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-10-28 10:48:19 +05:30
dotnet-maestro[bot] 6c96913d69
[main] Update dependencies from dotnet/arcade (#9986)
* Update dependencies from https://github.com/dotnet/arcade build 20241022.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24515.3 -> To Version 10.0.0-beta.24522.1

* Update dependencies from https://github.com/dotnet/arcade build 20241023.2

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24522.1 -> To Version 10.0.0-beta.24523.2

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-10-25 10:51:34 +05:30
dotnet-maestro[bot] 23e87a35e9
[main] Update dependencies from dotnet/winforms (#9985)
* Update dependencies from https://github.com/dotnet/winforms build 20241022.4

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24522.2 -> To Version 10.0.0-alpha.1.24522.4

* Update dependencies from https://github.com/dotnet/winforms build 20241023.7

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24522.4 -> To Version 10.0.0-alpha.1.24523.7

Dependency coherency updates

System.Reflection.MetadataLoadContext,System.Windows.Extensions,Microsoft.NETCore.Platforms,System.Resources.Extensions,System.Runtime.Serialization.Formatters,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,VS.Redist.Common.NetCore.SharedFramework.x64.10.0,Microsoft.Win32.Registry.AccessControl,Microsoft.Win32.SystemEvents,System.CodeDom,System.ComponentModel.Composition,System.Configuration.ConfigurationManager,System.Data.Odbc,System.Data.OleDb,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices.AccountManagement,System.DirectoryServices.Protocols,System.DirectoryServices,System.Formats.Nrbf,System.IO.Packaging,System.IO.Ports,System.Management,System.Reflection.Context,System.Runtime.Caching,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.Threading.AccessControl,System.ComponentModel.Composition.Registration
 From Version 10.0.0-alpha.1.24521.2 -> To Version 10.0.0-alpha.1.24523.1 (parent: Microsoft.Private.Winforms

* Update dependencies from https://github.com/dotnet/winforms build 20241024.3

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24523.7 -> To Version 10.0.0-alpha.1.24524.3

Dependency coherency updates

System.Reflection.MetadataLoadContext,System.Windows.Extensions,Microsoft.NETCore.Platforms,System.Resources.Extensions,System.Runtime.Serialization.Formatters,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,VS.Redist.Common.NetCore.SharedFramework.x64.10.0,Microsoft.Win32.Registry.AccessControl,Microsoft.Win32.SystemEvents,System.CodeDom,System.ComponentModel.Composition,System.Configuration.ConfigurationManager,System.Data.Odbc,System.Data.OleDb,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices.AccountManagement,System.DirectoryServices.Protocols,System.DirectoryServices,System.Formats.Nrbf,System.IO.Packaging,System.IO.Ports,System.Management,System.Reflection.Context,System.Runtime.Caching,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.Threading.AccessControl,System.ComponentModel.Composition.Registration
 From Version 10.0.0-alpha.1.24523.1 -> To Version 10.0.0-alpha.1.24523.5 (parent: Microsoft.Private.Winforms

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-10-25 10:51:07 +05:30
h3xds1nz cbbd92cde6
Remove AssemblyFilter dead code as APTCA is not supported (#9863) 2024-10-24 14:29:12 +05:30
dotnet-maestro[bot] e16222f888
[main] Update dependencies from dotnet/winforms (#9979)
* Update dependencies from https://github.com/dotnet/winforms build 20241021.2

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24520.1 -> To Version 10.0.0-alpha.1.24521.2

* Update dependencies from https://github.com/dotnet/winforms build 20241021.4

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24521.2 -> To Version 10.0.0-alpha.1.24521.4

* Update dependencies from https://github.com/dotnet/winforms build 20241022.2

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24521.4 -> To Version 10.0.0-alpha.1.24522.2

Dependency coherency updates

System.Reflection.MetadataLoadContext,System.Windows.Extensions,Microsoft.NETCore.Platforms,System.Resources.Extensions,System.Runtime.Serialization.Formatters,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,VS.Redist.Common.NetCore.SharedFramework.x64.10.0,Microsoft.Win32.Registry.AccessControl,Microsoft.Win32.SystemEvents,System.CodeDom,System.ComponentModel.Composition,System.Configuration.ConfigurationManager,System.Data.Odbc,System.Data.OleDb,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices.AccountManagement,System.DirectoryServices.Protocols,System.DirectoryServices,System.Formats.Nrbf,System.IO.Packaging,System.IO.Ports,System.Management,System.Reflection.Context,System.Runtime.Caching,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.Threading.AccessControl,System.ComponentModel.Composition.Registration
 From Version 10.0.0-alpha.1.24519.3 -> To Version 10.0.0-alpha.1.24521.2 (parent: Microsoft.Private.Winforms

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-10-23 10:51:22 +05:30
h3xds1nz 13c81c7954
Remove TimelineEnumerator/TimelineTreeEnumerator dead code (#9858) 2024-10-21 18:37:44 +05:30
h3xds1nz 4f274d5d47
Remove GenericEnumerator class as it is obsolete/unused (#9862) 2024-10-21 16:30:17 +05:30
dotnet-maestro[bot] 034e407ebd
[main] Update dependencies from dotnet/winforms (#9976)
* Update dependencies from https://github.com/dotnet/winforms build 20241018.3

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24517.1 -> To Version 10.0.0-alpha.1.24518.3

* Update dependencies from https://github.com/dotnet/winforms build 20241018.5

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24518.3 -> To Version 10.0.0-alpha.1.24518.5

Dependency coherency updates

System.Reflection.MetadataLoadContext,System.Windows.Extensions,Microsoft.NETCore.Platforms,System.Resources.Extensions,System.Runtime.Serialization.Formatters,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,VS.Redist.Common.NetCore.SharedFramework.x64.10.0,Microsoft.Win32.Registry.AccessControl,Microsoft.Win32.SystemEvents,System.CodeDom,System.ComponentModel.Composition,System.Configuration.ConfigurationManager,System.Data.Odbc,System.Data.OleDb,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices.AccountManagement,System.DirectoryServices.Protocols,System.DirectoryServices,System.Formats.Nrbf,System.IO.Packaging,System.IO.Ports,System.Management,System.Reflection.Context,System.Runtime.Caching,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.Threading.AccessControl,System.ComponentModel.Composition.Registration
 From Version 10.0.0-alpha.1.24516.13 -> To Version 10.0.0-alpha.1.24517.1 (parent: Microsoft.Private.Winforms

* Update dependencies from https://github.com/dotnet/winforms build 20241020.1

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24518.5 -> To Version 10.0.0-alpha.1.24520.1

Dependency coherency updates

System.Reflection.MetadataLoadContext,System.Windows.Extensions,Microsoft.NETCore.Platforms,System.Resources.Extensions,System.Runtime.Serialization.Formatters,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,VS.Redist.Common.NetCore.SharedFramework.x64.10.0,Microsoft.Win32.Registry.AccessControl,Microsoft.Win32.SystemEvents,System.CodeDom,System.ComponentModel.Composition,System.Configuration.ConfigurationManager,System.Data.Odbc,System.Data.OleDb,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices.AccountManagement,System.DirectoryServices.Protocols,System.DirectoryServices,System.Formats.Nrbf,System.IO.Packaging,System.IO.Ports,System.Management,System.Reflection.Context,System.Runtime.Caching,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.Threading.AccessControl,System.ComponentModel.Composition.Registration
 From Version 10.0.0-alpha.1.24517.1 -> To Version 10.0.0-alpha.1.24519.3 (parent: Microsoft.Private.Winforms

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-10-21 14:23:30 +05:30
h3xds1nz e733ef2640
Remove Marshalling code during Color Translation, reduce allocations (#9330)
* replace heap allocs with stackallocs, get rid of unnecessary marshalling code

* use Span<float> in the call chain and stackalloc small temp arrays of 3 floats

* improve codegen/performance further (not included in benchmark)

* remove redundant array initializations to zero
2024-10-19 19:16:44 +05:30
h3xds1nz b340d5cb43
Replace ArrayList with List<GlyphRun> in PtsHost for performance/code quality (#9870)
* Reaplce ArrayList with List<GlyphRun> for performance

* Use pattern-matching in AddGlyphRunRecursive
2024-10-19 19:13:26 +05:30
h3xds1nz bc5e56c1d2
Remove RunClassConstructor proxy from SecurityHelper (#9893) 2024-10-19 19:08:32 +05:30
h3xds1nz fc61e57ca9
Remove obsolete FxCop warning suppressions (#9903)
* Remove CA2122 suppressions

* Remove CA2111 suppressions

* Remove CA1009 suppressions (CA1003 does this)

* Remove CA1400 suppressions

* Remove CA1702 suppressions

* Remove CA1804 suppressions

* Remove CA1811 suppressions (replaced by IDE0051/UDE0052)

* Remove CA1901 suppressions

* Remove CA2102 (CLR wraps this)

* Remove CA2104 suppressions (no replacement)

* Remove CA2210 suppressions
2024-10-19 18:57:53 +05:30
dotnet-maestro[bot] 8277d582b6
[main] Update dependencies from dotnet/winforms (#9972)
* Update dependencies from https://github.com/dotnet/winforms build 20241016.5

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24515.12 -> To Version 10.0.0-alpha.1.24516.5

Dependency coherency updates

System.Reflection.MetadataLoadContext,System.Windows.Extensions,Microsoft.NETCore.Platforms,System.Resources.Extensions,System.Runtime.Serialization.Formatters,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,VS.Redist.Common.NetCore.SharedFramework.x64.10.0,Microsoft.Win32.Registry.AccessControl,Microsoft.Win32.SystemEvents,System.CodeDom,System.ComponentModel.Composition,System.Configuration.ConfigurationManager,System.Data.Odbc,System.Data.OleDb,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices.AccountManagement,System.DirectoryServices.Protocols,System.DirectoryServices,System.Formats.Nrbf,System.IO.Packaging,System.IO.Ports,System.Management,System.Reflection.Context,System.Runtime.Caching,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.Threading.AccessControl,System.ComponentModel.Composition.Registration
 From Version 10.0.0-alpha.1.24514.25 -> To Version 10.0.0-alpha.1.24515.17 (parent: Microsoft.Private.Winforms

* Update dependencies from https://github.com/dotnet/winforms build 20241017.1

Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common
 From Version 10.0.0-alpha.1.24516.5 -> To Version 10.0.0-alpha.1.24517.1

Dependency coherency updates

System.Reflection.MetadataLoadContext,System.Windows.Extensions,Microsoft.NETCore.Platforms,System.Resources.Extensions,System.Runtime.Serialization.Formatters,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,VS.Redist.Common.NetCore.SharedFramework.x64.10.0,Microsoft.Win32.Registry.AccessControl,Microsoft.Win32.SystemEvents,System.CodeDom,System.ComponentModel.Composition,System.Configuration.ConfigurationManager,System.Data.Odbc,System.Data.OleDb,System.Diagnostics.EventLog,System.Diagnostics.PerformanceCounter,System.DirectoryServices.AccountManagement,System.DirectoryServices.Protocols,System.DirectoryServices,System.Formats.Nrbf,System.IO.Packaging,System.IO.Ports,System.Management,System.Reflection.Context,System.Runtime.Caching,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.Threading.AccessControl,System.ComponentModel.Composition.Registration
 From Version 10.0.0-alpha.1.24515.17 -> To Version 10.0.0-alpha.1.24516.13 (parent: Microsoft.Private.Winforms

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-10-18 10:57:29 +05:30
dotnet-maestro[bot] 798ff53a4f
Update dependencies from https://github.com/dotnet/arcade build 20241015.3 (#9965)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24514.3 -> To Version 10.0.0-beta.24515.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-10-18 10:53:42 +05:30