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 28 million developers.
Sign up
Pinned repositories
904 contributions in the last year
Activity overview
Contribution activity
January 2019
Created a pull request in dotnet/roslyn that received 6 comments
Add support for ??= to NullableWalker
Fixes #30140. Commit 1 fixes a bug I noticed while coming up with a test matrix for ??=. The fix I took here was my first instinct and may be incor…
+789
−234
•
6
comments
- Ensure nullability mismatch in implemented interface types is treated as a warning.
- Ensure IOperation/CFG doesn't crash in presence of using declarations:
- No nested nullability warnings on converting suppressed expressions
- Fix and validate compiler extension VSIX
- Fix parsing regression on switch case expression that is parenthesized unary expression
- Change no conversion to idisposable message:
- Unify StrongNameProvider implementations
- Keybinding reset gold bar is displayed when not applicable
- Async-streams: Produce diagnostic for async-iterator missing async
- Handle null value for `IDeclarationPatternOperation.DeclaredSymbol`
- Fix NullReferenceException in LocalRewriter.MakeConversionNode
- Add tests for nullable reference types.
- Adding code fix to unseal a class
- Improve CFG for switch expression when clauses
- Copy nullable state of tuples at construction and through identity conversions
Created an issue in 42wim/matterbridge that received 7 comments
Support setting the matterbridge.toml location in docker
Is your feature request related to a problem? Please describe. If I'm attempting to simply deploy matterbridge as a docker container to Azure, I ca…
7
comments