Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.4.0#15
Closed
dependabot[bot] wants to merge 23 commits intomainfrom
Closed
Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.4.0#15dependabot[bot] wants to merge 23 commits intomainfrom
dependabot[bot] wants to merge 23 commits intomainfrom
Conversation
首版发布到新仓库,保留可运行代码与文档,移除不适合入库的本地资源。 Made-with: Cursor
补充脚本健壮性校验与中文注释,支持一键启动 AI 与 .NET 服务并自动打开前端页面。 Made-with: Cursor
- database/schema.sql:utf8mb4 Unicode 字符集、表与字段 COMMENT、默认建库与 USE aura - MySqlStore:告警 detail_json 使用 JSON_QUOTE/JSON_UNQUOTE,与 MySQL JSON 列一致 - CHANGELOG:新增 0.0.6 条目;README 与部署运维手册版本号对齐 Made-with: Cursor
新增 docker 目录并提供后端/AI 镜像构建、full/ops/prod 编排模板,补齐跨平台启动/停止/健康检查脚本。增加私有仓库登录、镜像构建推送、离线导入导出脚本与环境变量模板,并提供 GitHub Actions/Jenkins 示例,支持本地联调、企业内网镜像与离线部署。 Made-with: Cursor
整合后端认证与抓拍链路增强、前端会话与页面联动调整、数据库与配置升级,以及上线检查与部署文档迁移。补齐 Docker 化与运维脚本能力,统一项目交付资产,便于联调、发布与长期维护。 Made-with: Cursor
修复 MySqlStore 中用户列表映射与抓拍/告警 LIMIT 参数绑定问题,消除开发环境高频查询异常。新增 Dev:ResetAdminPasswordOnce 开关,仅在 Development 下支持一次性重置并打印 admin 随机密码,并补充配置与文档说明。 Made-with: Cursor
对齐 MySqlStore 中用户/抓拍/告警记录的物化类型,修复查询阶段的 Dapper materialization 异常。统一 Program 统计与导出链路的时间类型映射,解决 DateTime 与 DateTimeOffset 混用导致的 CS0173 编译错误,并同步更新更新日志。 Made-with: Cursor
开发环境执行 Dev:ResetAdminPasswordOnce 后,自动回写 appsettings.Development.json 将开关复位为 false,避免重复触发重置。补充更新日志说明并保留失败时的手动回滚提示。 Made-with: Cursor
在前后端源码与运维脚本中统一补齐文件头中英文名称注释,提升可读性与文件职责识别效率,同时保持业务逻辑零改动。 Made-with: Cursor
补充 docker 目录下的部署脚本,覆盖 Ubuntu 服务器从拉取代码到容器启动与健康检查全流程,统一采用中文注释以便运维直接落地执行。 Made-with: Cursor
补充部署脚本仓库地址与测试配置项,新增“.env存在则跳过生成”逻辑,避免重复部署时覆盖服务器已有环境变量文件。 Made-with: Cursor
增加.env关键变量校验、健康检查超时与阶段耗时输出,统一compose命令携带env文件,降低部署长时间无反馈和变量缺失导致的失败风险。 Made-with: Cursor
- 支持 Paths:FrontendRoot 与生产默认 /opt/aura/frontend - compose 挂载 frontend 与 ASPNETCORE_ENVIRONMENT 可配置 - deploy-aura-ubuntu.sh 写入 Production 并增加首页健康检查 - 更新 CHANGELOG.md Made-with: Cursor
- 将 frontend 各页面 apiBase 从 https://localhost:5001 统一改为同源空前缀 - 修复生产环境 CSP connect-src self 下登录与页面请求被拦截问题 - 更新 CHANGELOG 记录前端同源化改动 Made-with: Cursor
Made-with: Cursor
Made-with: Cursor:
后端:Minimal API 按域拆分为多文件;接入 OpenTelemetry(OTLP 可配置)、全局异常与关联 ID;新增集成测试工程与 Testing 环境配置;HttpClient 弹性与就绪探针等对齐。 前端:三维态势页右侧栏紧凑布局、事件流区域自适应与底部状态区样式;主题与 shell 小调整;新增 ESLint 与 package.json。 运维与仓库:根目录 .env.example 与 .editorconfig;GitHub Actions(dotnet-ci)、Dependabot;K8s 示例与 database/migrations 说明;Docker 与部署文档更新。 其他:CHANGELOG、README、AI 服务密钥校验、start_services 预检与依赖锁定。 Made-with: Cursor
--- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Microsoft.NET.Test.Sdk from 17.14.1 to 18.4.0.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
18.4.0
What's Changed
Add LoongArch64 support by @stdmnpkg in Add LoongArch64 support microsoft/vstest#15359
Refactor Condition evaluation by @Youssef1313 in Refactor Condition evaluation microsoft/vstest#15357
Adding info on extensions points part 1 by @nohwnd in Adding info on extensions points part 1 microsoft/vstest#15360
Add option to ask for uploading code QL before the standard window ends by @nohwnd in Add option to ask for uploading code QL before the standard window ends microsoft/vstest#15373
Update runtime versions by @nohwnd in Update runtime versions microsoft/vstest#15372
Fix .NET 10 regression for traits by @Youssef1313 in Fix .NET 10 regression for traits microsoft/vstest#15370
Update target frameworks to net10.0 and net11.0 by @dotnet-maestro[bot] in Update target frameworks to net10.0 and net11.0 microsoft/vstest#15349
Fix names in pipeline matrix so we don't have to align them by @nohwnd in Fix names in pipeline matrix so we don't have to align them microsoft/vstest#15365
Update SECURITY.md by @Youssef1313 in Update SECURITY.md microsoft/vstest#15342
New Contributors
Full Changelog: microsoft/vstest@v18.3.0...v18.4.0
18.3.0
What's Changed
Internal fixes and updates
New Contributors
18.0.1
What's Changed
Fixing an issue with loading covrun64.dll on systems that have .NET 10 SDK installed: https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/10.0/code-coverage-dynamic-native-instrumentation
Internal changes
Full Changelog: microsoft/vstest@v18.0.0...v18.0.1
18.0.0
What's Changed
Internal fixes and updates
... (truncated)
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)