Skip to content
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

Need to warn about bridge-implementation=old #6875

Closed
jonpryor opened this issue Mar 29, 2022 · 1 comment · Fixed by #6883
Closed

Need to warn about bridge-implementation=old #6875

jonpryor opened this issue Mar 29, 2022 · 1 comment · Fixed by #6883
Assignees
Labels
Area: App+Library Build Issues when building Library projects or Application projects.
Milestone

Comments

@jonpryor
Copy link
Member

jonpryor commented Mar 29, 2022

The dotnet/runtime team plans on removing the old GC bridge implementation.

Xamarin.Android & .NET 6 should look for MONO_GC_PARAMS=bridge-implementation=old and warn appropriately that the old GC bridge will be gone with .NET 7.

@jonpryor jonpryor added Area: App+Library Build Issues when building Library projects or Application projects. needs-triage Issues that need to be assigned. labels Mar 29, 2022
@jonathanpeppers jonathanpeppers removed the needs-triage Issues that need to be assigned. label Mar 29, 2022
@jonathanpeppers jonathanpeppers added this to the .NET 6 milestone Mar 29, 2022
@jonathanpeppers
Copy link
Member

Some comments about where to do this here:

https://discord.com/channels/732297728826277939/732297837953679412/958410645634678845

jonpryor added a commit to jonpryor/xamarin-android that referenced this issue Mar 31, 2022
Fixes: xamarin#6875

The dotnet/runtime team would like to remove the
`MONO_GC_BRIDGE=bridge-implementation=old` backend in .NET 7.

Check for usage of `MONO_GC_BRIDGE=bridge-implementation=old`, and
emit an XA2000 warning if found.
jonpryor added a commit to jonpryor/xamarin-android that referenced this issue Mar 31, 2022
Fixes: xamarin#6875

The dotnet/runtime team would like to remove the
`MONO_GC_BRIDGE=bridge-implementation=old` backend in .NET 7.

Check for usage of `MONO_GC_BRIDGE=bridge-implementation=old`, and
emit an XA2000 warning if found.
jonpryor added a commit to jonpryor/xamarin-android that referenced this issue Mar 31, 2022
Fixes: xamarin#6875

The dotnet/runtime team would like to remove the
`MONO_GC_BRIDGE=bridge-implementation=old` backend in .NET 7.

Check for usage of `MONO_GC_BRIDGE=bridge-implementation=old`, and
emit an XA2000 warning if found.
jonpryor added a commit that referenced this issue Apr 1, 2022
…6883)

Fixes: #6875

The dotnet/runtime team would like to remove the
`MONO_GC_BRIDGE=bridge-implementation=old` backend in .NET 7.

Check for usage of `MONO_GC_BRIDGE=bridge-implementation=old`, and
emit an XA2000 warning if found.
jonathanpeppers pushed a commit that referenced this issue Apr 1, 2022
…6883)

Fixes: #6875

The dotnet/runtime team would like to remove the
`MONO_GC_BRIDGE=bridge-implementation=old` backend in .NET 7.

Check for usage of `MONO_GC_BRIDGE=bridge-implementation=old`, and
emit an XA2000 warning if found.
@xamarin xamarin locked as resolved and limited conversation to collaborators Jun 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Area: App+Library Build Issues when building Library projects or Application projects.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants