Go to file
2025-02-20 12:09:55 +08:00
.idea feat(Action): add readme 2024-08-31 17:53:10 +08:00
.run first commit 2024-08-31 17:08:35 +08:00
build/libs fix: fix version 2025-02-20 12:09:55 +08:00
gradle/wrapper first commit 2024-08-31 17:08:35 +08:00
images docs: add readme 2024-09-02 10:58:05 +08:00
src/main fix: fix title 2024-09-02 11:24:21 +08:00
.gitignore feat(Action): add readme 2024-08-31 17:53:10 +08:00
build.gradle.kts fix: fix version 2025-02-20 12:09:55 +08:00
gradle.properties first commit 2024-08-31 17:08:35 +08:00
gradlew first commit 2024-08-31 17:08:35 +08:00
gradlew.bat first commit 2024-08-31 17:08:35 +08:00
Readme.md 更新 Readme.md 2024-09-02 11:27:11 +08:00
settings.gradle.kts first commit 2024-08-31 17:08:35 +08:00

DidaNuGetExtension Rider Version

Quickstart JetBrains IntelliJ Platform SDK Docs

Install

编译好的插件在 build/libs/DidaNuGetExtension-1.0-SNAPSHOT.jar plugin install

解决方案右键

solution

  • Update Solution References

这个功能会遍历当前解决方案中的所有项目根据项目中的packages.config文件中引用到的Dida的包去服务器上直接copy并覆盖到packages文件夹一般在 D:\dida\packages )。

项目右键

project

  • UpdateReferencesByProjectChain

更新当前项目以及它所依赖的项目的引用,有缓存。

  • ReUpdateReferencesByProjectChain

更新当前项目以及它所依赖的项目的引用,无缓存。

Extension Points

Name Implementation
com.dida.didanugetextension.action.UpdateSolutionReferencesAction UpdateSolutionReferencesAction
com.dida.didanugetextension.action.UpdateReferencesByProjectChainAction UpdateReferencesByProjectChain
com.dida.didanugetextension.action.ReUpdateReferencesByProjectChainAction ReUpdateReferencesByProjectChain

Reference

Reference: Plugin Extension Points in IntelliJ SDK Docs