tugberkugurlu / bitbucket-issues-to-github

A Bitbucket to GitHub Issue Migration Tool
MIT License
4 stars 2 forks source link

code may be prerelease version of c# 6 #2

Closed gregsdennis closed 6 years ago

gregsdennis commented 8 years ago

Most of the issues are around parameterized strings.

"...\{expression}..."

should be

$"...{expression}..."
tugberkugurlu commented 6 years ago

I believe #4 fixed this.