repo stringlengths 5 53 | pr_number int32 1 321k | task_type stringclasses 2
values | issue_text stringlengths 0 81.2k | pr_title stringlengths 1 319 | pr_body stringlengths 0 105k | base_sha stringlengths 40 40 | head_sha stringlengths 40 40 | gold_diff stringlengths 0 202M | changed_files listlengths 0 100 | review_threads listlengths 0 100 | test_patch stringlengths 0 23.4M | merged bool 1
class |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
JeffLi1993/springboot-learning-example | 78 | issue_to_patch | CityHandler.deleteCity方法BUG修复 | 经调试原来的写法没有触发删除操作,google了后找到了原因https://codereview.stackexchange.com/questions/159139/is-my-implementation-of-a-simple-crud-service-with-spring-webflux-correct?newreg=1a32cc7694a245aab8f12e06f30238a6,
你看下是否正确。 | a759a8f6cada1f74fc7e2b115d1dbf4e4056bfbe | d7a64966489dd43aa29e306d7b686b5bbe5b029d | diff --git a/springboot-webflux-3-mongodb/src/main/java/org/spring/springboot/handler/CityHandler.java b/springboot-webflux-3-mongodb/src/main/java/org/spring/springboot/handler/CityHandler.java
index 096ceb80..f52f7cfd 100644
--- a/springboot-webflux-3-mongodb/src/main/java/org/spring/springboot/handler/CityHandler.ja... | [
"springboot-webflux-3-mongodb/src/main/java/org/spring/springboot/handler/CityHandler.java"
] | [] | true | ||
JeffLi1993/springboot-learning-example | 76 | issue_to_patch | 完善章节4单元测试 | 
| 6473f8951f165e0411551a78f020f849a5d469ee | b107d49da325dc4e5799d60bbeacb0522042f822 | diff --git a/chapter-4-spring-boot-validating-form-input/pom.xml b/chapter-4-spring-boot-validating-form-input/pom.xml
index 2c634719..ef6e6230 100644
--- a/chapter-4-spring-boot-validating-form-input/pom.xml
+++ b/chapter-4-spring-boot-validating-form-input/pom.xml
@@ -54,7 +54,6 @@
<dependency>
... | [
"chapter-4-spring-boot-validating-form-input/pom.xml",
"chapter-4-spring-boot-validating-form-input/src/main/java/spring/boot/core/ValidatingFormInputApplication.java",
"chapter-4-spring-boot-validating-form-input/src/main/java/spring/boot/core/domain/User.java",
"chapter-4-spring-boot-validating-form-input/s... | [] | diff --git a/chapter-4-spring-boot-validating-form-input/src/test/java/spring/boot/core/web/UserControllerTest.java b/chapter-4-spring-boot-validating-form-input/src/test/java/spring/boot/core/web/UserControllerTest.java
new file mode 100644
index 00000000..08e9af7e
--- /dev/null
+++ b/chapter-4-spring-boot-validating-... | true | |
JeffLi1993/springboot-learning-example | 75 | issue_to_patch | 完善章节3单元测试 | 
| 95c76fabfdc227deebe0198539bc9a398f824b79 | 5b902de8c1d7f5fc00e5b9b06685e9f3732d835b | diff --git a/chapter-3-spring-boot-web/src/main/java/demo/springboot/domain/Book.java b/chapter-3-spring-boot-web/src/main/java/demo/springboot/domain/Book.java
index 29dda95a..3102a87b 100644
--- a/chapter-3-spring-boot-web/src/main/java/demo/springboot/domain/Book.java
+++ b/chapter-3-spring-boot-web/src/main/java/de... | [
"chapter-3-spring-boot-web/src/main/java/demo/springboot/domain/Book.java",
"chapter-3-spring-boot-web/src/main/java/demo/springboot/service/BookService.java",
"chapter-3-spring-boot-web/src/main/java/demo/springboot/service/impl/BookServiceImpl.java",
"chapter-3-spring-boot-web/src/main/java/demo/springboot/... | [] | diff --git a/chapter-3-spring-boot-web/src/test/java/demo/springboot/web/BookControllerTest.java b/chapter-3-spring-boot-web/src/test/java/demo/springboot/web/BookControllerTest.java
new file mode 100644
index 00000000..2344ee1d
--- /dev/null
+++ b/chapter-3-spring-boot-web/src/test/java/demo/springboot/web/BookControl... | true | |
JeffLi1993/springboot-learning-example | 72 | issue_to_patch | mybatis支持升级 | 弃用parameterMap 改为parameterType | ea8b763cc10909a1170d2180f30844f61ad8de2e | 7b80306bf8e2781f7536183df0dc0262daaeeaa7 | diff --git a/springboot-freemarker/src/main/resources/application.properties b/springboot-freemarker/src/main/resources/application.properties
index 48f9adbe..ee82891d 100644
--- a/springboot-freemarker/src/main/resources/application.properties
+++ b/springboot-freemarker/src/main/resources/application.properties
@@ -1... | [
"springboot-freemarker/src/main/resources/application.properties",
"springboot-freemarker/src/main/resources/mapper/CityMapper.xml",
"springboot-mybatis-mutil-datasource/src/main/resources/mapper/cluster/CityMapper.xml",
"springboot-mybatis-mutil-datasource/src/main/resources/mapper/master/UserMapper.xml",
... | [] | true | ||
JeffLi1993/springboot-learning-example | 73 | issue_to_patch | 完善SpringBoot Hello World 单元测试 | 完善 chapter-1-spring-boot-quickstart 子项目单元测试 | ea8b763cc10909a1170d2180f30844f61ad8de2e | cd6fa32da8838b75f91526a6b26a0c08c17fd1f8 | diff --git a/chapter-1-spring-boot-quickstart/src/main/resources/application.properties b/chapter-1-spring-boot-quickstart/src/main/resources/application.properties
index e69de29b..aba2a536 100644
--- a/chapter-1-spring-boot-quickstart/src/main/resources/application.properties
+++ b/chapter-1-spring-boot-quickstart/src... | [
"chapter-1-spring-boot-quickstart/src/main/resources/application.properties",
"chapter-1-spring-boot-quickstart/src/test/java/demo/springboot/QuickStartApplicationTests.java",
"chapter-1-spring-boot-quickstart/src/test/resources/application.properties"
] | [] | diff --git a/chapter-1-spring-boot-quickstart/src/test/java/demo/springboot/QuickStartApplicationTests.java b/chapter-1-spring-boot-quickstart/src/test/java/demo/springboot/QuickStartApplicationTests.java
index 5220ed5c..124f83be 100644
--- a/chapter-1-spring-boot-quickstart/src/test/java/demo/springboot/QuickStartAppl... | true | |
JeffLi1993/springboot-learning-example | 6 | issue_to_patch | Add springboot for mybatis annotation | Spring-boot advocate 0 xml configuration - support annotation for mybatis. | ecc8d62d8f7a2d9c6c623155b301779e6e604e09 | 7a717d3c0dd87a0693c030856b91948d239ca7f0 | diff --git a/.gitignore b/.gitignore
index 32858aad..8a8754e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,29 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
+
+
+target/
+!.mvn/wrapper/maven-wrapper.jar
+
+### STS ###
+.apt_generated
+.classpath
+.fa... | [
".gitignore",
"springboot-mybatis-annotation/.gitignore",
"springboot-mybatis-annotation/.mvn/wrapper/maven-wrapper.jar",
"springboot-mybatis-annotation/.mvn/wrapper/maven-wrapper.properties",
"springboot-mybatis-annotation/pom.xml",
"springboot-mybatis-annotation/src/main/java/org/spring/springboot/Appli... | [] | true | ||
JeffreySu/WeiXinMPSDK | 3,301 | issue_to_patch | 支持“微信 AI 能力”,增加 Skill,更新小程序示例源码 | 07440a36ca4f8750c288e1a131fde364c880a108 | 6c84bccf9a484ec2487e1f96347813c5b501d7ae | diff --git a/.gitignore b/.gitignore
index 90ffd52d2d..ac4d034a72 100644
--- a/.gitignore
+++ b/.gitignore
@@ -78,3 +78,4 @@ tools/WeixinBrowserPlugin/release/*
/tools/WeixinDev/weixindev-*.vsix
/.cursor
/Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/App_Data/ApiDocXml
+src/Senparc.Weixin.WxOpen/src/Senparc.Weix... | [
".gitignore",
"Samples/WxOpen/Senparc.Weixin.WxOpen.AppDemo/pages/index/index.js",
"src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen.AppDemo/app.json",
"src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen.AppDemo/cli-agent-run/execute-result.performLogin.json",
"src/Senparc.Weixin.WxOpen/src/Senparc.Weix... | [] | true | |||
JeffreySu/WeiXinMPSDK | 3,300 | issue_to_patch | Work v3.31.0 feat: 添加日历 API 接口;完善日程接口,新增添加日程参与者、按日历获取日程、取消日程等接口 / PR #3300 / Issue #3298 感谢 @Chenfan0821 @JaneConan | 5be8c3c4b0478c082e83df62e572ea85156c1184 | cb782003999ceff41bb485a8f093263b0dcf8a29 | diff --git a/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj b/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj
index 0b85d0e424..aae38664e0 100644
--- a/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj
+++ b/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj
@@ -3,7 +3,7 @@
<TargetFramework... | [
"src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj",
"src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Calendar/CalendarApi.cs",
"src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Calendar/CalendarJson/AddCalendarJsonResult.cs",
"src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Cal... | [] | true | |||
JeffreySu/WeiXinMPSDK | 3,299 | issue_to_patch | feat(work): 补全 OA Calendar 模块并同步 Schedule 接口字段与能力 | 当前 `Senparc.Weixin.Work` 缺失企业微信 OA `Calendar` 模块,且 `Schedule` 的部分请求参数与官方接口存在差异,导致日历/日程能力无法完整对接。
本变更补齐 Calendar API、补充 Schedule 缺失接口,并同步新增字段以对齐当前企业微信文档。
- **Calendar API 补全(新增模块)**
- 新增 `AdvancedAPIs/Calendar/CalendarApi.cs`
- 提供同步/异步接口:`add`、`update`、`get`、`del`
- 新增对应模型:
- `CalendarJson/Calendar.cs`
-... | 6143bcdfdac4e658e7e9537cdd267bebb89336e4 | 95439d5b26b90725eb5fb2c826b2463ae1cb0f87 | diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Calendar/CalendarApi.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Calendar/CalendarApi.cs
new file mode 100644
index 0000000000..3b376974e0
--- /dev/null
+++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Calendar/Calenda... | [
"src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Calendar/CalendarApi.cs",
"src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Calendar/CalendarJson/AddCalendarJsonResult.cs",
"src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Calendar/CalendarJson/Calendar.cs",
"src/Senparc.Weixin.Work/... | [] | true | ||
JeffreySu/WeiXinMPSDK | 3,296 | issue_to_patch | Developer | 64a5366af0eb84cee6d39b2eca63bc2b9b0a1ab7 | 6143bcdfdac4e658e7e9537cdd267bebb89336e4 | diff --git a/Samples/TenPayV3/Senparc.Weixin.Sample.TenPayV3/Controllers/TenPayApiV3Controller.cs b/Samples/TenPayV3/Senparc.Weixin.Sample.TenPayV3/Controllers/TenPayApiV3Controller.cs
index ceb3591b7a..659c876fba 100644
--- a/Samples/TenPayV3/Senparc.Weixin.Sample.TenPayV3/Controllers/TenPayApiV3Controller.cs
+++ b/Sa... | [
"Samples/TenPayV3/Senparc.Weixin.Sample.TenPayV3/Controllers/TenPayApiV3Controller.cs",
"Samples/WxOpen/Senparc.Weixin.Sample.WxOpen/Controllers/WxOpenController.cs",
"src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj",
"src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAP... | [] | true | |||
JeffreySu/WeiXinMPSDK | 3,294 | issue_to_patch | vpay signature 虚拟支付 | 小程序虚拟支付部分接口增加signature参数 增加扩展方法GeneratePaySign GenerateSignture
accessToken更换为:WxOpenApiHandlerWapper.TryCommonApiAsync(async accessToken
增加部分新的接口 | 707b05ab47b4403bebb8ae22e8ae5b9751e77583 | c6e8121a1d3cb9e60e49f7ac2403ad90660872fe | diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/XPay/XPayApi.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/XPay/XPayApi.cs
index 2f0f3b3fc7..9a4831811e 100644
--- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senpa... | [
"src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/XPay/XPayApi.cs",
"src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/XPay/XPayJson/CancelCurrencyPayRequestData.cs",
"src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.Wx... | [] | true | ||
JeffreySu/WeiXinMPSDK | 3,290 | issue_to_patch | chore: update Azure Pipelines configuration for improved CI/CD process | - Changed the agent pool to 'SenparcOpenSource' for faster builds.
- Added caching for NuGet packages and tools to reduce installation time.
- Updated .NET SDK versions to include 10.0.x and improved verification steps.
- Enhanced NuGet restore task for .NET Framework compatibility.
- Implemented a PowerShell scrip... | f2d71397caa86304cb5bde177cd57db0643d24e7 | 707b05ab47b4403bebb8ae22e8ae5b9751e77583 | diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 52db0365ce..5f49dc3c18 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -4,73 +4,288 @@
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
trigger:
-- master
+ - master
+# 🎯 使用自托管代理池,加快 CI/CD 速度(与 Senparc.AI / NcfPa... | [
"azure-pipelines.yml"
] | [] | true | ||
JeffreySu/WeiXinMPSDK | 3,289 | issue_to_patch | Developer | 4a51f6ca1d3ae6c79bd9f71b5daef877f77ba962 | 2d0d4cf595e3d60645953f2b1722621ebbda3681 | diff --git a/docs/NET9_CERTIFICATE_COMPATIBILITY.md b/docs/NET9_CERTIFICATE_COMPATIBILITY.md
new file mode 100644
index 0000000000..22a8a5efc9
--- /dev/null
+++ b/docs/NET9_CERTIFICATE_COMPATIBILITY.md
@@ -0,0 +1,269 @@
+# .NET 9.0 证书兼容性说明 / .NET 9.0 Certificate Compatibility Guide
+
+## 中文版本
+
+### 问题描述
+
+在升级到 .NET 9... | [
"docs/NET9_CERTIFICATE_COMPATIBILITY.md",
"src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/RedPackApi/RedPackApi.Via.cs",
"src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/RedPackApi/RedPackApi.cs",
"src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/RedPackApi/ShakeRedPackA... | [] | true | |||
JeffreySu/WeiXinMPSDK | 3,233 | issue_to_patch | feat: Add KF_MSG_OR_EVENT callback event support for WeChat customer service | - [x] Add `KF_MSG_OR_EVENT` enum value to `Event` enum in `Enums.cs`
- [x] Create `RequestMessageEvent_Kf_Msg_Or_Event.cs` entity class for the new event type
- [x] Add case handling in `DefaultWorkMessageContext.cs` for `KF_MSG_OR_EVENT`
- [x] Add event handler methods in `WorkMessageHandler.cs` for synchronous handli... | 956c858ec935a3487a9781c23fa757d5b1b00865 | 62d6edc8f25ed6ee388014322b3435b4ef8e2d15 | diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/RequestMessageFactoryTest.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/RequestMessageFactoryTest.cs
index fe5f2cc3d7..2f1c6fbbbd 100644
--- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/RequestMessageFactoryTest.cs
+++ b/src/Senparc.Weixin.Work... | [
"src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/RequestMessageFactoryTest.cs",
"src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Kf_Msg_Or_Event.cs",
"src/Senparc.Weixin.Work/Senparc.Weixin.Work/Enums.cs",
"src/Senparc.Weixin.Work/Senparc.Weixin.Work/MessageContext/Defa... | [] | true | ||
JeffreySu/WeiXinMPSDK | 3,263 | issue_to_patch | Update URL Link API for WeChat's latest URLLINK interface changes | ## 更新微信小程序 URL Link API 接口
### 任务清单
- [x] 探索代码库,理解当前实现
- [x] 研究微信API更新模式和可能的变更
- [x] 根据微信最新API文档更新请求参数模型
- [x] 添加 Generate_SafetyNotice 类(安全提示配置参数)
- [x] 保持 Generate_CloudBase 类不变
- [x] 更新响应模型 GenerateResultJson
- [x] 添加 warn_icon 字段(警告图标URL)
- [x] 添加 entrance_url 字段(入口跟踪URL)
- [x] 添加 entrance_icon 字段(入口图标U... | 28533dd296474cb1b20e3a25a37518823844cb04 | 7234421bd1a6dd2a5fc1f03044d3040b6883b827 | diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Media/MediaApi.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Media/MediaApi.cs
index f991b00c31..854eaa18e4 100644
--- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Media/MediaApi.cs
+++ b/src/Senparc.Weixin.Work/Senparc.... | [
"src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Media/MediaApi.cs",
"src/Senparc.Weixin.Work/Senparc.Weixin.Work/Senparc.Weixin.Work.net10.csproj",
"src/Senparc.Weixin.Work/Senparc.Weixin.Work/Senparc.Weixin.Work.net8.csproj",
"src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen.Tests/AdvancedAPIs/W... | [] | true | ||
JeffreySu/WeiXinMPSDK | 3,270 | issue_to_patch | Fix QA-29836: Add appid and pagepath properties to support mini-program jumps in news messages | - [x] Understand the problem from QA-29836
- [x] Add `appid` and `pagepath` properties to WebhookNews Article class
- [x] Create WorkNewsArticle class extending Senparc.NeuChar.Entities.Article
- [x] Update MassApi.SendNews and SendNewsAsync methods to support mini-program jumps
- [x] Add unit tests for the new functio... | 28533dd296474cb1b20e3a25a37518823844cb04 | ffe8b22037bb58baf8dcb38873ca041e0cd0dc76 | diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/AdvancedAPIs/MassApi/MassApiTests.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/AdvancedAPIs/MassApi/MassApiTests.cs
index d13bf68fa6..f7efec74dc 100644
--- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/AdvancedAPIs/MassApi/MassApiTests.cs
+++ b... | [
"src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/AdvancedAPIs/MassApi/MassApiTests.cs",
"src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Mass/MassApi.cs",
"src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Media/MediaApi.cs",
"src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Webhook/W... | [] | true | ||
JeffreySu/WeiXinMPSDK | 3,260 | issue_to_patch | Fix payment callback body reading issue - bump version to 2.4.0 | ## Issue Resolution
The reported "Unexpected end of request content" error when reading payment callback body has been fixed by bumping the version number from 2.3.2 to 2.4.0. The fix was already implemented in the codebase but the version was never updated, causing users to experience the bug when using published NuG... | 0a0d688532d979babce7257e381cc4e3ff697fa4 | c16f3b1e81e0b35e5f8ef7a51d1e54987c07580d | diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/HttpHandlers/TenPayNotifyHandler.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/HttpHandlers/TenPayNotifyHandler.cs
index a6190f8bf3..4588dc67e6 100644
--- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/HttpHandlers/TenPayNotifyHandler.cs
+++ b... | [
"src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/HttpHandlers/TenPayNotifyHandler.cs",
"src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Senparc.Weixin.TenPayV3.net10.csproj",
"src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Senparc.Weixin.TenPayV3.net8.csproj"
] | [] | true | ||
JeffreySu/WeiXinMPSDK | 3,261 | issue_to_patch | Fix .NET 9.0 SSL certificate loading for TenPayV3 refunds | .NET 9.0 tightened X509Certificate2 validation, breaking TenPayV3 refunds with `X509KeyStorageFlags.MachineKeySet` failing on non-Windows platforms and missing explicit TLS protocol configuration.
## Changes
**Platform-adaptive certificate loading**
- Conditionally apply `MachineKeySet` only on Windows for .NET 9.0+
... | 0a0d688532d979babce7257e381cc4e3ff697fa4 | 92ac45b5e9901368201a180ee2c3ab0eeda86a4c | diff --git a/docs/NET9_CERTIFICATE_COMPATIBILITY.md b/docs/NET9_CERTIFICATE_COMPATIBILITY.md
new file mode 100644
index 0000000000..22a8a5efc9
--- /dev/null
+++ b/docs/NET9_CERTIFICATE_COMPATIBILITY.md
@@ -0,0 +1,269 @@
+# .NET 9.0 证书兼容性说明 / .NET 9.0 Certificate Compatibility Guide
+
+## 中文版本
+
+### 问题描述
+
+在升级到 .NET 9... | [
"docs/NET9_CERTIFICATE_COMPATIBILITY.md",
"src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/RedPackApi/RedPackApi.Via.cs",
"src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/RedPackApi/RedPackApi.cs",
"src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/RedPackApi/ShakeRedPackA... | [] | true | ||
JeffreySu/WeiXinMPSDK | 3,262 | issue_to_patch | 企业微信上传文件的接口是错的,引起媒体文件为空
##### 问题描述
你好,上传文件的接口是错的,media直接传的是文件路径,没有filename、filelength、content-type等
- [x] Senparc.Weixin.Work 版本:
##### 模块对应的 .net 版本
- [ ] .net 3.5
- [ ] .net 4.0
- [ ] .net 4.5+
- [ ] .net standard 2.0 / 2.1
- [ ] .net core 1.x
- [ ] .net core 2.x
- [ ] .net core 3.x
- [ ] .net... | Fix MediaApi file upload dictionary format causing empty media uploads | ## Fix WeChat Work Media Upload File Dictionary Format
### Problem
The file upload methods in `Senparc.Weixin.Work.AdvancedAPIs.Media.MediaApi` were incorrectly using `fileDictionary["media"] = filepath` which passed only the file path without proper metadata (filename, content-type, etc.), causing media files to be e... | a8e8c679c431fb9dbe29184280784b338642a31a | c1f9fa92b58b6c693b196461bdc83eaa19d2a5f1 | diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Media/MediaApi.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Media/MediaApi.cs
index f991b00c31..854eaa18e4 100644
--- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Media/MediaApi.cs
+++ b/src/Senparc.Weixin.Work/Senparc.... | [
"src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Media/MediaApi.cs",
"src/Senparc.Weixin.Work/Senparc.Weixin.Work/Senparc.Weixin.Work.net10.csproj",
"src/Senparc.Weixin.Work/Senparc.Weixin.Work/Senparc.Weixin.Work.net8.csproj"
] | [] | true | |
JeffreySu/WeiXinMPSDK | 3,288 | issue_to_patch | Developer | 60b8d9039e780c9fa14fe1813041cfada1e22c8b | 28533dd296474cb1b20e3a25a37518823844cb04 | diff --git a/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj b/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj
index 88e2e178ac..c1faf46f10 100644
--- a/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj
+++ b/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj
@@ -79,6 +79,7 @@
[2026-03-20] v20... | [
"src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj",
"src/Senparc.Weixin.Open/Senparc.Weixin.Open/Senparc.Weixin.Open.net10.csproj",
"src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Sec/SecJson/AuthData.cs",
"src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Enums.cs"
] | [] | true | |||
JeffreySu/WeiXinMPSDK | 3,287 | issue_to_patch | 增加微信认证审核联系人电话字段 | 824270cca8cf21ab64c2406eb1faaa5d95c93f97 | a38ba12697cbe50425841bd3b38e524105ebd34a | diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Sec/SecJson/AuthData.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Sec/SecJson/AuthData.cs
index b43d2a16b4..d4f7e88d59 100644
--- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Sec/SecJson/AuthData.cs
+++ b/src/Senparc.Weixin.Open/Senpa... | [
"src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Sec/SecJson/AuthData.cs"
] | [] | true | |||
JeffreySu/WeiXinMPSDK | 3,286 | issue_to_patch | Developer | e83ff526a96d0e2ee08def46a61c7281b8ede8db | 66804c33f33249950943ba19d7fb9074bc3d48f9 | diff --git a/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj b/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj
index a1eada7eb8..88e2e178ac 100644
--- a/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj
+++ b/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj
@@ -3,7 +3,7 @@
<TargetFramework... | [
"src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj",
"src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3.Test/Helpers/TenPaySignHelperTests.cs",
"src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Enums.cs",
"src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Helpers/TenPaySignHelper.cs",
"src/Senparc.Wei... | [] | true | |||
JeffreySu/WeiXinMPSDK | 3,285 | issue_to_patch | Developer | bcb4bf4533e9b669958bf10a1e409612aada3d08 | 4013c5f8dd319bcc6518b7c0c955a50059516dfc | diff --git a/Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Controllers/Tools/AiDocController.cs b/Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Controllers/Tools/AiDocController.cs
index 5b2db13471..775baac52d 100644
--- a/Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Controllers/Tools/AiDocController.cs
++... | [
"Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Controllers/Tools/AiDocController.cs"
] | [] | true | |||
JeffreySu/WeiXinMPSDK | 3,284 | issue_to_patch | Align Net10 AiDocController with ModelContextProtocol 1.0 client API | `Senparc.Weixin.Sample.Net10` failed to compile because `AiDocController` referenced MCP client types removed/renamed in newer ModelContextProtocol versions (`SseClientTransport`, `SseClientTransportOptions`, `McpClientFactory`).
This change updates the controller to the current MCP client surface used by the resolve... | 05d4bcc8e332ecb6fd75305f93d91e7249bb5872 | dc863c25509f3fff387dc3359c4282d9dfa44df4 | diff --git a/Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Controllers/Tools/AiDocController.cs b/Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Controllers/Tools/AiDocController.cs
index 5b2db13471..775baac52d 100644
--- a/Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Controllers/Tools/AiDocController.cs
++... | [
"Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Controllers/Tools/AiDocController.cs"
] | [] | true | ||
JeffreySu/WeiXinMPSDK | 3,283 | issue_to_patch | Developer | 33d125fb81dbffc67661ee69542fa76633a163f8 | 05d4bcc8e332ecb6fd75305f93d91e7249bb5872 | diff --git a/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj b/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj
index dcd5be127c..a1eada7eb8 100644
--- a/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj
+++ b/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj
@@ -3,7 +3,7 @@
<TargetFramework... | [
"src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj",
"src/Senparc.Weixin.AspNet/Senparc.Weixin.AspNet.net10.csproj",
"src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentApi.cs",
"src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentJson/FastRegisterEnterpriseWeAppResult.cs",... | [] | true | |||
JeffreySu/WeiXinMPSDK | 3,279 | issue_to_patch | 第三方服务商代注册小程序API接口更新 | 第三方服务商代注册小程序API接口更新
https://open.weixin.qq.com/cgi-bin/announce?action=getannouncement&key=11774527898K6p0w&version=&lang=zh_CN&token=
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Medium Risk**
> Medium risk because it changes public `ComponentApi` method signatures and request payload shapes for registration/verificat... | 7f50adfd3d2b9d069447df603d7dbea236fe6dd6 | d8d9b048dd9c919e2b745b39962b6bc69e60b1bf | diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentApi.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentApi.cs
index 0ab52a4a0f..3e405fd5b2 100644
--- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentApi.cs
+++ b/src/Senparc.Weixin.Open/Senparc.Wei... | [
"src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentApi.cs",
"src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentJson/FastRegisterEnterpriseWeAppResult.cs",
"src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentJson/FastRegisterPersonalWeAppResult.cs",
"src/Senpar... | [
{
"comment": "### Status enum values off by one from API\n\n**High Severity**\n\n<!-- DESCRIPTION START -->\nThe `FastRegisterWeApp_Status` enum assigns `生成任务 = 1`, but the WeChat personal WeApp API documentation defines `status: 0` as \"生成任务\", `status: 1` as \"任务超时\", etc. Every enum value in the 0–14 range i... | true | ||
JeffreySu/WeiXinMPSDK | 3,280 | issue_to_patch | 错别字? | <!-- CURSOR_SUMMARY -->
> [!NOTE]
> **Low Risk**
> Low risk: a sample-only change that updates a thrown exception message string; no functional or data-handling behavior is modified.
>
> **Overview**
> Fixes a typo in the `TenPayApiV3Controller.Index` exception message shown when the OAuth authorization URL cannot be ... | f167337b1ae83e9b7d32eb49e7e82a9a73f932db | 9bbdc678fb1616df7347d710275999bdcf089c13 | diff --git a/Samples/TenPayV3/Senparc.Weixin.Sample.TenPayV3/Controllers/TenPayApiV3Controller.cs b/Samples/TenPayV3/Senparc.Weixin.Sample.TenPayV3/Controllers/TenPayApiV3Controller.cs
index 9d94022ee6..ceb3591b7a 100644
--- a/Samples/TenPayV3/Senparc.Weixin.Sample.TenPayV3/Controllers/TenPayApiV3Controller.cs
+++ b/Sa... | [
"Samples/TenPayV3/Senparc.Weixin.Sample.TenPayV3/Controllers/TenPayApiV3Controller.cs"
] | [] | true | ||
JeffreySu/WeiXinMPSDK | 3,281 | issue_to_patch | 错字 | <!-- CURSOR_SUMMARY -->
> [!NOTE]
> **Low Risk**
> Documentation-only change correcting wording; no code or behavior changes.
>
> **Overview**
> Fixes a typo in `Samples with AI/readme.md`, correcting the description of `StartAIChatAsync()` to say it activates the user conversation *context* (`上下文`) for AI chat.
>
> ... | f167337b1ae83e9b7d32eb49e7e82a9a73f932db | b30d115fde704624f718ff767384ba1eea5801db | diff --git a/Samples with AI/readme.md b/Samples with AI/readme.md
index 4e1d615f23..7029fa1d7b 100644
--- a/Samples with AI/readme.md
+++ b/Samples with AI/readme.md
@@ -38,7 +38,7 @@ AI 功能将整合在 [/Samples/All/net8-mvc](../Samples/All/net10-mvc/Senparc.W
> [查看代码](https://github.com/JeffreySu/WeiXinMPSDK/blob/f28a5995... | [
"Samples with AI/readme.md"
] | [] | true | ||
JeffreySu/WeiXinMPSDK | 3,282 | issue_to_patch | 升级 src 下 net10 csproj 的 preview 到正式版并更新 Senparc.Weixin.All 版本 | - [x] 确认 `src` 下所有 `*net10.csproj` 中的 preview 位置与 `Senparc.Weixin.All` 当前版本
- [x] 在修改前执行与变更范围相关的 build/test 基线检查
- [x] 将 `src` 下 `*net10.csproj` 中需要发布正式版的 preview 版本升级为正式版
- [x] 更新 `src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj` 的版本号
- [x] 运行变更后的构建与测试验证
- [x] 提交并推送改动,创建指向 `master` 的 PR | 7f50adfd3d2b9d069447df603d7dbea236fe6dd6 | dbbb36f1bece10b069671f10f05b0749c84eb913 | diff --git a/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj b/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj
index dcd5be127c..9437c34ba5 100644
--- a/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj
+++ b/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj
@@ -3,7 +3,7 @@
<TargetFramework... | [
"src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj",
"src/Senparc.Weixin.AspNet/Senparc.Weixin.AspNet.net10.csproj",
"src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Senparc.Weixin.TenPayV3.net10.csproj"
] | [] | true | ||
JeffreySu/WeiXinMPSDK | 3,277 | issue_to_patch | Developer | 61532e454ab2020120d291e53166c7eca3eb28f9 | 7f50adfd3d2b9d069447df603d7dbea236fe6dd6 | diff --git a/Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Senparc.Weixin.Sample.net10.csproj b/Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Senparc.Weixin.Sample.net10.csproj
index 2aabbeb92d..e3cbddab7a 100644
--- a/Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Senparc.Weixin.Sample.net10.csproj
+++ b/Sa... | [
"Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Senparc.Weixin.Sample.net10.csproj",
"src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj",
"src/Senparc.Weixin.MP/Senparc.Weixin.MP/CommonAPIs/CommonApi.cs",
"src/Senparc.Weixin.MP/Senparc.Weixin.MP/Senparc.Weixin.MP.net10.csproj"
] | [] | true | |||
JeffreySu/WeiXinMPSDK | 3,272 | issue_to_patch | 修复 GetStableAccessToken 方法中 force_refresh 参数硬编码问题 | 原先 `force_refresh` 参数被硬编码为 `false`,导致无法通过外部参数控制是否强制刷新 AccessToken。此更改允许根据方法传入的 `force_refresh` 参数来决定是否刷新。
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Low risk, localized change that only affects callers who set `force_refresh=true`, which will now actually trigger token refresh and invalidate the previous ... | 3ce0221b76707af066ebee720697571ac25db682 | 55c3c1bdfcf97c6fe2ca05f7fd8572ca65defb6d | diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/CommonAPIs/CommonApi.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/CommonAPIs/CommonApi.cs
index 441c9687a9..33cff66763 100644
--- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/CommonAPIs/CommonApi.cs
+++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/CommonAPIs/CommonApi.cs
@... | [
"src/Senparc.Weixin.MP/Senparc.Weixin.MP/CommonAPIs/CommonApi.cs"
] | [
{
"comment": "### `grant_type` parameter is also hardcoded in both methods\n\n**Medium Severity**\n\n<!-- DESCRIPTION START -->\nThe `grant_type` field in the request body is hardcoded to `\"client_credential\"` instead of using the `grant_type` method parameter, which is the exact same bug pattern this PR fixe... | true | ||
JeffreySu/WeiXinMPSDK | 3,266 | issue_to_patch | Developer | cf1d0699c51cf183f7ff1c157972f951716b64d8 | 3ce0221b76707af066ebee720697571ac25db682 | diff --git a/Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Controllers/Weixin/TenPay/TenPayApiV3Controller.cs b/Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Controllers/Weixin/TenPay/TenPayApiV3Controller.cs
index 5bb2a02867..876bb51ea0 100644
--- a/Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Controllers... | [
"Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Controllers/Weixin/TenPay/TenPayApiV3Controller.cs",
"Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Senparc.Weixin.Sample.net10.csproj",
"Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Views/TenPayApiV3/JsApi.cshtml",
"Samples/All/net10-mvc/Senparc.Wei... | [] | true | |||
JeffreySu/WeiXinMPSDK | 3,249 | issue_to_patch | TenPayV3 v2.3.3-preview.1 fix: TenPaySignHelper.GetJsApiUiPackage 验签a… | …ppId 传入无效,导致调起支付验签失败 #3244 感谢 @ByteXiong | ca16a63c6917a2afbf18231996cf4316239b9d6d | 84c5daa918d40b545791577e32092152a22982cb | diff --git a/Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Controllers/Weixin/TenPay/TenPayApiV3Controller.cs b/Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Controllers/Weixin/TenPay/TenPayApiV3Controller.cs
index 9975891529..876bb51ea0 100644
--- a/Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Controllers... | [
"Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Controllers/Weixin/TenPay/TenPayApiV3Controller.cs",
"Samples/All/net8-mvc/Senparc.Weixin.Sample.Net8/Controllers/Weixin/TenPay/TenPayApiV3Controller.cs",
"Samples/TenPayV3/Senparc.Weixin.Sample.TenPayV3/Controllers/TenPayApiV3Controller.cs",
"Samples/WxOpen/... | [
{
"comment": "The error message refers to \"senparcWeixinSettingForTenpayV3\" but the actual parameter name is \"tenPayV3Info\". The error message should be updated to use the correct parameter name for clarity.\n```suggestion\n throw new Senparc.Weixin.TenPayV3.TenpayApiRequestException(\"tenPay... | true | ||
JeffreySu/WeiXinMPSDK | 3,249 | comment_to_fix | TenPayV3 v2.3.3-preview.1 fix: TenPaySignHelper.GetJsApiUiPackage 验签a… | The error message refers to "senparcWeixinSettingForTenpayV3" but the actual parameter name is "tenPayV3Info". The error message should be updated to use the correct parameter name for clarity.
```suggestion
throw new Senparc.Weixin.TenPayV3.TenpayApiRequestException("tenPayV3Info 参数不能为空!");
``` | ca16a63c6917a2afbf18231996cf4316239b9d6d | 84c5daa918d40b545791577e32092152a22982cb | diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Helpers/TenPaySignHelper.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Helpers/TenPaySignHelper.cs
index 533adc0c01..c8adaeba7e 100644
--- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Helpers/TenPaySignHelper.cs
+++ b/src/Senparc.Weixin.TenP... | [
"src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Helpers/TenPaySignHelper.cs"
] | [
{
"comment": "The error message refers to \"senparcWeixinSettingForTenpayV3\" but the actual parameter name is \"tenPayV3Info\". The error message should be updated to use the correct parameter name for clarity.\n```suggestion\n throw new Senparc.Weixin.TenPayV3.TenpayApiRequestException(\"tenPay... | true | ||
JeffreySu/WeiXinMPSDK | 3,249 | comment_to_fix | TenPayV3 v2.3.3-preview.1 fix: TenPaySignHelper.GetJsApiUiPackage 验签a… | The XML documentation comments for the method parameters are outdated. The method no longer has an "appId" parameter (it's now obtained from tenPayV3Info), but the XML comments still reference it at line 277. The documentation should be updated to reflect the actual parameter "tenPayV3Info" instead of "appId".
```sugge... | ca16a63c6917a2afbf18231996cf4316239b9d6d | 84c5daa918d40b545791577e32092152a22982cb | diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Helpers/TenPaySignHelper.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Helpers/TenPaySignHelper.cs
index 533adc0c01..c8adaeba7e 100644
--- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Helpers/TenPaySignHelper.cs
+++ b/src/Senparc.Weixin.TenP... | [
"src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Helpers/TenPaySignHelper.cs"
] | [
{
"comment": "The XML documentation comments for the method parameters are outdated. The method no longer has an \"appId\" parameter (it's now obtained from tenPayV3Info), but the XML comments still reference it at line 277. The documentation should be updated to reflect the actual parameter \"tenPayV3Info\" in... | true | ||
JeffreySu/WeiXinMPSDK | 3,249 | comment_to_fix | TenPayV3 v2.3.3-preview.1 fix: TenPaySignHelper.GetJsApiUiPackage 验签a… | The XML documentation comment for the parameter is outdated. The parameter name is "tenPayV3Info" but the documentation still refers to "senparcWeixinSettingForTenpayV3". The documentation should be updated to accurately describe the actual parameter.
```suggestion
/// <param name="tenPayV3Info">支付配置信息(TenPayV3... | ca16a63c6917a2afbf18231996cf4316239b9d6d | 84c5daa918d40b545791577e32092152a22982cb | diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Helpers/TenPaySignHelper.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Helpers/TenPaySignHelper.cs
index 533adc0c01..c8adaeba7e 100644
--- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Helpers/TenPaySignHelper.cs
+++ b/src/Senparc.Weixin.TenP... | [
"src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Helpers/TenPaySignHelper.cs"
] | [
{
"comment": "The XML documentation comment for the parameter is outdated. The parameter name is \"tenPayV3Info\" but the documentation still refers to \"senparcWeixinSettingForTenpayV3\". The documentation should be updated to accurately describe the actual parameter.\n```suggestion\n /// <param name=\"... | true | ||
JeffreySu/WeiXinMPSDK | 3,249 | comment_to_fix | TenPayV3 v2.3.3-preview.1 fix: TenPaySignHelper.GetJsApiUiPackage 验签a… | The date in the modification identifier is inconsistent with the actual date. The comment shows "20260119" (January 19, 2026) but the release note and other modifications in this PR show "20260118" (January 18, 2026). This should be updated to "20260118" to maintain consistency across the codebase.
```suggestion
修改... | ca16a63c6917a2afbf18231996cf4316239b9d6d | 84c5daa918d40b545791577e32092152a22982cb | diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3Info.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3Info.cs
index 633f3d5248..ab2ac95118 100644
--- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3Info.cs
+++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3I... | [
"src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3Info.cs"
] | [
{
"comment": "The date in the modification identifier is inconsistent with the actual date. The comment shows \"20260119\" (January 19, 2026) but the release note and other modifications in this PR show \"20260118\" (January 18, 2026). This should be updated to \"20260118\" to maintain consistency across the co... | true | ||
JeffreySu/WeiXinMPSDK | 3,249 | comment_to_fix | TenPayV3 v2.3.3-preview.1 fix: TenPaySignHelper.GetJsApiUiPackage 验签a… | Missing space before the "CertType certType" parameter. There should be a space after the comma separating "string apiV3Key" and "CertType certType" to maintain consistent code formatting.
```suggestion
string tenPayV3Notify, string tenPayV3WxOpenNotify, string privateKey, string serialNumber, string apiV3K... | ca16a63c6917a2afbf18231996cf4316239b9d6d | 84c5daa918d40b545791577e32092152a22982cb | diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3Info.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3Info.cs
index 633f3d5248..ab2ac95118 100644
--- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3Info.cs
+++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3I... | [
"src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3Info.cs"
] | [
{
"comment": "Missing space before the \"CertType certType\" parameter. There should be a space after the comma separating \"string apiV3Key\" and \"CertType certType\" to maintain consistent code formatting.\n```suggestion\n string tenPayV3Notify, string tenPayV3WxOpenNotify, string privateKey, stri... | true | ||
JeffreySu/WeiXinMPSDK | 3,249 | comment_to_fix | TenPayV3 v2.3.3-preview.1 fix: TenPaySignHelper.GetJsApiUiPackage 验签a… | The import of System.ComponentModel appears to be unused. The CertType enum is defined in Senparc.Weixin.Enums namespace, not in System.ComponentModel. Unless there's a specific component model attribute or class being used elsewhere in this file that's not visible in this diff, this import should be removed.
```sugges... | ca16a63c6917a2afbf18231996cf4316239b9d6d | 84c5daa918d40b545791577e32092152a22982cb | diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3Info.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3Info.cs
index 633f3d5248..ab2ac95118 100644
--- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3Info.cs
+++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3I... | [
"src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3Info.cs"
] | [
{
"comment": "The import of System.ComponentModel appears to be unused. The CertType enum is defined in Senparc.Weixin.Enums namespace, not in System.ComponentModel. Unless there's a specific component model attribute or class being used elsewhere in this file that's not visible in this diff, this import should... | true | ||
JeffreySu/WeiXinMPSDK | 3,249 | comment_to_fix | TenPayV3 v2.3.3-preview.1 fix: TenPaySignHelper.GetJsApiUiPackage 验签a… | This introduces a breaking change to the TenPayV3Info constructor. The constructor signature now requires a CertType? parameter that was not present in previous versions. Any existing code that instantiates TenPayV3Info directly with the full parameter list will need to be updated. Consider adding a backward-compatible... | ca16a63c6917a2afbf18231996cf4316239b9d6d | 84c5daa918d40b545791577e32092152a22982cb | diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3Info.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3Info.cs
index 633f3d5248..ab2ac95118 100644
--- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3Info.cs
+++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3I... | [
"src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3Info.cs"
] | [
{
"comment": "This introduces a breaking change to the TenPayV3Info constructor. The constructor signature now requires a CertType? parameter that was not present in previous versions. Any existing code that instantiates TenPayV3Info directly with the full parameter list will need to be updated. Consider adding... | true | ||
JeffreySu/WeiXinMPSDK | 3,265 | issue_to_patch | Fix version inconsistency in TenPayV3.net10.csproj | The version number in `Senparc.Weixin.TenPayV3.net10.csproj` was `2.3.4.1-preview` while the release notes documented `v2.3.3-preview.1`.
## Changes
- Updated `<Version>` in `Senparc.Weixin.TenPayV3.net10.csproj` from `2.3.4.1-preview` to `2.3.3-preview.1` to match the release notes entry for the GetJsApiUiPackage fi... | f7969c7ed61f1441d7c9f412f601faca4c109bb6 | e0005478d248b2c33af7d09a1763b517f8e9d806 | diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Senparc.Weixin.TenPayV3.net10.csproj b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Senparc.Weixin.TenPayV3.net10.csproj
index 94bef47184..893a10e5f8 100644
--- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Senparc.Weixin.TenPayV3.net10.csproj
++... | [
"src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Senparc.Weixin.TenPayV3.net10.csproj"
] | [] | true | ||
JeffreySu/WeiXinMPSDK | 3,264 | issue_to_patch | Update sample code to use new GetJsApiUiPackage API signature | Addresses feedback from PR #3249 to update remaining sample code to use the corrected `GetJsApiUiPackage` API signature that fixes WeChat payment verification failures.
## Changes
Updated three sample files to use `GetJsApiUiPackage(string prepayId, TenPayV3Info tenPayV3Info)` instead of the deprecated signature:
- ... | f7969c7ed61f1441d7c9f412f601faca4c109bb6 | 6a4a2012a370194b11c06adb7c05fdd8094b03d4 | diff --git a/Samples/All/net8-mvc/Senparc.Weixin.Sample.Net8/Controllers/Weixin/TenPay/TenPayApiV3Controller.cs b/Samples/All/net8-mvc/Senparc.Weixin.Sample.Net8/Controllers/Weixin/TenPay/TenPayApiV3Controller.cs
index 5bb2a02867..b94b95626c 100644
--- a/Samples/All/net8-mvc/Senparc.Weixin.Sample.Net8/Controllers/Weixi... | [
"Samples/All/net8-mvc/Senparc.Weixin.Sample.Net8/Controllers/Weixin/TenPay/TenPayApiV3Controller.cs",
"Samples/TenPayV3/Senparc.Weixin.Sample.TenPayV3/Controllers/TenPayApiV3Controller.cs",
"Samples/WxOpen/Senparc.Weixin.Sample.WxOpen/Controllers/WxOpenController.cs"
] | [] | true | ||
JeffreySu/WeiXinMPSDK | 3,259 | issue_to_patch | Eliminate blocking operations causing intermittent API timeouts | Production deployments experiencing intermittent >5s API timeouts due to two blocking operations during initialization: (1) `Task.WaitAll()` with 10s timeout in all Container registration methods, and (2) synchronous `BuildServiceProvider()` during DI setup.
## Changes
### Container Registration (10 files)
Converted ... | 0a0d688532d979babce7257e381cc4e3ff697fa4 | f0a0b9eb4fda45630032e5f4863b589a486b645e | diff --git a/Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Controllers/Weixin/TenPay/TenPayApiV3Controller.cs b/Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Controllers/Weixin/TenPay/TenPayApiV3Controller.cs
index 5bb2a02867..9975891529 100644
--- a/Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Controllers... | [
"Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Controllers/Weixin/TenPay/TenPayApiV3Controller.cs",
"Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Senparc.Weixin.Sample.net10.csproj",
"Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Views/TenPayApiV3/JsApi.cshtml",
"Samples/All/net10-mvc/Senparc.Wei... | [] | true | ||
JeffreySu/WeiXinMPSDK | 3,258 | issue_to_patch | Add documentation for FundApp merchant transfer API | The `/v3/fund-app/mch-transfer/transfer-bills` endpoint and related transfer APIs were already implemented in the FundApp module but lacked discoverability documentation.
## Changes
- Added `readme.md` to `Apis/FundApp/` documenting:
- 8 transfer and electronic receipt API methods
- Request/response patterns and ... | 0a0d688532d979babce7257e381cc4e3ff697fa4 | 05ad63074b4ce55789889832e5746ffa21d5f4ea | diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Apis/FundApp/readme.md b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Apis/FundApp/readme.md
new file mode 100644
index 0000000000..71f16b6281
--- /dev/null
+++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Apis/FundApp/readme.md
@@ -0,0 +1,89 @@... | [
"src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Apis/FundApp/readme.md"
] | [] | true | ||
JeffreySu/WeiXinMPSDK | 3,219 | issue_to_patch | Fix Detail.value deserialization for mixed type responses in WeChat Pay V3 error handling | WeChat Pay V3 API returns `detail.value` in error responses with inconsistent types—integers (e.g., `135`), string arrays (e.g., `["/body/payer/openid"]`), or strings—causing deserialization failures when the value is numeric.
**Changes**
- **ResponseErrorJsonResult.cs**: Removed commented `//public string[] value { ... | b5eb1495c401e36598cc3547ccbd76d54cb378d9 | 03244ff3a3d4f277c151c5656669d56d6f23d685 | diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3.Test/Apis/Entities/TenPayApiResultCodeTests.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3.Test/Apis/Entities/TenPayApiResultCodeTests.cs
index 8a895d8c55..da17498e39 100644
--- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3.Test/Apis/Entities/... | [
"src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3.Test/Apis/Entities/TenPayApiResultCodeTests.cs",
"src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Entities/ResponseErrorJsonResult.cs"
] | [] | true | ||
JeffreySu/WeiXinMPSDK | 3,256 | issue_to_patch | Update readme.md | cf461a10d85725f9a8a68119625c7cb4e171c419 | 0a0d688532d979babce7257e381cc4e3ff697fa4 | diff --git a/readme.md b/readme.md
index 0ff4b526e4..3785e9fb36 100644
--- a/readme.md
+++ b/readme.md
@@ -46,10 +46,10 @@ Senparc.Weixin —— 微信 .NET SDK
## 🔔 公告
> [!TIP]
+> 🥇 [盛派开发者社区 2025-2026 年度贡献者榜单](https://github.com/JeffreySu/WeiXinMPSDK/wiki/%E7%9B%9B%E6%B4%BE%E5%BC%80%E5%8F%91%E8%80%85%E7%A4%BE%E5%8C%BA-2... | [
"readme.md"
] | [] | true | |||
JeffreySu/WeiXinMPSDK | 3,255 | issue_to_patch | 还原被清空的 ICP JSON 文件内容 | 在之前的提交中,两个 ICP 相关的 JSON 返回类文件被意外清空。
## 已还原文件
- `CreateIcpVerifyTaskResultJson.cs` - 小程序管理员人脸核身结果类
- `UploadIcpMediaResultJson.cs` - 小程序备案媒体材料上传结果类
两个文件均位于 `src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Icp/IcpJson/`,已从提交 `ac0722b41` 恢复完整内容,并更新版权年份至 2026。
<!-- START COPILOT CODING AGENT TIPS -->
---
✨ Let Cop... | d87e71fa16d3fd01559984e9710de116e9fb63ad | 6e319be9341b26ec2f2e4fc5e91d3acd915f99c9 | diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Icp/IcpJson/CreateIcpVerifyTaskResultJson.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Icp/IcpJson/CreateIcpVerifyTaskResultJson.cs
index e69de29bb2..a76b8d9547 100644
--- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Icp/IcpJson/Creat... | [
"src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Icp/IcpJson/CreateIcpVerifyTaskResultJson.cs",
"src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Icp/IcpJson/UploadIcpMediaResultJson.cs"
] | [] | true | ||
JeffreySu/WeiXinMPSDK | 3,250 | issue_to_patch | Developer | bab5e5bc27f9fd637f8d1c732372d014921a9543 | 897690a1c17973b254141d3d7f1a7c3c6068e2ba | diff --git a/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj b/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj
index 101116ac11..eca93c13c7 100644
--- a/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj
+++ b/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj
@@ -3,7 +3,7 @@
<TargetFramework... | [
"src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj",
"src/Senparc.Weixin.Open/Senparc.Weixin.Open/Enums.cs",
"src/Senparc.Weixin.Open/Senparc.Weixin.Open/Senparc.Weixin.Open.net10.csproj",
"src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Icp/IcpApi.cs"
] | [] | true | |||
JeffreySu/WeiXinMPSDK | 3,243 | issue_to_patch | 修复小程序注销备案缺失参数 | <!-- CURSOR_SUMMARY -->
> [!NOTE]
> Fixes ICP cancellation APIs by adding the missing `reason_type` and replacing raw ints with enums for stronger typing.
>
> - Introduces `CancelIcpFiling_Cancel_Type` and `CancelIcpFiling_Reason_Type` in `Enums.cs`
> - Updates `IcpApi.CancelIcpFiling(..)` and `CancelIcpFilingAsync(..... | 31f9f9edef47c272a23237104375e5acd894e1fd | ce3313a7fa34137a46aa9b6d4f2e3ceb77a44565 | diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Enums.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Enums.cs
index e1b1669970..b446d648dc 100644
--- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Enums.cs
+++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Enums.cs
@@ -492,4 +492,16 @@ public enum ModifyWxaJum... | [
"src/Senparc.Weixin.Open/Senparc.Weixin.Open/Enums.cs",
"src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Icp/IcpApi.cs"
] | [
{
"comment": "This is a breaking API change. The addition of a new required parameter `reason_type` will break existing code that calls this method with only the `cancel_type` parameter. Consider either:\n1. Making `reason_type` an optional parameter with a default value (e.g., `int reason_type = 1`)\n2. Creati... | true | ||
JeffreySu/WeiXinMPSDK | 3,243 | comment_to_fix | 修复小程序注销备案缺失参数 | The enum values need to be converted to integers before being sent to the API. Based on the WeChat API documentation, these parameters expect numeric values (1, 2, 3), not string names. The postData object should cast the enums to int, like this:
cancel_type = (int)cancel_type,
reason_type = (int)reason_type
Without ... | 31f9f9edef47c272a23237104375e5acd894e1fd | ce3313a7fa34137a46aa9b6d4f2e3ceb77a44565 | diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Icp/IcpApi.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Icp/IcpApi.cs
index 248bebad5f..24fdcdd439 100644
--- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Icp/IcpApi.cs
+++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Icp/Icp... | [
"src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Icp/IcpApi.cs"
] | [
{
"comment": "The enum values need to be converted to integers before being sent to the API. Based on the WeChat API documentation, these parameters expect numeric values (1, 2, 3), not string names. The postData object should cast the enums to int, like this:\n\ncancel_type = (int)cancel_type,\nreason_type = (... | true | ||
JeffreySu/WeiXinMPSDK | 3,243 | comment_to_fix | 修复小程序注销备案缺失参数 | Missing space after equal sign. For consistency with the other enum values, this should be `注销小程序 = 2` (with a space before '2').
```suggestion
注销小程序 = 2,
``` | 31f9f9edef47c272a23237104375e5acd894e1fd | ce3313a7fa34137a46aa9b6d4f2e3ceb77a44565 | diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Enums.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Enums.cs
index e1b1669970..b446d648dc 100644
--- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Enums.cs
+++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Enums.cs
@@ -492,4 +492,16 @@ public enum ModifyWxaJum... | [
"src/Senparc.Weixin.Open/Senparc.Weixin.Open/Enums.cs"
] | [
{
"comment": "Missing space after equal sign. For consistency with the other enum values, this should be `注销小程序 = 2` (with a space before '2').\n```suggestion\n 注销小程序 = 2,\n```",
"path": "src/Senparc.Weixin.Open/Senparc.Weixin.Open/Enums.cs",
"hunk": "@@ -492,4 +492,16 @@ public enum ModifyWxaJum... | true | ||
JeffreySu/WeiXinMPSDK | 3,248 | issue_to_patch | Developer | 69d158100880f07b10bbef0f99339f3a7502fdce | 31f9f9edef47c272a23237104375e5acd894e1fd | diff --git a/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj b/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj
index 7d34b732d1..101116ac11 100644
--- a/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj
+++ b/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj
@@ -3,7 +3,7 @@
<TargetFramework... | [
"src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj",
"src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OA/OAJson/ApprovalCreateTemplateResult.cs",
"src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OA/OaApi.cs",
"src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Webhook/WebhookApi.c... | [] | true | |||
JeffreySu/WeiXinMPSDK | 3,242 | issue_to_patch | 企业微信群机器人发送文件消息时提示 media_id missing
发送文件参数跟企业微信官网上的参数格式不一致
` var data = new
{
msgtype = "file",
media_id
};`
`{
"msgtype": "file",
"file": {
"media_id": "3a8asd892asd8asd"
}
}` | Fix SendFile webhook API JSON structure to match WeChat Work spec | ## Fix Enterprise WeChat Group Robot File Message Format
- [x] Understand the issue: File message format doesn't match official documentation
- [x] Review WebhookApi.cs current implementation
- [x] Fix SendFile method (synchronous) - lines 108-117
- [x] Fix SendFileAsync method (async) - lines 326-335
- [x] Update fi... | 0424fb0a2fbdc4a7d18a5463b141040d54257153 | bbbb333841d7320e936e515cb106b611be8e795c | diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Webhook/WebhookApi.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Webhook/WebhookApi.cs
index 441879c16a..52b20f6e18 100644
--- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Webhook/WebhookApi.cs
+++ b/src/Senparc.Weixin.W... | [
"Samples/MP/Senparc.Weixin.Sample.MP.Simple/Program.cs",
"src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Webhook/WebhookApi.cs",
"src/Senparc.Weixin.Work/Senparc.Weixin.Work/Senparc.Weixin.Work.net10.csproj",
"src/Senparc.Weixin.Work/Senparc.Weixin.Work/Senparc.Weixin.Work.net8.csproj"
] | [] | true | |
JeffreySu/WeiXinMPSDK | 3,246 | issue_to_patch | feat: 增加发送用工消息、解除用工关系 api | <img width="897" height="1573" alt="image" src="https://github.com/user-attachments/assets/3110b098-a2cf-4c14-81a1-7f83e4c0b83a" />
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Introduces labor/employment messaging and unbind operations for Mini Programs.
>
> - Adds `SendEmployeeRelationMessage` and `SendEmployeeRelatio... | d0891d1ee59d6807502310893d509ef007960854 | 7ab5c238c518d66cc4845b5ead48e30084816080 | diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Message/MessageApi.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Message/MessageApi.cs
index 4c488b960e..4c0945521c 100644
--- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.... | [
"src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Message/MessageApi.cs",
"src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/WxApp/Business/BusinessApi.cs"
] | [
{
"comment": "### Data field double-serialized causing malformed API request\n\n**High Severity**\n\n<!-- DESCRIPTION START -->\nThe `data` field is incorrectly processed with `JsonConvert.SerializeObject(new { data })`, which wraps the data in an extra `{ \"data\": ... }` layer and pre-serializes it to a strin... | true | ||
JeffreySu/WeiXinMPSDK | 3,246 | comment_to_fix | feat: 增加发送用工消息、解除用工关系 api | ### Data field double-serialized causing malformed API request
**High Severity**
<!-- DESCRIPTION START -->
The `data` field is incorrectly processed with `JsonConvert.SerializeObject(new { data })`, which wraps the data in an extra `{ "data": ... }` layer and pre-serializes it to a string. Since `CommonJsonSend.Send... | d0891d1ee59d6807502310893d509ef007960854 | 7ab5c238c518d66cc4845b5ead48e30084816080 | diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Message/MessageApi.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Message/MessageApi.cs
index 4c488b960e..4c0945521c 100644
--- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.... | [
"src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Message/MessageApi.cs"
] | [
{
"comment": "### Data field double-serialized causing malformed API request\n\n**High Severity**\n\n<!-- DESCRIPTION START -->\nThe `data` field is incorrectly processed with `JsonConvert.SerializeObject(new { data })`, which wraps the data in an extra `{ \"data\": ... }` layer and pre-serializes it to a strin... | true | ||
JeffreySu/WeiXinMPSDK | 3,240 | issue_to_patch | 创建审批模板接口缺少返回参数
https://developer.work.weixin.qq.com/document/path/97437#%E9%99%84%E5%BD%95%EF%BC%9A%E5%90%84%E6%8E%A7%E4%BB%B6config%E6%95%B0%E4%BB%8B%E7%BB%8D
这是源文档的链接,创建完模板之后应该会有返回模板id,但是现在的返回类中并没有 | Add missing template_id to ApprovalCreateTemplate response | The `ApprovalCreateTemplate` API was returning only base error/success fields, missing the `template_id` returned by WeChat Work's [create approval template endpoint](https://developer.work.weixin.qq.com/document/path/97437).
## Changes
- **Created `ApprovalCreateTemplateResult`**: New result class extending `WorkJso... | a0cd63a26cfb68ec077f0f21e0287325a915715f | 4d3bffb679e99a3d15258850629d6c77978f90e2 | diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OA/OAJson/ApprovalCreateTemplateResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OA/OAJson/ApprovalCreateTemplateResult.cs
new file mode 100644
index 0000000000..708c841779
--- /dev/null
+++ b/src/Senparc.Weixin.Work/Senparc.Weixi... | [
"src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OA/OAJson/ApprovalCreateTemplateResult.cs",
"src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OA/OaApi.cs",
"tools/WeixinDev/package-lock.json"
] | [] | true | |
JeffreySu/WeiXinMPSDK | 3,247 | issue_to_patch | Developer | c9e07759969594ce449bd4b3e3721d3219f31b42 | a0cd63a26cfb68ec077f0f21e0287325a915715f | diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Message/MessageApi.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Message/MessageApi.cs
index 4c488b960e..9584fe37a6 100644
--- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.... | [
"src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Message/MessageApi.cs",
"src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/WxApp/Business/BusinessApi.cs",
"src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Senpa... | [] | true | |||
JeffreySu/WeiXinMPSDK | 3,241 | issue_to_patch | fix: 修复 MP Sample 实例代码, #3235 感谢 @lijian3828940 | 4d6303349b8e31e3eefe09267a5d2ada3fb00af3 | d0891d1ee59d6807502310893d509ef007960854 | diff --git a/Samples/MP/Senparc.Weixin.Sample.MP.Simple/Program.cs b/Samples/MP/Senparc.Weixin.Sample.MP.Simple/Program.cs
index 2baf49669f..ecc49fae43 100644
--- a/Samples/MP/Senparc.Weixin.Sample.MP.Simple/Program.cs
+++ b/Samples/MP/Senparc.Weixin.Sample.MP.Simple/Program.cs
@@ -46,7 +46,7 @@
app.UseMessageHandlerF... | [
"Samples/MP/Senparc.Weixin.Sample.MP.Simple/Program.cs"
] | [] | true | |||
JeffreySu/WeiXinMPSDK | 3,239 | issue_to_patch | Developer | 0d4e5e9d0ef4c8b89abfeb6e02f7104cefa340eb | 1a213bc2b69d5c2d6a517df13e59afc583d66e19 | diff --git a/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj b/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj
index 244de2225f..7d34b732d1 100644
--- a/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj
+++ b/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj
@@ -3,7 +3,7 @@
<TargetFramework... | [
"src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj",
"src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OA/OAJson/ApplyEventRequest.cs",
"src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OA/OAJson/GetApprovalDetailResult.cs",
"src/Senparc.Weixin.Work/Senparc.Weixin.Work/Senparc.Weixin.Work... | [] | true | |||
JeffreySu/WeiXinMPSDK | 3,230 | issue_to_patch | Add Table (明细) control support for WeChat Work approval forms | - [x] Analyze the issue: User needs guidance on how to construct 明细控件 (Table/Detail control) with sub-controls in WeChat Work approval forms
- [x] Review existing code structure in ApplyEventRequest.cs and related files
- [x] Identify the gap: `ApplyEventRequest_ApplyData_Contents_Value` only had `text` property but la... | 956c858ec935a3487a9781c23fa757d5b1b00865 | 03b8cbb5df5b8857eb41a2939b7c66fce83c10c4 | diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OA/OAJson/ApplyEventRequest.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OA/OAJson/ApplyEventRequest.cs
index 56481bc39c..c624a541e5 100644
--- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OA/OAJson/ApplyEventRequest.cs... | [
"src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OA/OAJson/ApplyEventRequest.cs",
"src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OA/OAJson/GetApprovalDetailResult.cs"
] | [] | true | ||
JeffreySu/WeiXinMPSDK | 3,237 | issue_to_patch | Developer | 23642ab813a7134e745cf81d4753be062f55976d | 1539c2d45c1ef5d4e6fbc0db7ba8e501fb85593e | diff --git a/Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Controllers/Tools/AiDocController.cs b/Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Controllers/Tools/AiDocController.cs
index 74ca71be1c..2ee4bf9030 100644
--- a/Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Controllers/Tools/AiDocController.cs
++... | [
"Samples/All/net10-mvc/Senparc.Weixin.Sample.Net10/Controllers/Tools/AiDocController.cs"
] | [] | true | |||
JeffreySu/WeiXinMPSDK | 3,234 | issue_to_patch | Developer | 584952fa6b2bce6c98c760f981ec6cd4c8decc95 | 59dffed39f87dd03bb6be5ca22d20ccf4b972e5f | diff --git a/Samples/MP/Senparc.Weixin.Sample.MP.Simple/Program.cs b/Samples/MP/Senparc.Weixin.Sample.MP.Simple/Program.cs
index ccef9e4722..2baf49669f 100644
--- a/Samples/MP/Senparc.Weixin.Sample.MP.Simple/Program.cs
+++ b/Samples/MP/Senparc.Weixin.Sample.MP.Simple/Program.cs
@@ -1,47 +1,57 @@
-using System.Text;
+u... | [
"Samples/MP/Senparc.Weixin.Sample.MP.Simple/Program.cs",
"Samples/MP/Senparc.Weixin.Sample.MP/Program.cs",
"Samples/MP/Senparc.Weixin.Sample.MP/Senparc.Weixin.Sample.MP.net10.csproj",
"Samples/TenPayV2/Senparc.Weixin.Sample.TenPayV2/Program.cs",
"Samples/TenPayV2/Senparc.Weixin.Sample.TenPayV2/Senparc.Weixi... | [] | true | |||
JeffreySu/WeiXinMPSDK | 3,232 | issue_to_patch | chore(deps): bump glob from 10.4.5 to 10.5.0 in /tools/WeixinDev | Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 10.5.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/isaacs/node-glob/commit/56774ef73b495eb0b17cdd0f42921f5ef62297c1"><code>56774ef</code></a> 10.5.0</li>
<li><a href="https://github.com/isaacs/node-glob/commit/1e4e297342a09f... | 3d9b174549bd669d2371c590d650f6a6dd0a8d6b | 2cda34da594ae40b589e2b0c20566d87cff9de58 | diff --git a/tools/WeixinDev/package-lock.json b/tools/WeixinDev/package-lock.json
index fb6a74b4e2..db4b6fa32b 100644
--- a/tools/WeixinDev/package-lock.json
+++ b/tools/WeixinDev/package-lock.json
@@ -556,6 +556,7 @@
"integrity": "sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmB... | [
"tools/WeixinDev/package-lock.json"
] | [] | true | ||
JeffreySu/WeiXinMPSDK | 3,231 | issue_to_patch | Senparc.Weixin.All v2025.12.2 v2.4.0 | 1、fix: 多个V3配置的情况,ProfitsharingApis中AddProfitsharingReceiverAsync方法BasePayApis配置问题 / Issue #3226 感谢 @today5040
2、fix: TenPayNotifyHandler Body 读取 bug / Issue #3220 感谢 @wind2006
3、feat: 添加“企业微信数据与智能专区的接口” /Issue #3091 感谢 @faceman0814 | 5752ec74abb6bb529eb2a6e8a091cd639b8d74d7 | 956c858ec935a3487a9781c23fa757d5b1b00865 | diff --git a/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj b/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj
index 5e2fa39cdc..244de2225f 100644
--- a/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj
+++ b/src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj
@@ -3,7 +3,7 @@
<TargetFramework... | [
"src/Senparc.Weixin.All/Senparc.Weixin.All.net10.csproj"
] | [] | true | ||
JeffreySu/WeiXinMPSDK | 3,229 | issue_to_patch | Developer | 0416684344beb1657fe8b0a869ee1693d40cfe96 | 5e8d75530de4824a41430d5f58ab8d52ecbfc8b3 | diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3.Test/Apis/Entities/TenPayApiResultCodeTests.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3.Test/Apis/Entities/TenPayApiResultCodeTests.cs
index 8a895d8c55..da17498e39 100644
--- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3.Test/Apis/Entities/... | [
"src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3.Test/Apis/Entities/TenPayApiResultCodeTests.cs",
"src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3.Test/HttpHandlers/TenPayNotifyHandlerTests.cs",
"src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Apis/Profitsharing/ProfitsharingApis.cs",
"src/Senparc.Weixi... | [] | true | |||
JetBrains/intellij-scala | 718 | issue_to_patch | [testing-support][intellij-bazel] specs2 gutter triangles + Bazel --test_filter (#SCL-25391) | ## Summary
Closes #SCL-25391.
Two related fixes for IntelliJ Scala's Specs2 support:
1. **`[testing-support]` Per-test gutter triangles for specs2.** `ScalaTestRunLineMarkerProvider#infoForTestMethodRef` previously had cases for ScalaTest and MUnit but not Specs2, so individual tests (`"x" in {…}`, `>>`, `!`) and sc... | 582d7ad6bb90d6a2991cc6ec06f1efe6ff89c604 | 13f3c1d6d6099ff41a62d0865f7149e2f7d33e5a | diff --git a/scala/integration/intellij-bazel/src/org/jetbrains/plugins/scala/bazel/BazelScalaTestRunLineMarkerLogic.scala b/scala/integration/intellij-bazel/src/org/jetbrains/plugins/scala/bazel/BazelScalaTestRunLineMarkerLogic.scala
index 809a2f5d6cb..8a2e6840b78 100644
--- a/scala/integration/intellij-bazel/src/org/... | [
"scala/integration/intellij-bazel/src/org/jetbrains/plugins/scala/bazel/BazelScalaTestRunLineMarkerLogic.scala",
"scala/test-integration/testing-support/src/org/jetbrains/plugins/scala/testingSupport/test/specs2/Specs2BazelTestFilter.scala",
"scala/test-integration/testing-support/src/org/jetbrains/plugins/scal... | [] | diff --git a/scala/test-integration/testing-support/src/org/jetbrains/plugins/scala/testingSupport/test/specs2/Specs2BazelTestFilter.scala b/scala/test-integration/testing-support/src/org/jetbrains/plugins/scala/testingSupport/test/specs2/Specs2BazelTestFilter.scala
new file mode 100644
index 00000000000..06e02030ff4
-... | true | |
JetBrains/intellij-scala | 716 | issue_to_patch | SCL-25169 Scala plugin creates incorrect run configuration for ScalaTest using Bazel | **Before:** IntelliJ executes `bazel test //src/test/scala:tests --test_arg='-t "example"'`, which fails with `Argument unrecognized by ScalaTest's Runner` error.

**After:** IntelliJ executes `bazel test //src/test/scala:tests --... | 748d22436780f1f28e8c0a64744e0feff83aa84c | 2b67eb30f3d97ba6fa8f395979b81dad9b91d084 | diff --git a/scala/integration/intellij-bazel/src/org/jetbrains/plugins/scala/bazel/BazelScalaTestRunLineMarkerLogic.scala b/scala/integration/intellij-bazel/src/org/jetbrains/plugins/scala/bazel/BazelScalaTestRunLineMarkerLogic.scala
index 8c252b9b78b..809a2f5d6cb 100644
--- a/scala/integration/intellij-bazel/src/org/... | [
"scala/integration/intellij-bazel/src/org/jetbrains/plugins/scala/bazel/BazelScalaTestRunLineMarkerLogic.scala"
] | [] | true | ||
JetBrains/intellij-scala | 715 | issue_to_patch | Cross-links to social media, the landing page, and Marketplace | 466f872e4f0439bf9c24b5a328041ca10c52137d | 771534328b1c30d358507a8dc43fc4d1ccc25e2a | diff --git a/README.md b/README.md
index 9bdea904092..80f2a00d1f2 100644
--- a/README.md
+++ b/README.md
@@ -20,9 +20,13 @@ It enables multiple features such as:
- To get information about how to install and use this plugin in IDEA, please
use [IntelliJ IDEA online help](https://www.jetbrains.com/idea/help/scala.ht... | [
"README.md",
"pluginXml/resources/META-INF/plugin.xml"
] | [] | true | |||
JetBrains/intellij-scala | 703 | issue_to_patch | SCL-24291 Implement `BuildToolModuleHandler` for Bazel Projects | This PR is a direct port of https://github.com/bazelbuild/intellij/pull/7704, which registers Bazel projects using `BuildToolModuleHandler` to enable code insight for mixed sbt Bazel projects.
Tested locally that code insight is disabled without the fix and enabled with the fix.
Before:
<img width="1379" heigh... | 84d1df282885d41ba75dd0d03ab66384a5e2abab | 127aad11ee07c70f76851cee49028e6ba0862a7b | diff --git a/scala/integration/intellij-bazel/resources/scalaCommunity.intellij-bazel.xml b/scala/integration/intellij-bazel/resources/scalaCommunity.intellij-bazel.xml
index a9068059157..8ffd84912a5 100644
--- a/scala/integration/intellij-bazel/resources/scalaCommunity.intellij-bazel.xml
+++ b/scala/integration/intell... | [
"scala/integration/intellij-bazel/resources/scalaCommunity.intellij-bazel.xml",
"scala/integration/intellij-bazel/src/org/jetbrains/plugins/scala/bazel/BazelModuleHandler.scala"
] | [] | true | ||
JetBrains/intellij-scala | 688 | issue_to_patch | Add newline to output path error #SCL-23797 | 7d914dd02ae4bad49a260ebd0d1443b5f8ef0e2d | a85db75626978103a43ec2dc4c0f5fd8d10003bd | diff --git a/scala/compiler-jps/src/org/jetbrains/jps/incremental/scala/data/CompilationDataFactory.scala b/scala/compiler-jps/src/org/jetbrains/jps/incremental/scala/data/CompilationDataFactory.scala
index 80cb5f057e4..0cbb8041dba 100644
--- a/scala/compiler-jps/src/org/jetbrains/jps/incremental/scala/data/Compilation... | [
"scala/compiler-jps/src/org/jetbrains/jps/incremental/scala/data/CompilationDataFactory.scala"
] | [] | true | |||
JetBrains/intellij-scala | 679 | issue_to_patch | Initialize JetBrains Junie 🚀 | 772426b5d8285019a0ae8857598f7b0aab1015f2 | 196470cbb037738c2ae45e6d98519bbc4bb973aa | diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
new file mode 100644
index 00000000000..ac3e23a757b
--- /dev/null
+++ b/.devcontainer/devcontainer.json
@@ -0,0 +1,12 @@
+{
+ "name": "Java",
+ "image": "mcr.microsoft.com/devcontainers/java:1-21",
+ "features": {
+ "ghcr.io/devcontain... | [
".devcontainer/devcontainer.json",
".github/workflows/junie.yml"
] | [] | true | |||
JetBrains/intellij-scala | 667 | issue_to_patch | Support mill extension as scala file | The whole context is in https://github.com/JetBrains/intellij-scala/pull/666 | 9b5e23971d4d42ca6cecb59acfb66640507c2b3f | 3d7310d97f4a699d7c8c5e56c405c20ce0018b0c | diff --git a/scala/scala-api/src/LanguageFileTypeBase.scala b/scala/scala-api/src/LanguageFileTypeBase.scala
index 2d27408239d..31abfc658f2 100644
--- a/scala/scala-api/src/LanguageFileTypeBase.scala
+++ b/scala/scala-api/src/LanguageFileTypeBase.scala
@@ -1,12 +1,10 @@
package org.jetbrains.plugins.scala
import co... | [
"scala/scala-api/src/LanguageFileTypeBase.scala",
"scala/scala-api/src/icons/Icons.java",
"scala/scala-impl/resources/META-INF/scala-plugin-common.xml",
"scala/scala-impl/resources/org/jetbrains/plugins/scala/images/millFile.svg",
"scala/scala-impl/resources/org/jetbrains/plugins/scala/images/millFile_dark.... | [] | true | ||
JetBrains/intellij-scala | 662 | issue_to_patch | [SCL-22785] Fixed incorrect collection type in ScalaDirtyScopeHolder. | Changed collection type used in ScalaDirtyScopeHolder from Stack to Set. Stack caused the method to have a very high computational complexity. Change speeds up the "open compiler index reader" background task 60x times. | bcfed683729be5b40fcdf550162b858c6baf7e6b | d708c3e78e19e29502d2965c75f2a5a054838561 | diff --git a/scala/compiler-integration/src/org/jetbrains/plugins/scala/compiler/references/ScalaDirtyScopeHolder.scala b/scala/compiler-integration/src/org/jetbrains/plugins/scala/compiler/references/ScalaDirtyScopeHolder.scala
index 9c2f3faa4e7..54b5fef7321 100644
--- a/scala/compiler-integration/src/org/jetbrains/pl... | [
"scala/compiler-integration/src/org/jetbrains/plugins/scala/compiler/references/ScalaDirtyScopeHolder.scala"
] | [] | true | ||
JetBrains/intellij-scala | 658 | issue_to_patch | [241.x] maintain Scala SDK extension impl for `intellij-bsp` | This PR is a follow-up to the PR #650 to maintain Scala SDK support for `intellij-bsp`. | 2e29b1c5f8c7084f97f2220d87b8c323ec942e59 | 8170518d4648f19c6f242bfaa7e0bde4a088753d | diff --git a/build.sbt b/build.sbt
index e79a876a9c6..5a30ad93946 100644
--- a/build.sbt
+++ b/build.sbt
@@ -52,6 +52,7 @@ lazy val scalaCommunity: sbt.Project =
debugger % "test->test;compile->compile",
testingSupport % "test->test;compile->compile",
devKitIntegration % "test->test;compile->compil... | [
"build.sbt",
"pluginXml/resources/META-INF/plugin.xml",
"scala/integration/intellij-bsp/resources/META-INF/scala-intellij-bsp-integration.xml",
"scala/integration/intellij-bsp/src/org/jetbrains/plugins/scala/project/bsp/ScalaSdkExtensionImpl.scala"
] | [] | true | ||
JetBrains/intellij-scala | 633 | issue_to_patch | Use sbt 1.5 syntax for dumpStructureTo | With sbt 1.5+ I started receiving warnings while reloading sbt project in Idea
`[warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Global / dumpStructureTo`
This happens because sbt 1.5 deprecated sbt 0.13 syntax with : separator
Here's the ticket [SCL-18893](https://youtrack.jetbrains.com/i... | 0afc9c12b21ff403e5f36b66b164ea7d72b0b143 | 314a4052714824a4db4f639473fe70f630b3be54 | diff --git a/scala/scala-impl/src/org/jetbrains/sbt/project/structure/SbtStructureDump.scala b/scala/scala-impl/src/org/jetbrains/sbt/project/structure/SbtStructureDump.scala
index 8791b98c675..46d75444911 100644
--- a/scala/scala-impl/src/org/jetbrains/sbt/project/structure/SbtStructureDump.scala
+++ b/scala/scala-imp... | [
"scala/scala-impl/src/org/jetbrains/sbt/project/structure/SbtStructureDump.scala"
] | [] | true | ||
JetBrains/intellij-scala | 650 | issue_to_patch | migrate scala sdk extension impl from `intellij-bsp` | what were done:
- register an additional synthetic scala library and convert it to a scala sdk by internal scala plugin API. | 8581806fb3e63475158c0ed32aa0300d2889625e | 3a4ba5f23751dddf892c1478d840b1ad0f056fc0 | diff --git a/build.sbt b/build.sbt
index d4c59341677..3ff5d5ac156 100644
--- a/build.sbt
+++ b/build.sbt
@@ -52,6 +52,7 @@ lazy val scalaCommunity: sbt.Project =
debugger % "test->test;compile->compile",
testingSupport % "test->test;compile->compile",
devKitIntegration % "test->test;compile->compil... | [
"build.sbt",
"pluginXml/resources/META-INF/plugin.xml",
"scala/integration/intellij-bsp/resources/META-INF/scala-intellij-bsp-integration.xml",
"scala/integration/intellij-bsp/src/org/jetbrains/plugins/scala/project/bsp/ScalaSdkExtensionImpl.scala"
] | [
{
"comment": "I haven't seen the sources of BSP plugin, but the name `ScalaSdkGetterExtension` looks confusing for something which doesn't \"gets scala sdk\".\r\nThe logic seems to be about \"registering Scala SDK\" (in the module?) or \"adding scala sdk to module\".\r\nBoth \"register\" and \"add\" sound kinda... | true | ||
JetBrains/intellij-scala | 647 | issue_to_patch | SmartJDKLoader: Fix discoverJDK considering JDK installed with SDKMAN. | Following the **Setting up the project -> Running The Tests** in the [README.md](https://github.com/JetBrains/intellij-scala#running-the-tests) I launched the `runTypeInferenceTests` task in the sbt shell to run tests.
I noticed that tests failed as soon as the `SmartJDKLoader` tried to find a valid JDK on my machin... | 42e7d59d01ea68710761adf5beb86d0b1682a3ec | 0861cce349e992a90fc5eb00ee56edc1cee4f2d8 | [
"scala/scala-impl/test/org/jetbrains/plugins/scala/base/libraryLoaders/SmartJDKLoader.scala"
] | [
{
"comment": "Can you please restore the order of the methods such that the diff is smaller? Thanks.\r\n\r\n1. `findJkd`\r\n2. `inJvm`\r\n3. `currentJava`",
"path": "scala/scala-impl/test/org/jetbrains/plugins/scala/base/libraryLoaders/SmartJDKLoader.scala",
"hunk": "@@ -134,11 +126,21 @@ object SmartJD... | diff --git a/scala/scala-impl/test/org/jetbrains/plugins/scala/base/libraryLoaders/SmartJDKLoader.scala b/scala/scala-impl/test/org/jetbrains/plugins/scala/base/libraryLoaders/SmartJDKLoader.scala
index c66514b7235..0ebdfe607db 100644
--- a/scala/scala-impl/test/org/jetbrains/plugins/scala/base/libraryLoaders/SmartJDKL... | true | ||
JetBrains/intellij-scala | 639 | issue_to_patch | Set Terminal start directory to VCS root for BSP projects | If the IJ project root does not match workspace git root, the terminal starting directory will be set to IJ project root, which is usually not what users want and they need to change the directory each time. They open a new terminal, or they need to change their terminal settings manually.
Bsp project can be created ... | b2bf3f518eb998531a64d5e5dcc7998aea789ebf | 577687202cf5db420c3d1d52fde1bd7fa8422333 | diff --git a/bsp/resources/META-INF/BSP-Terminal.xml b/bsp/resources/META-INF/BSP-Terminal.xml
new file mode 100644
index 00000000000..bea11a9ee36
--- /dev/null
+++ b/bsp/resources/META-INF/BSP-Terminal.xml
@@ -0,0 +1,5 @@
+<idea-plugin>
+ <extensions defaultExtensionNs="com.intellij">
+ <bspVcsRootExtension ... | [
"bsp/resources/META-INF/BSP-Terminal.xml",
"bsp/resources/META-INF/BSP.xml",
"bsp/src/org/jetbrains/bsp/data/BspProjectDataService.scala",
"bsp/src/org/jetbrains/bsp/data/BspVcsRootExtension.scala",
"bsp/src/org/jetbrains/bsp/data/TerminalStartDirectoryConfig.scala",
"build.sbt"
] | [] | true | ||
JetBrains/intellij-scala | 640 | issue_to_patch | Always use simple names for libraries in BSP | I changed the logic of resolving duplicate library names. Now instead of using full absolute path that came from the server, we still use the short name, but with numbers. This ensures uniqueness and keeps path consise. It avoids producing long library names that later cannot be stored by IJ.
* I renamed `getCanonic... | bd44dfb244b58b801f313afef2be195b5d5ce3f2 | e008698ed2fa3d23bea14503cda831b314b54f0d | diff --git a/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala b/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala
index 5398a2243ca..2ecc386fdbb 100644
--- a/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala
+++ b/bsp/src/org/jetbrains/bsp/project/importing/BspResolve... | [
"bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala"
] | [] | true | ||
JetBrains/intellij-scala | 635 | issue_to_patch | Enable BSP tracing only when selected | Previously, BSP tracing would only be enabled, but the tracer would not write to disk when BSP tracing is de-selected in the IDE settings.
Enabling BSP tracing when the BSP messages are very large would considerably slow down the import process, or completely prevent it, because the BSP traces would still be produce... | db5d11c8bdc1e53baa92d1c58d22dff0c876b5a5 | fed0397dc1ee5450aad5d5cec4247e6543e4fe52 | diff --git a/bsp/src/org/jetbrains/bsp/protocol/session/BspSession.scala b/bsp/src/org/jetbrains/bsp/protocol/session/BspSession.scala
index 9ef6393ad79..f0f4f4c81bf 100644
--- a/bsp/src/org/jetbrains/bsp/protocol/session/BspSession.scala
+++ b/bsp/src/org/jetbrains/bsp/protocol/session/BspSession.scala
@@ -122,26 +122... | [
"bsp/src/org/jetbrains/bsp/protocol/session/BspSession.scala"
] | [] | true | ||
JetBrains/intellij-scala | 627 | issue_to_patch | Add support for BSP's buildTarget/outputPaths | This PR adds support for BSP's `buildTarget/outputPaths` method. That method was introduced in https://github.com/build-server-protocol/build-server-protocol/pull/269.
I'm opening this PR as a draft until https://github.com/build-server-protocol/build-server-protocol/pull/269 is released. I will also add some tests ... | c5e27196505afb8ce19ea26edc3dc86f23b13b9b | ec96fa91801c0b5073bd39259a1d74b91143f368 | diff --git a/bsp/resources/messages/ScalaBspBundle.properties b/bsp/resources/messages/ScalaBspBundle.properties
index 81e9e8d92a2..7c13f246706 100644
--- a/bsp/resources/messages/ScalaBspBundle.properties
+++ b/bsp/resources/messages/ScalaBspBundle.properties
@@ -38,9 +38,11 @@ bsp.resolver.build.structure=BSP build s... | [
"bsp/resources/messages/ScalaBspBundle.properties",
"bsp/src/org/jetbrains/bsp/project/importing/BspProjectResolver.scala",
"bsp/src/org/jetbrains/bsp/project/importing/BspResolverDescriptors.scala",
"bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala",
"bsp/test/org/jetbrains/bsp/project/im... | [] | diff --git a/bsp/test/org/jetbrains/bsp/project/importing/BspResolverLogicProperties.scala b/bsp/test/org/jetbrains/bsp/project/importing/BspResolverLogicProperties.scala
index 401d595fc83..833d021dd52 100644
--- a/bsp/test/org/jetbrains/bsp/project/importing/BspResolverLogicProperties.scala
+++ b/bsp/test/org/jetbrain... | true | |
JetBrains/intellij-scala | 626 | issue_to_patch | Detect all VCS roots of imported project | Previously, when a BSP's project root and the target it imports had
different VCS roots, the VCS roots of the targets could be ignored.
For instance, this would happen when:
- /home/user is a VCS root
- /home/user/projects/my-project is the BSP project root
- /home/user/code is a VCS root where the BSP target... | 5255c78996c0db39d65876157271f0ebd75380e7 | 72ad3f879f28a2000e03f22e01eaea481a6a17ed | diff --git a/bsp/src/org/jetbrains/bsp/data/BspProjectDataService.scala b/bsp/src/org/jetbrains/bsp/data/BspProjectDataService.scala
index 4272fb2ce78..edbb4cc668a 100644
--- a/bsp/src/org/jetbrains/bsp/data/BspProjectDataService.scala
+++ b/bsp/src/org/jetbrains/bsp/data/BspProjectDataService.scala
@@ -39,7 +39,7 @@ c... | [
"bsp/src/org/jetbrains/bsp/data/BspProjectDataService.scala"
] | [] | true | ||
JetBrains/intellij-scala | 628 | issue_to_patch | Fix off-by-one error in line numbers | We need a zero-based line number in this context. | c783ce246adae3484f3e2ff1f45b784309a35dcd | 09806f18b84e3903d880977c1b65b5f496decbdb | diff --git a/scala/scala-impl/src/org/jetbrains/plugins/scala/debugger/LocationLineManager.scala b/scala/scala-impl/src/org/jetbrains/plugins/scala/debugger/LocationLineManager.scala
index 13bdfc7a6f4..8545b902660 100644
--- a/scala/scala-impl/src/org/jetbrains/plugins/scala/debugger/LocationLineManager.scala
+++ b/sca... | [
"scala/scala-impl/src/org/jetbrains/plugins/scala/debugger/LocationLineManager.scala"
] | [] | true | ||
JetBrains/intellij-scala | 621 | issue_to_patch | Limit maximum merged module name length to less than MaxFileNameLength | #618 attempted to fix this, but during the PR process we changed a 150 character limit to the system max file name length. Unfortunately this causes issues, IJ may attempt to append `(shared)` to the file name, putting it back over the max limit.
This change adds a 50 character buffer in to allow extra modification... | 7ba59235a9151dc5393764632a6172cd0559dd62 | bedc6216d9e62a55b89c867533224153dc366ac6 | diff --git a/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala b/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala
index 4994efb51a7..ea5c3b36cc0 100644
--- a/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala
+++ b/bsp/src/org/jetbrains/bsp/project/importing/BspResolve... | [
"bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala"
] | [] | true | ||
JetBrains/intellij-scala | 623 | issue_to_patch | SCL-20405: Allow path of the structure file to be configured, and als… | Allow path of the structure file to be configured, and also the flags to be externally controllable instead only through internal UI. | d336c58782497796e04e4eac55d5e222bfd09797 | 23755d7fa2f1f594b8dd227da02df3476856eddb | diff --git a/scala/scala-impl/src/org/jetbrains/sbt/project/SbtProjectResolver.scala b/scala/scala-impl/src/org/jetbrains/sbt/project/SbtProjectResolver.scala
index d6b52c3445a..c8b7e6608b4 100644
--- a/scala/scala-impl/src/org/jetbrains/sbt/project/SbtProjectResolver.scala
+++ b/scala/scala-impl/src/org/jetbrains/sbt/... | [
"scala/scala-impl/src/org/jetbrains/sbt/project/SbtProjectResolver.scala"
] | [] | true | ||
JetBrains/intellij-scala | 622 | issue_to_patch | #SCL-20388: Enumerate modules recursively when building classpath | This way the classpath of transitive modules will also be added to the runtime classpath. | d336c58782497796e04e4eac55d5e222bfd09797 | b8202e6032802dc749451b2790c2ce33142109ac | diff --git a/scala/scala-impl/src/org/jetbrains/plugins/scala/compiler/RemoteServerConnectorBase.scala b/scala/scala-impl/src/org/jetbrains/plugins/scala/compiler/RemoteServerConnectorBase.scala
index 44d040e2f3d..73a5aea1631 100644
--- a/scala/scala-impl/src/org/jetbrains/plugins/scala/compiler/RemoteServerConnectorBa... | [
"scala/scala-impl/src/org/jetbrains/plugins/scala/compiler/RemoteServerConnectorBase.scala",
"scala/scala-impl/test/org/jetbrains/plugins/scala/compiler/TransitiveDependencyClasspathTest.scala"
] | [] | diff --git a/scala/scala-impl/test/org/jetbrains/plugins/scala/compiler/TransitiveDependencyClasspathTest.scala b/scala/scala-impl/test/org/jetbrains/plugins/scala/compiler/TransitiveDependencyClasspathTest.scala
new file mode 100644
index 00000000000..e5278b85f62
--- /dev/null
+++ b/scala/scala-impl/test/org/jetbrains... | true | |
JetBrains/intellij-scala | 618 | issue_to_patch | Limit maximum merged module name length | The module merger can end up generating module names that are so long they exceed the maximum file name length and can't be saved. This limits them to a saner 150 (arbitrarily chosen) characters, plus an MD5 hash of all the target names to ensure they remain unique. | f1ef74b4e487564ab022c2722fbe5af32518884e | 083d5af152743562a5dc137c0c224668da92e24c | diff --git a/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala b/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala
index b890d2c56a3..4994efb51a7 100644
--- a/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala
+++ b/bsp/src/org/jetbrains/bsp/project/importing/BspResolve... | [
"bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala"
] | [
{
"comment": "Consider using `org.apache.commons.codec.digest.DigestUtils#md5Hex(java.lang.String)`",
"path": "bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala",
"hunk": "@@ -398,6 +400,15 @@ private[importing] object BspResolverLogic {\n data\n }\n \n+ private def md5(input: St... | true | ||
JetBrains/intellij-scala | 618 | comment_to_fix | Limit maximum merged module name length | Consider using `org.apache.commons.codec.digest.DigestUtils#md5Hex(java.lang.String)` | f1ef74b4e487564ab022c2722fbe5af32518884e | 083d5af152743562a5dc137c0c224668da92e24c | diff --git a/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala b/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala
index b890d2c56a3..4994efb51a7 100644
--- a/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala
+++ b/bsp/src/org/jetbrains/bsp/project/importing/BspResolve... | [
"bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala"
] | [
{
"comment": "Consider using `org.apache.commons.codec.digest.DigestUtils#md5Hex(java.lang.String)`",
"path": "bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala",
"hunk": "@@ -398,6 +400,15 @@ private[importing] object BspResolverLogic {\n data\n }\n \n+ private def md5(input: St... | true | ||
JetBrains/intellij-scala | 618 | comment_to_fix | Limit maximum merged module name length | We can use `org.apache.commons.io.FileSystem.getCurrent` + `org.apache.commons.io.FileSystem#getMaxFileNameLength` (it's 255 for all OS)
(we should remember to substract suffix length when calling `substring`) | f1ef74b4e487564ab022c2722fbe5af32518884e | 083d5af152743562a5dc137c0c224668da92e24c | diff --git a/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala b/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala
index b890d2c56a3..4994efb51a7 100644
--- a/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala
+++ b/bsp/src/org/jetbrains/bsp/project/importing/BspResolve... | [
"bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala"
] | [
{
"comment": "We can use `org.apache.commons.io.FileSystem.getCurrent` + `org.apache.commons.io.FileSystem#getMaxFileNameLength` (it's 255 for all OS)\r\n\r\n(we should remember to substract suffix length when calling `substring`)",
"path": "bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala... | true | ||
JetBrains/intellij-scala | 618 | comment_to_fix | Limit maximum merged module name length | I am maybe a little out of the BSP context, but can't we just call md5 on `ret` itself? | f1ef74b4e487564ab022c2722fbe5af32518884e | 083d5af152743562a5dc137c0c224668da92e24c | diff --git a/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala b/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala
index b890d2c56a3..4994efb51a7 100644
--- a/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala
+++ b/bsp/src/org/jetbrains/bsp/project/importing/BspResolve... | [
"bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala"
] | [
{
"comment": "I am maybe a little out of the BSP context, but can't we just call md5 on `ret` itself?",
"path": "bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala",
"hunk": "@@ -415,8 +426,15 @@ private[importing] object BspResolverLogic {\n val nonEmptyParts = parts.filter(_.nonE... | true | ||
JetBrains/intellij-scala | 611 | issue_to_patch | SCL-20082 Avoid perf. problem in File-Open due to mill BSP integration | ce37dbc364a77053080f7d22ef4a9d62c4b9a1ef | 0664a4d977736e27b7cb93a59d5fce5b2af74638 | diff --git a/bsp/src/org/jetbrains/bsp/project/importing/MillProjectImportProvider.scala b/bsp/src/org/jetbrains/bsp/project/importing/MillProjectImportProvider.scala
index 93350de1e04..8167106dfd3 100644
--- a/bsp/src/org/jetbrains/bsp/project/importing/MillProjectImportProvider.scala
+++ b/bsp/src/org/jetbrains/bsp/p... | [
"bsp/src/org/jetbrains/bsp/project/importing/MillProjectImportProvider.scala"
] | [] | true | |||
JetBrains/intellij-scala | 610 | issue_to_patch | Fix race condition in BSP import | 9bd3ca9222014f0095393974050be2ecbe956f1e | d5aa3ea9a2a7e289c4514c4070ed30f8aef17af6 | diff --git a/bsp/src/org/jetbrains/bsp/data/BspMetadataService.scala b/bsp/src/org/jetbrains/bsp/data/BspMetadataService.scala
index eb1230de317..37a61fd3a56 100644
--- a/bsp/src/org/jetbrains/bsp/data/BspMetadataService.scala
+++ b/bsp/src/org/jetbrains/bsp/data/BspMetadataService.scala
@@ -22,12 +22,13 @@ class BspMe... | [
"bsp/src/org/jetbrains/bsp/data/BspMetadataService.scala"
] | [] | true | |||
JetBrains/intellij-scala | 607 | issue_to_patch | [BSP] Recognize bazel's -src suffix as source jar in library resolver logic | Current library resolver logic relies on `-sources` suffix that comes from maven. Bazel's convention is to use `-src` for generated source jars. It is a simple change that just extends recognised suffix list. | e6a149d1b1e43f54bacc7935b402a27825d022b4 | 6d248c5d50d0389cbe6f0f8855274d397f485b39 | diff --git a/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala b/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala
index 0408f221065..46a2b381cc4 100644
--- a/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala
+++ b/bsp/src/org/jetbrains/bsp/project/importing/BspResolve... | [
"bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala",
"scala/scala-impl/src/org/jetbrains/plugins/scala/extensions/package.scala"
] | [] | true | ||
JetBrains/intellij-scala | 602 | issue_to_patch | Pass environment used in MacOS terminal to bsp server | By looking at `EnvironmentUtil.getEnvironmentMap` docs it looks like it is a known issue that by default environment variables that are default when running process are quite useless, thus it is required to use this method when starting a process.
This is specifically targeted at bazel-bsp that is started and later s... | ae3cb5fe8b1c03ed2e4d3c5c4631e8e62e5ef4be | de1004bfa5f26dbbabf2eeac7ca20e24732f4edd | diff --git a/bsp/src/org/jetbrains/bsp/protocol/session/GenericConnector.scala b/bsp/src/org/jetbrains/bsp/protocol/session/GenericConnector.scala
index b6ef09fc5a7..b4ba14fd832 100644
--- a/bsp/src/org/jetbrains/bsp/protocol/session/GenericConnector.scala
+++ b/bsp/src/org/jetbrains/bsp/protocol/session/GenericConnect... | [
"bsp/src/org/jetbrains/bsp/protocol/session/GenericConnector.scala"
] | [] | true | ||
JetBrains/intellij-scala | 598 | issue_to_patch | Derevo: support macro definitions in derivation expressions | This PR reduces requirement from FunctionDefinition to just Function (which can be MacroDefinition as well) and allows to correctly inject macro-based instances with parameters | c0fe223428c8705e8713211b945fe2edb5b8c3a7 | 7cc4b878bd11076c115576b21050360dbae8e425 | diff --git a/scala/scala-impl/src/org/jetbrains/plugins/scala/externalLibraries/derevo/DerevoInjector.scala b/scala/scala-impl/src/org/jetbrains/plugins/scala/externalLibraries/derevo/DerevoInjector.scala
index d8a746529a6..21fb94c1ecd 100644
--- a/scala/scala-impl/src/org/jetbrains/plugins/scala/externalLibraries/dere... | [
"scala/scala-impl/src/org/jetbrains/plugins/scala/externalLibraries/derevo/DerevoInjector.scala"
] | [] | true | ||
JetBrains/intellij-scala | 597 | issue_to_patch | Fixed local variables initialized | fdc73eae518ad2d746d9506c63394b69276f1edb | e078c1b8fddc25e4389ce23aeb35be948d52d8ed | diff --git a/scala/scala-impl/resources/messages/ScalaBundle.properties b/scala/scala-impl/resources/messages/ScalaBundle.properties
index ba82d60ce64..2760a8413bc 100644
--- a/scala/scala-impl/resources/messages/ScalaBundle.properties
+++ b/scala/scala-impl/resources/messages/ScalaBundle.properties
@@ -391,7 +391,7 @@... | [
"scala/scala-impl/resources/messages/ScalaBundle.properties"
] | [] | true | |||
JetBrains/intellij-scala | 593 | issue_to_patch | SCL-18372 Support SBT extension in BSP import | Tested against: https://github.com/sbt/sbt/pull/6553
| 03ae89a484fb4066f3f3f723ac6dece461d0f738 | 51b3902dfe2ee2424e01e36d443779b875d90463 | diff --git a/bsp/resources/META-INF/BSP.xml b/bsp/resources/META-INF/BSP.xml
index 81cc436337c..50afae4b14a 100644
--- a/bsp/resources/META-INF/BSP.xml
+++ b/bsp/resources/META-INF/BSP.xml
@@ -27,6 +27,7 @@
<externalProjectDataService implementation="org.jetbrains.bsp.data.ScalaSdkService" order="last"/>
... | [
"bsp/resources/META-INF/BSP.xml",
"bsp/src/org/jetbrains/bsp/data/SbtBuildModuleDataBspService.scala",
"bsp/src/org/jetbrains/bsp/project/importing/BspProjectResolver.scala",
"bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala"
] | [
{
"comment": "did you change to this sbt version locally or how did this version come in?",
"path": ".idea/sbt.xml",
"hunk": "@@ -15,26 +15,38 @@\n <option value=\"$PROJECT_DIR$/scala/compiler-shared\" />\n <option value=\"$PROJECT_DIR$/scala/conversion\" />\n <option... | true | ||
JetBrains/intellij-scala | 594 | issue_to_patch | SCL-18372 Instruct BSP server to workspace/reload during refresh | bf129942410b16be1b33cb3eb295bce3c8021240 | 3b67f96d64060cb67ce524abd60d450b394d56b6 | diff --git a/bsp/src/org/jetbrains/bsp/project/importing/BspProjectResolver.scala b/bsp/src/org/jetbrains/bsp/project/importing/BspProjectResolver.scala
index 32e8b5131ec..bd168d8b588 100644
--- a/bsp/src/org/jetbrains/bsp/project/importing/BspProjectResolver.scala
+++ b/bsp/src/org/jetbrains/bsp/project/importing/BspP... | [
"bsp/src/org/jetbrains/bsp/project/importing/BspProjectResolver.scala",
"project/dependencies.scala"
] | [
{
"comment": "You might want to retain backwards compatibility with BSP servers that don't implement this method. We don't have [protocol version negotiation yet](https://github.com/build-server-protocol/build-server-protocol/issues/56), but I guess we could just swallow a \"not-implemented\" error here.",
... | true | |||
JetBrains/intellij-scala | 594 | comment_to_fix | SCL-18372 Instruct BSP server to workspace/reload during refresh | We can use M14 without the latest snapshot | bf129942410b16be1b33cb3eb295bce3c8021240 | 3b67f96d64060cb67ce524abd60d450b394d56b6 | diff --git a/project/dependencies.scala b/project/dependencies.scala
index 5266af0066d..23400f5b694 100644
--- a/project/dependencies.scala
+++ b/project/dependencies.scala
@@ -10,7 +10,7 @@ object Versions {
val bloopVersion = "1.4.8-26-cbddb8ba"
val zincVersion = "1.4.0-M12"
val intellijVersion = "212.4486"
... | [
"project/dependencies.scala"
] | [
{
"comment": "We can use M14 without the latest snapshot",
"path": "project/dependencies.scala",
"hunk": "@@ -10,7 +10,7 @@ object Versions {\n val bloopVersion = \"1.4.8-26-cbddb8ba\"\n val zincVersion = \"1.4.0-M12\"\n val intellijVersion = \"212.4486\"\n- val bspVersion = \"2.0.0-M12+27-4994bd... | true | ||
JetBrains/intellij-scala | 587 | issue_to_patch | Remove restriction on max parallel Scala Compile Server threads | I have more than 6 cores and because of that `sbt compile` finishes faster than an IDEA build on my machine purely due to parallelism. I believe the restriction of maximum 6 threads may be a tad too low and could probably be increased or completely unrestricted. (I chose to do the latter in this change)
| 1e312aa0783448eba3fddd49f136e4aee0df7e65 | 15d86f3b3d054e2aab32a020d84867dc6527b64a | diff --git a/scala/scala-impl/src/org/jetbrains/plugins/scala/compiler/ScalaCompileServerForm.java b/scala/scala-impl/src/org/jetbrains/plugins/scala/compiler/ScalaCompileServerForm.java
index 4b1b9b5d930..4514715b09c 100644
--- a/scala/scala-impl/src/org/jetbrains/plugins/scala/compiler/ScalaCompileServerForm.java
+++... | [
"scala/scala-impl/src/org/jetbrains/plugins/scala/compiler/ScalaCompileServerForm.java"
] | [] | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.