Skip to content

[pull] main from MicrosoftDocs:main #319

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Jun 6, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
edit
  • Loading branch information
TylerMSFT committed Jun 6, 2025
commit b2e34b1a9d2d2a1e72d9441e746e2560e9404779
2 changes: 1 addition & 1 deletion docs/build/reference/experimental-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The output file for SARIF diagnostics. The compiler automatically adds the `.sar

*directoryname\*

The output directory for SARIF diagnostics (for example, `/experimental:log sarif_output\`). Each source file name forms the base name for each SARIF file saved in the directory. The compiler automatically adds the `.sarif` extension to each file name. The space between `/experimental:log` and *directoryname* is optional. Use double quotes around paths containing spaces. Both relative and absolute paths are supported.
The output directory for SARIF diagnostics (for example, `/experimental:log sarif_output\`). Remember to add the trailing backslash (`\`)to indicate that this is a directory. Each source file name forms the base name for each SARIF file saved in the directory. The compiler automatically adds the `.sarif` extension to each file name. The space between `/experimental:log` and *directoryname* is optional. Use double quotes around paths containing spaces. Both relative and absolute paths are supported.

## Remarks

Expand Down