Ignacio Roldán Etcheverry
                                            Ignacio Roldán Etcheverry
                                        
                                    This doesn't fix the run configurations not showing up for sdk style projects, right? If so, what's the benefit of doing this?
Is this not working now with dfdea8a7572d7ef7458405a2d41bb98bc0aa2594? If it is working with those commands, I would prefer not to make the plugin autoload.
The problem is getting that to work. Last time I tried I had no success.
@timshannon You're not on Linux, right? Only the launch option worked for me on Linux. I couldn't get attach to work.
@hunterloftis There are a lot of enum constants native names there, which C# shouldn't really touch, so this may not be specific to C#. Can you reproduce this in a...
I'm aware. I was referring to their specific report. Although, since it's probably unrelated to this one, they should open a new issue.
Isn't that already implemented to some extent by #60597?
> Right, so right now it crashes on generating C# glue, because that happens during the `ScriptServer::init_languages()` step. Possibly it's missing some information from the default theme needed for generation....
From what I understand, this looks somewhat similar to how it works in 3.x (although much simpler ofc), where we don't target the android specific target framework, right? What .NET...
> actually trying to publish a project for android with the target framework net6 always fails with an error about the native runtime package being missing, same for arm32 on...