-
Notifications
You must be signed in to change notification settings - Fork 516
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
[.NET 6] The (dynamic) registrar isn't removed when enabling all the optimizations #10512
Closed
Tracked by
#10249
Labels
dotnet
An issue or pull request related to .NET (6)
dotnet-pri2
.NET 6: want to have for stable release
enhancement
The issue or pull request is an enhancement
estimate-3d
iOS
Issues affecting iOS
Milestone
Comments
rolfbjarne
added
enhancement
The issue or pull request is an enhancement
iOS
Issues affecting iOS
dotnet
An issue or pull request related to .NET (6)
labels
Jan 25, 2021
The dynamic registrar can be removed in some cases, e.g. the |
Looks like a project side issue...
|
spouliot
added a commit
to spouliot/xamarin-macios
that referenced
this issue
May 13, 2021
The registrar removal was fixed recently but the test was still failing. Turns out xharness modify the linker setting for this test (as the linker is required for this optimization) but the newer dotnet csproj did not have an entry (to modify). Fixes xamarin#10512
spouliot
added a commit
that referenced
this issue
May 13, 2021
The registrar removal was fixed recently but the test was still failing. Turns out xharness modify the linker setting for this test (as the linker is required for this optimization) but the newer dotnet csproj did not have an entry (to modify). Fixes #10512 [xharness] Fix monotouch-test build when LinkSdk is used for dotnet projects Skip failing assertion, issue filled
ghost
locked as resolved and limited conversation to collaborators
Apr 29, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
dotnet
An issue or pull request related to .NET (6)
dotnet-pri2
.NET 6: want to have for stable release
enhancement
The issue or pull request is an enhancement
estimate-3d
iOS
Issues affecting iOS
The
MonoTouchFixtures.ObjCRuntime.RegistrarTest.RegistrarRemoval
test fails when all optimizations are enabled.Also see https://github.com/xamarin/maccore/issues/2380.
The text was updated successfully, but these errors were encountered: