File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "isRoot" : true ,
44 "tools" : {
55 "csharpier" : {
6- "version" : " 0.30.6 " ,
6+ "version" : " 1.2.5 " ,
77 "commands" : [
8- " dotnet- csharpier"
8+ " csharpier"
99 ],
1010 "rollForward" : false
1111 }
Original file line number Diff line number Diff line change 4646 run : dotnet pack ./CSharpFunctionalExtensions.HttpResults/CSharpFunctionalExtensions.HttpResults.csproj -c Release -p:ContinuousIntegrationBuild=true -p:Version=0.0.0 --output dist/package
4747
4848 - name : Lint
49- run : dotnet csharpier -- check .
49+ run : dotnet csharpier check .
5050
5151 - name : Link Checker
5252 id : lychee
Original file line number Diff line number Diff line change 4343 run : dotnet build -c Release --no-restore -p:ContinuousIntegrationBuild=true
4444
4545 - name : Lint
46- run : dotnet csharpier -- check .
46+ run : dotnet csharpier check .
4747
4848 - name : Extract version from tag
4949 run : |
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ Contributions are welcome! Please keep the following rules in mind:
252252- add sync and async variants where possible
253253- refer to existing code files and the folder structure when adding something
254254
255- This project uses [CSharpier ](https :// csharpier.com) for code formatting. You can format your code with `dotnet csharpier .`.
255+ This project uses [CSharpier ](https :// csharpier.com) for code formatting. You can format your code with `dotnet csharpier format .`.
256256
257257### Add new extension methods
258258
You can’t perform that action at this time.
0 commit comments