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: docs/coding-guidelines/coding-style.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ The general rule we follow is "use Visual Studio defaults".
36
36
37
37
An [EditorConfig](https://editorconfig.org"EditorConfig homepage") file (`.editorconfig`) has been provided at the root of the runtime repository, enabling C# auto-formatting conforming to the above guidelines.
38
38
39
-
We also use the [.NET Codeformatter Tool](https://github.com/dotnet/codeformatter) to ensure the code base maintains a consistent style over time, the tool automatically fixes the code base to conform to the guidelines outlined above.
39
+
We also use the [dotnet-format Tool](https://github.com/dotnet/format) to ensure the code base maintains a consistent style over time, the tool automatically fixes the code base to conform to the guidelines outlined above.
<ErrorCondition="'$(Scenario)' != 'WasmTestOnV8' and
258
+
'$(Scenario)' != 'WasmTestOnChrome' and
259
+
'$(Scenario)' != 'WasmTestOnFirefox' and
260
+
'$(Scenario)' != 'WasmTestOnNodeJS' and
261
+
'$(Scenario)' != 'WasmDebuggerTests' and
262
+
'$(Scenario)' != 'BuildWasmApps'"
263
+
Text="Only supported scenarios are WasmTestOnV8, WasmTestOnNodeJS, WasmTestOnChrome, WasmTestOnFirefox, WasmDebuggerTests and BuildWasmApps at the moment. It was $(Scenario)." />
0 commit comments