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.
Screenshots

Versions
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 aError opening file: Input string was not in a correct format.error.Steps to Reproduce
Steps to reproduce the behavior:
ArrayPoolBufferWriter{T}.csAllocationMode.csit works fine, just fails on any file with curly brace).Expected behavior
File opens.
Screenshots