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
[csc.exe cmd line - "response" file] Extra '-' character (#33544)
* [csc.exe cmd line "response" file] extra '-' character
When specifying a "response" (input) file for `csc.exe` with the `@` character, there mustn't be a dash in front
* Update miscellaneous.md
elaborate.
* Update miscellaneous.md
fidgeting
Copy file name to clipboardExpand all lines: docs/csharp/language-reference/compiler-options/miscellaneous.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,11 @@ helpviewer_keywords:
11
11
---
12
12
# Miscellaneous C# Compiler Options
13
13
14
-
The following options control miscellaneous compiler behavior. The new MSBuild syntax is shown in **Bold**. The older *csc.exe* syntax is shown in `code style`.
14
+
The following options control miscellaneous compiler behavior. The new MSBuild syntax is shown in **Bold**. The older *csc.exe*command-line syntax is shown in `code style`.
15
15
16
-
-**ResponseFiles** / `-@`: Read response file for more options.
16
+
-**ResponseFiles** / <code>@*CustomOpts.RSP*</code> : Read the specified response file for more options.
0 commit comments