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
cleanup
  • Loading branch information
TylerMSFT committed Jun 6, 2025
commit 2f3066b01a2233b4783d2f5baf3f402088dda907
3 changes: 1 addition & 2 deletions docs/build/reference/experimental-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Output [SARIF](https://sarifweb.azurewebsites.net/) diagnostics to the specified
## Syntax

> **`/experimental:log`** *filename*

> **`/experimental:log`** *directoryname\\

## Arguments
Expand All @@ -21,7 +20,7 @@ Output [SARIF](https://sarifweb.azurewebsites.net/) diagnostics to the specified

The output file for SARIF diagnostics. The compiler automatically adds the `.sarif` extension to *filename*. The space between `/experimental:log` and *filename* is optional. Use double quotes around paths containing spaces. Both relative and absolute paths are supported.

*directoryname`\`*
*directoryname\\*

The output directory for SARIF diagnostics (for example, `/experimental:log sarif_output\`). Remember to add the trailing backslash (`\`) to indicate it's 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.

Expand Down