This repository was archived by the owner on Jun 21, 2023. It is now read-only.
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Can't open files containing curly braces #2510
Closed
Description
Versions
- GitHub Extension for Visual Studio version: 2.11.96.24460
- Visual Studio version: 16.5.4
What happened
Trying to open files from the GitHub PR explorer for this PR. It contains files with curly braces {}
which won't open in VS. Getting a Error opening file: Input string was not in a correct format.
error.
Steps to Reproduce
Steps to reproduce the behavior:
- Open PR in GitHub extension.
- Try to open any of the generic classes like
ArrayPoolBufferWriter{T}.cs
- See error in status bar
- Note, if you pick another file (like the first one
AllocationMode.cs
it works fine, just fails on any file with curly brace).
Expected behavior
File opens.