-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Merge master to features/static-lambdas #45409
Merge master to features/static-lambdas #45409
Commits on May 27, 2020
-
Fix exception in declare-as-nullable code fix (#44338)
IParameterSymbol.DeclaringSyntaxReferences will be empty if the analyzed method call is targeting a method with no source code available (external assembly).
Configuration menu - View commit details
-
Copy full SHA for 8c62f62 - Browse repository at this point
Copy the full SHA 8c62f62View commit details
Commits on Jun 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a8d8245 - Browse repository at this point
Copy the full SHA a8d8245View commit details -
Configuration menu - View commit details
-
Copy full SHA for 773b341 - Browse repository at this point
Copy the full SHA 773b341View commit details
Commits on Jun 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5b3577b - Browse repository at this point
Copy the full SHA 5b3577bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1477f00 - Browse repository at this point
Copy the full SHA 1477f00View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6a49ef - Browse repository at this point
Copy the full SHA a6a49efView commit details -
Configuration menu - View commit details
-
Copy full SHA for e833d92 - Browse repository at this point
Copy the full SHA e833d92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0335c20 - Browse repository at this point
Copy the full SHA 0335c20View commit details -
Update src/EditorFeatures/CSharpTest/Diagnostics/Nullable/CSharpDecla…
…reAsNullableCodeFixTests.cs
Configuration menu - View commit details
-
Copy full SHA for 617846f - Browse repository at this point
Copy the full SHA 617846fView commit details
Commits on Jun 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 27f94ef - Browse repository at this point
Copy the full SHA 27f94efView commit details -
Update src/EditorFeatures/CSharpTest/Diagnostics/Nullable/CSharpDecla…
…reAsNullableCodeFixTests.cs Co-authored-by: Jason Malinowski <jason@jason-m.com>
Configuration menu - View commit details
-
Copy full SHA for 2313621 - Browse repository at this point
Copy the full SHA 2313621View commit details
Commits on Jun 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6ec37b1 - Browse repository at this point
Copy the full SHA 6ec37b1View commit details
Commits on Jun 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 314cbb3 - Browse repository at this point
Copy the full SHA 314cbb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ca148c - Browse repository at this point
Copy the full SHA 7ca148cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45588cc - Browse repository at this point
Copy the full SHA 45588ccView commit details
Commits on Jun 23, 2020
-
Merge pull request #45227 from Youssef1313/nullable-cs8618-bug
Support FieldDeclarationSyntax in CS8618 fixer
Configuration menu - View commit details
-
Copy full SHA for 16bd662 - Browse repository at this point
Copy the full SHA 16bd662View commit details -
Merge pull request #43569 from zaytsev-victor/Fixes43267
Enable DateTime completion in string interpolation format strings.
Configuration menu - View commit details
-
Copy full SHA for 4129ecb - Browse repository at this point
Copy the full SHA 4129ecbView commit details -
Remove IActiveStatementSpanTracker from the MEF catalog
This reverts commit d04ebc2.
Configuration menu - View commit details
-
Copy full SHA for a69d15b - Browse repository at this point
Copy the full SHA a69d15bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00ebef4 - Browse repository at this point
Copy the full SHA 00ebef4View commit details -
Give an example in the non-exhaustive diagnostic (#44702)
* When reporting a switch is not exhaustive, give an example why. Fixes #43943 * Skip a flaky test Related to #45234
Neal Gafter authoredJun 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 212fc8f - Browse repository at this point
Copy the full SHA 212fc8fView commit details -
Merge pull request #45373 from sharwell/span-tracker
Remove IActiveStatementSpanTracker from the MEF catalog
Configuration menu - View commit details
-
Copy full SHA for 373d430 - Browse repository at this point
Copy the full SHA 373d430View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c92f53 - Browse repository at this point
Copy the full SHA 0c92f53View commit details -
Binder Check for Unbound Generics in Methods (#45033)
* Binder Check for Unbound Generics in Methods * Edited Tests to Match Changes * Update Binder_Expressions.cs * Restricted Error Scope, allowed other binding errors to occur * Update Binder_Expressions.cs * Modified location and error reporting * Quick PR Fixes - Part 1 of 2 * Quick PR Fixes - Part 2 of 2 Added new error, broadened error throwing to include all instances of OmittedTypeArgument in method binding. * Update GenericConstraintTests.cs * Added VB tests, extended C# tests
Kevin Sun authoredJun 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 35b67f8 - Browse repository at this point
Copy the full SHA 35b67f8View commit details -
Do not permit default literals in relational patterns (#45375)
Fixes #45292
Neal Gafter authoredJun 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 430056a - Browse repository at this point
Copy the full SHA 430056aView commit details -
Merge pull request #45211 from 333fred/api-notes
Add API review notes for d16.7
Configuration menu - View commit details
-
Copy full SHA for 6230bcd - Browse repository at this point
Copy the full SHA 6230bcdView commit details -
Merge pull request #44604 from dymanoid/declare-as-nullable-code-fix
Fix exception in declare-as-nullable code fix
Configuration menu - View commit details
-
Copy full SHA for c4674ce - Browse repository at this point
Copy the full SHA c4674ceView commit details -
Finalize the design for the shape of the BaseTypeSyntax for records a…
Configuration menu - View commit details
-
Copy full SHA for 09db48d - Browse repository at this point
Copy the full SHA 09db48dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a658fa - Browse repository at this point
Copy the full SHA 9a658faView commit details
Commits on Jun 24, 2020
-
* Correctly pass generated editor configs to the compiler * Dont clear global options when seeing a root config
Configuration menu - View commit details
-
Copy full SHA for 7f5df27 - Browse repository at this point
Copy the full SHA 7f5df27View commit details -
Enable AdditionalFiles to respect CopyToOutputDirectory option (#45406)
* Enable AdditionalFiles to respect CopyToOutputDirectory option - Add a target that appends any AdditionalFiles with CopyToOutputDirectory set to the None itemgroup - Add test
Configuration menu - View commit details
-
Copy full SHA for c2d0166 - Browse repository at this point
Copy the full SHA c2d0166View commit details -
Configuration menu - View commit details
-
Copy full SHA for 892df31 - Browse repository at this point
Copy the full SHA 892df31View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8d3f43 - Browse repository at this point
Copy the full SHA c8d3f43View commit details -
Fix region analysis for checked, unchecked, and unsafe blocks. (#45334)
Fixes #4950
Neal Gafter authoredJun 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 2f626aa - Browse repository at this point
Copy the full SHA 2f626aaView commit details -
Merge remote-tracking branch 'upstream/master' into merges/master-to-…
…features/static-lambdas
Configuration menu - View commit details
-
Copy full SHA for aa6fae5 - Browse repository at this point
Copy the full SHA aa6fae5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08aef9e - Browse repository at this point
Copy the full SHA 08aef9eView commit details