当前位置:网站首页>c#控制台格式化代码
c#控制台格式化代码
2022-06-30 02:36:00 【哀莫离裳】
控制台格式化代码
前言
原文来自于:半栈程序员
https://mp.weixin.qq.com/s/Yt8okg6qmm5h92WuHfQhrw
我不得不承认,在 code review 的时候,我花费了很多时间来研究 C# 的代码格式问题,这是没有太大意义的工作,我应该专注于其他事情,而不是观察同事是否忘记格式化代码,或者是使用了其他不同规则的代码编辑器。
现在,我们可以使用 dotnet format 检查代码格式问题。这是 .NET 6 的新功能,.NET CLI 引入了 dotnet format 命令 ,并且它是内置的命令。
需要注意的是,如果你安装了 .NET 6 Preview 7 SDK 或更高版本,应该使用 dotnet-format 而不是 dotnet format, 否则运行命令会报错。
格式化解决方案中的所有代码:
dotnet format ./solution.sln
格式化单个项目的代码
dotnet format ./src/application.csproj
验证所有代码的格式是否正确:
dotnet format --verify-no-changes
格式化 src 和 tests 目录中的所有代码,并排除 src/submodule-a 目录的代码:
dotnet format --include ./src/ ./tests/ --exclude ./src/submodule-a/
格式化并输出详细信息
dotnet-format -v diag
格式化并记录报告到文件
dotnet format --report ./report.json
边栏推荐
- 【postgres】postgres 数据库迁移
- DHU programming exercise
- JMeter obtains cookies across thread groups or JMeter thread groups share cookies
- [论]【DSTG】Dynamic SpatiotemporalGraph Convolutional Neural Networks for Traffic Data Imputation
- 走进江苏作家诗人胭脂茉莉|世界读书日
- Five cheapest wildcard SSL certificate brands
- Can autojs code be encrypted? Yes, display of autojs encryption skills
- Global and Chinese market of ERP software for garment and textile industries 2022-2028: Research Report on technology, participants, trends, market size and share
- SQLite使用
- Matlab code running tutorial (how to run the downloaded code)
猜你喜欢
什么是自签名证书?自签名SSL证书的优缺点?
Playful palette: an interactive parametric color mixer for artists
NPDP产品经理国际认证考试报名有什么要求?
什么是X.509证书?X.509证书工作原理及应用?
Recursion frog jumping steps problem
FDA ESG regulation: digital certificate must be used to ensure communication security
Traffic, but no sales? 6 steps to increase website sales
每周推荐短视频:为什么理论正确但得不到预期结果?
JMeter obtains cookies across thread groups or JMeter thread groups share cookies
选择排序
随机推荐
How long is the general term of the bank's financial products?
直接插入排序
Unity3D UGUI强制刷新Layout(布局)组件
迅为恩智浦iTOP-IMX6开发平台
DHU programming exercise
VScode如何Debug(调试)进入标准库文件/第三方包源码
Four, forty, fourhundred swatches
DHU programming exercise
2.8 【 weight of complete binary tree 】
CMake教程系列-04-编译相关函数
Xunwei enzhipu ITop - imx6 Development Platform
DHU programming exercise
A quick look at the statistical data of 23 major cyber crimes from 2021 to 2022
Some configuration details about servlet initial development
Entering Jiangsu writers and poets carmine Jasmine World Book Day
Seven common errors of SSL certificate and their solutions
DHU programming exercise
Bucket sort
What is digicert smart seal?
Dynamic SQL