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
162 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in dotnet/roslyn-analyzers that received 2 comments
(XUnit) SkippableFact and FXCop code analysis rule CA1822: Mark members as static
Analyzer Diagnostic ID: CA1822 Describe the improvement As (X)unit tests should be non-static, allowing test setup and teardown in class constructo…
Created an issue in AArnott/Xunit.SkippableFact that received 1 comment
SkippableFact and FXCop code analysis rule CA1822: Mark members as static
SkippableFact are often marked as "Should be static" by code rule: CA1822 https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/qualit…