microsoft / microsoft/OpenAPI.NET
avoid regressions for linting improvements
未关闭
还没有人认领这个 Issue。
- 主要语言
- C#
- 星标
- 1.6k
- 派生
- 286
- 平均合并
- 6 小时 38 分钟
- 30 天内合并 PR
- 35
描述
@simoncropp thank you for all the linting and other improvements pull requests (for other readers #1365 through #1398)
I'd like to make sure we don't introduce regressions on those improvements in the future. Hence this issue.
I think we should be able to get all those checked on every PR with:
- editor config with a well configured csharp section
dotnet format --verify-no-changes- editing one of the existing GHA workflows to run this command.
Thoughts? Is this something you'd be willing to submit a PR for once the linting PRs are merged?
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先检查现有的 GitHub Actions 工作流和仓库的编辑器配置,然后在本地运行 dotnet format --verify-no-changes。当相关的 editorconfig C# 设置以及格式验证运行在每个 pull request 上都成功且没有回归时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- csharp, github-actions
- 领域
- build-system, ci-cd, developer-experience
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100