* [VMR] Codeflow c0ca2c2-c0ca2c2
[[ commit created by automation ]]
* Update dependencies from https://github.com/dotnet/dotnet build 267310
* Fix CA2251 in LibraryBuilder.cs
* Fix CA2251 in Information.vb and Strings.vb
* Suppress CA2025
* Fix CA2251 in Versioned.vb
* Suppress CA2025 in WasiHttpHandler.cs
* Disable CA2025 in tests, there are too many hits
* Suppress more CA2025
* [VMR] Codeflow 3d07a1b-954d615
[[ commit created by automation ]]
* Update dependencies from https://github.com/dotnet/dotnet build 267468
---------
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
* Enable using the new generator attributes before the new API shapes are approved
* Disable the diagnostic that verifies that a marshaller type has the v1 attribute.
* Convert some custom type marshallers to the v2 design.
Convert as many of the marshallers as possible to their correct representation with the currently implemented feature set.
This PR does not convert marshallers that can be represented with the new design but need more features to be accurately represented.
* Transfer assets from Cross OS DAC builds into a pipeline container
* Preserve additional properties in subsets' projects
* Add packaging projects for Cross OS Dac assets
* Pipeline change to package, sign, and publish the cross OS DAC
* Fix argument exception warnings on runtime
* Apply feedback
* Addressing feedback and test fix
* Fix test failures
* Fix tests for NetFx run
* Fix suppressed warning for socket.SendAsyn(e) and fix corresponding tests
* Applied feedback