Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
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 up
Pinned
509 contributions in the last year
Contribution activity
November 2020
October 2020
Created 4 commits in 2 repositories
Created a pull request in redscientistlabs/RTCV that received 6 comments
[Test] ActiveTableObject serialization test
Wanted to mock up a quick unit test and see if you have any feedback on my organization or methodology. Tests can be run in Visual Studio using the…
Opened 17 other pull requests in 5 repositories
redscientistlabs/RTCV
1
open
10
merged
- [Refactor] Some Stockpile fields are now properties
- Removed Stockpile.Name member
- [Tests] Added Default Stockpile serialization test
- Fixed CA1724: Type names should not match namespaces
- Fixed IDE0025: Use expression body for properties
- Fixed coverage reporting
- Fixed IDE0019 - Use pattern matching
- Fixed IDE0011 (Added braces where they were missing)
- Fixed SA1203 and other warnings
- Fixed IDE0038 - Use pattern matching
- Fixed `Run.ps1` script with dolphin and pcsx2
redscientistlabs/RTC-Launcher
3
merged
redscientistlabs/citra-vanguard
1
open
redscientistlabs/ProcessStub-Vanguard
1
open
redscientistlabs/Bizhawk-Vanguard
1
merged
Reviewed 6 pull requests in 2 repositories
redscientistlabs/RTCV 5 pull requests
redscientistlabs/ProcessStub-Vanguard 1 pull request
Created an issue in redscientistlabs/ProcessStub-Vanguard that received 2 comments
Move to .NET core project format
I tried this with try-convert with the designer workarounds we used in RTC-Launcher. It horribly broke Visual Studio when trying to edit the design…