-
Notifications
You must be signed in to change notification settings - Fork 536
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
Compiler doesn't elaborate environment variable MONO_GC_PARAMS #9701
Comments
This is the default, do you even need to do this? |
i'm experiencing the issue described here https://github.com/dotnet/runtime/issues/106410 [namix.mobileapp] * Assertion at /__w/1/s/src/mono/mono/metadata/sgen-tarjan-bridge.c:1174, condition `xref_count == xref_index' not met, function:processing_build_callback_data, xref_count is 1101 but we added 1096 xrefs |
Maybe @grendello knows a way to escape the
|
It doesn't seem that problem is quoting, rather that the values from the environment file:
are replaced by this code with |
I've tried to check the code in GeneratePackageManagerJava.cs and EnvironmentFilesParser.cs. |
I've tried single and double quoting it and even used $([MSBuild]::Unescape()) with unicode values for special chars, but nothing |
Could that be a concurrency problem? |
Sorry, i was in a bit of a rush yesterday. |
Android framework version
net9.0-android
Affected platform version
.NET 9.0.101
Description
If i write environment variables in a text file and then add it to project with AndroidEnvironment build action i see a couple of problems:
The result is that i cannot set the 'bridge-implementation=new' of the mono garbage collector.
The following are the versions of the tools used:
MacOS 14.6.1
MSBuild version 17.12.12+1cce77968 for .NET
.NET 9.0.101
Android api 35
Steps to Reproduce
Did you find any workaround?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: