-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
dotnet-csharp/svclang-reference/subsvcokr-qualityContent-quality KR: Concerns article defects (bugs), freshness, or build warnings.Content-quality KR: Concerns article defects (bugs), freshness, or build warnings.
Description
- Content: Advanced C# compiler options
- Content Source: docs/csharp/language-reference/compiler-options/advanced.md
- Product: dotnet-csharp
- Technology: csharp-language-reference
To specify multiple mapped source paths, separate each with a semicolon.
XML
<PathMap>path1=sourcePath1;path2=sourcePath2</PathMap>
Using a semicolon will cause the following error.
CSC : error CS8101: The pathmap option was incorrectly formatted.
It should be a comma.
To specify multiple mapped source paths, separate each with a comma.
XML
<PathMap>path1=sourcePath1,path2=sourcePath2</PathMap>
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
- ID: 0db1080c-bbc9-5c15-dea7-cf3c5638ea00
- Version Independent ID: 6a993c1e-13a2-c354-5d3d-4e9d401781b9
- Content: C# Compiler Options - advanced scenarios
- Content Source: docs/csharp/language-reference/compiler-options/advanced.md
- Product: dotnet-csharp
- Technology: csharp-language-reference
- GitHub Login: @BillWagner
- Microsoft Alias: wiwagn
Metadata
Metadata
Assignees
Labels
dotnet-csharp/svclang-reference/subsvcokr-qualityContent-quality KR: Concerns article defects (bugs), freshness, or build warnings.Content-quality KR: Concerns article defects (bugs), freshness, or build warnings.