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/csharp/language-reference/compiler-options/listed-alphabetically.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The following compiler options are sorted alphabetically. For a categorical list
23
23
|[-baseaddress](baseaddress-compiler-option.md)|Specifies the base address for the library to be built.|
24
24
|[-bugreport](bugreport-compiler-option.md)|Creates a 'Bug Report' file. This file will be sent together with any crash information if it is used with -errorreport:prompt or -errorreport:send.|
25
25
|[-checked](checked-compiler-option.md)|Causes the compiler to generate overflow checks.|
26
-
|-checksumalgorithm:\<alg>|Specify the algorithm for calculating the source file checksum stored in PDB. Supported values are: SHA1 (default) or SHA256.|
26
+
|-checksumalgorithm:\<alg>|Specifies the algorithm for calculating the source file checksum stored in PDB. Supported values are: SHA1 (default) or SHA256.|
27
27
|[-codepage](codepage-compiler-option.md)|Specifies the codepage to use when opening source files.|
0 commit comments