<chore> + 增加t4模板自动生成resx.designer.cs

This commit is contained in:
2022-12-06 11:46:01 +08:00
parent 2ec7ec2628
commit a67f0a6007
5 changed files with 112 additions and 419 deletions

12
.config/dotnet-tools.json Normal file
View File

@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-t4": {
"version": "2.3.1",
"commands": [
"t4"
]
}
}
}