Matt Ellis
Matt Ellis
Oh that's interesting, thanks @fdegryse. I'm not quite clear what happens in this case, though. Does it just silently ignore runtime data that has extra editor data in there?
Merged by TeamCity
Not this particular implementation. It's a large piece of work to be able to index the XML docs from non-project files, and the correct implementation is for Unity to create...
Have a quick pass through the API to see if there are any other attributes that don't have targets
I think this is related to #1930. ReSharper thinks this is a Unity related project, such as from a `.asmdef`. In that case, the project files are generated such that...
Is this using C# 8? Does the project compile correctly (with `if (rb is { })`) in Unity? Order of generated null checks can be specified in the "Null Checking"...
`IStartupLocaleSelector` can be implemented by user code, and used as part of a `[SerializeReference]` field in `LocalizationSettings`. This means the class must be serialisable. If it's not, then the class...
No changes right now. We'll look at this as part of Rider 2021.2
That would be when we stopped shipping the plugin separately and bundled it with Rider. It's very much ongoing 😁 But yes, would be a good idea to update that...
This needs to be implemented as part of the [plugin verifier](https://github.com/JetBrains/intellij-plugin-verifier). See [MP-2387](https://youtrack.jetbrains.com/issue/MP-2387)