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

Fix YAML reference error and better handle rename #1153

Merged
merged 3 commits into from
Apr 22, 2019
Merged

Conversation

citizenmatt
Copy link
Member

Fixes two issues:

  • RIDER-27053 - unable to rename MonoBehaviour derived class
  • RIDER-27009 - errors reported when referencing scripts or event handlers from read only/referenced packages. Note that this "fix" simply disables the error being reported. We need to better handle this in the future, but that will be tricky as the backend doesn't know about where these package files are (Library/PackageCache) and can't easily map back from an asset guid to a classname.

@citizenmatt citizenmatt added this to the Rider 2019.1 milestone Apr 22, 2019
@citizenmatt citizenmatt self-assigned this Apr 22, 2019
(Added in missing line, too)
@citizenmatt citizenmatt merged commit 8d4310c into 191 Apr 22, 2019
@citizenmatt citizenmatt deleted the bug/yaml-references branch April 22, 2019 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant