Solution is failed to be built if contains 3 or more dots in name
Open
Area: Engine
Area: Solution (.sln)
triaged
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 141
Description
Create a solution with a name like Test...Dots(in my case it was netcoreapp3.1) and try to build, it fails with the following error:
```
Microsoft.Common.props(62, 3): [MSB4019] The imported project "/Users/user/Projects/test...dots/test...dots/obj/test...dots.csproj.*.props" was not found. Confirm that the expression in the Import declaration "/Users/user/Projects/test...dots/test...dots/obj/test...dots.csproj.*.props" is correct, and that the file exists on disk.
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.