Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixup IOperation Test Hook #49534

Closed
wants to merge 17 commits into from
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
3ebc3ab
Add test case for bad pattern assumption
333fred Nov 5, 2020
e9a6def
Added flow graph verification of object/array initializer expressions.
333fred Nov 9, 2020
c8a69ed
Handle bad instance receivers in pattern verification
333fred Nov 10, 2020
9f67694
Skip tests affected by https://github.com/dotnet/roslyn/issues/49267 …
333fred Nov 10, 2020
ca6943f
Handle param arrays in extension getenumerator calls for IOperation
333fred Nov 10, 2020
8356f43
Correctly handle tuple error fields in the nullable walker.
333fred Nov 12, 2020
8cfbdb5
Correctly handle local functions declared in a bound block after a us…
333fred Nov 13, 2020
db39a92
Correct DebugAssert in SourceLocalSymbol for nullability.
333fred Nov 13, 2020
b0837af
Treat local symbols and local functions defined in a top-level method…
333fred Nov 13, 2020
09fe4c2
Handle nullable suppression operators on nodes in the CFG Verifier
333fred Nov 13, 2020
de7927e
Skip additional test for https://github.com/dotnet/roslyn/issues/49267.
333fred Nov 13, 2020
9f97ca2
Classify conditional access expression captures as long-lived. If the…
333fred Nov 14, 2020
4af2613
Ensure that attribute arguments are bound to their natural type if th…
333fred Nov 14, 2020
d4ab21f
Skip tests not compatible with IOperation
333fred Nov 14, 2020
4dd6735
Fix default argument binding in foreach loops.
333fred Nov 17, 2020
ff250a3
Add test and verification condition for vb indexed properties.
333fred Nov 17, 2020
c962fed
Force all BoundCall.Synthesized calls to pass an explicit binder or n…
333fred Nov 17, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading