You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes: #7256
Changes: dotnet/installer@716bd17...f3da421
Changes: dotnet/linker@f09bacf...6252a21
Changes: dotnet/runtime@26a71c6...f52d8c5
Updates:
* Microsoft.Dotnet.Sdk.Internal: from 7.0.100-rc.1.22409.23 to 7.0.100-rc.2.22417.1
* Microsoft.NET.ILLink.Tasks: from 7.0.100-1.22377.1 to 7.0.100-1.22415.4
* Microsoft.NETCore.App.Ref: from 7.0.0-rc.1.22403.8 to 7.0.0-rc.1.22411.12
~~ Other Changes ~~
* Revert `export DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER=true`, as the
original issue is fixed.
* [illink] enable serialization discovery for the linker
Context: dotnet/linker#2929
Context: https://github.com/dotnet/linker/blob/6e8e139a484f74c524c821c7a4a08287d77257a4/src/ILLink.Tasks/build/Microsoft.NET.ILLink.targets#L227-L229Fixes: #7256
Serialization heuristics in the .NET 7 linker is now opt-in.
We now need to pass a new flag to the linker by default:
<_ExtraTrimmerArgs>--enable-serialization-discovery $(_ExtraTrimmerArgs)</_ExtraTrimmerArgs>
* Update `.apkdesc` files for the new `marshal-ilgen` Mono component
* [tests] ignore `WarnAboutAppDomains(true)`
Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
Copy file name to clipboardExpand all lines: src/Xamarin.Android.Build.Tasks/Tests/Xamarin.ProjectTools/Resources/Base/BuildReleaseArm64SimpleDotNet.apkdesc
Copy file name to clipboardExpand all lines: src/Xamarin.Android.Build.Tasks/Tests/Xamarin.ProjectTools/Resources/Base/BuildReleaseArm64XFormsDotNet.apkdesc
0 commit comments