Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
725 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 3 repositories
Created a pull request in spboyer/dotnetthanks that received 3 comments
Fix SemVer ordering of releases
I figured it might be nice to order the releases by SemVer instead of by a seemingly-random identifier. I also fixed a tiny potential bug with bot …
Created an issue in dotnet/aspnetcore that received 9 comments
Razor Tooling shows bogus warning for nested 'Frame' tag "Element requires end tag" / "missing matching start tag"
Describe the bug
If you have a tag named Frame (such as by having a file Frame.razor) then if you nest it within itself you get a warning.
This syn…