-
Notifications
You must be signed in to change notification settings - Fork 347
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
[FR] Stop Requesting Enabling Auto-Resolution for Android Resolver When Already Denied #689
Comments
Any updates on this? The EDM keeps enabling auto-resolution by itself, which is very annoying and blocks development a lot. |
Hey @SCastanedaMunoz, thanks for reaching out. This sounds like a bug, however after disabling auto-resolution, I'm not encountering this behavior when I do any codes with our Unity quickstart. I wonder if there are extra steps to exhibit this behavior. Any chance you could provide a minimal reproducible example so we can speed up the investigation? Thanks! |
Taking a look at the |
Additional info: I rant some of my Unit tests from my project and most of the settings from |
Any updates on this? 👀 |
For the Looking at the logic for the original pop up, it does seem to be setting the correct fields if Disable is selected:
My hope is that maybe the |
Thanks, we will take a look at the |
[READ] Guidelines
When filing a feature request please make sure the issue title starts with "FR:".
A good feature request ideally
includes an API proposal that would make the use case possible. The proposed API
change does not need to be very specific.
Once you've read this section, please delete it and fill out the rest of the template.
Feature proposal
We currently disable auto-resolution for the EDM since it overrides any existing private maven repositories or custom modifications to gradle files. However, when disabling the auto-resolution of dependencies, a popup appears every time we compile/modify code. The popup ask to enable auto resolution, when denying this, nothing happens and the popup appears on the next compilation.
Enabling auto-resolution and disabling it seems to make the pop-up disappear for a while but it does not last long.
The text was updated successfully, but these errors were encountered: