dotnet / dotnet/sdk

New csproj files should use "/" as path seperator

Open
#51,972 2 comments 1 reaction 1 assignee Claimed by @baronfel View on GitHub
untriaged
Dominant language
C#
Stars
3.2k
Forks
1.3k
PR merge metrics
PR metrics pending

Description

### Description

As dotnet supports both `"/"` and `"\"`, but in linux and macos only `"/"` works dotnet should use only `"/"`.
Also a new csproj in visual Studio should use `"/"`

### Reproduction Steps

Create a new .csproj in visual studio and link to a file...

### Expected behavior

It should use `"/"`

### Actual behavior

Is uses `"\"`

### Regression?

_No response_

### Known Workarounds

_No response_

### Configuration

_No response_

### Other information

_No response_

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.