You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,9 @@ Below are the list of properties in the config file.
63
63
- EnforceCodeStyleInBuild
64
64
- Required
65
65
- Boolean value to set the `EnforceCodeStyleInBuild` csproj element to. If the `EnableNetAnalyzers` element does not exist in the project file, it will be added.
66
+
- RunDotnetFormat
67
+
- Required
68
+
- True to run the `dotnet format` command on all csproj files
66
69
- OutputFile
67
70
- Optional
68
71
- If this is set, it will be the file to write logs to, in addition to the console
@@ -80,7 +83,8 @@ Below are the list of properties in the config file.
0 commit comments