Automatically mark all directories in your projects as not a namespace providers.
./gradlew build
Plugin artifact will be written to
build/libs/no-namespace-providers-rider-plugin-<version>.jar
export ORG_GRADLE_PROJECT_intellijPublishToken="..."
./gradlew publishPlugin
Use runIde
gradle task to debug on a Rider instance.
Download latest release jar and load it to your Rider: https://www.jetbrains.com/help/idea/managing-plugins.html#install_plugin_from_disk
The code is a bit hacky. I could not find a proper plugin integration point to implement this behavior.
However, it won't affect performance and should supply good results as long as FS changes are done from within Rider.