-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
backloghelp wantedIssues that the core team doesn't plan to work on, but would accept a PR for. Comment to claim.Issues that the core team doesn't plan to work on, but would accept a PR for. Comment to claim.triaged
Description
- Create a new Console application
- Create a new folder called "Exclude", copy Program.cs into it
- Unload -> Edit
- Replace the
<Compile Includeitems with<Compile Include="**/*.cs" Exclude="Excluded/**" /> - Reload project
Expected: For Excluded\Program.cs to not be included in the project
Actual: Excluded\Program.cs is included in the project.
It appears that while '/' is understood in Include, it's not in Exclude. Does this prevent us from writing platform-agnostic paths?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backloghelp wantedIssues that the core team doesn't plan to work on, but would accept a PR for. Comment to claim.Issues that the core team doesn't plan to work on, but would accept a PR for. Comment to claim.triaged