-
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 main to features/list-patterns #55106
Merge main to features/list-patterns #55106
Commits on Mar 22, 2021
-
Merge pull request #52028 from dotnet/merges/main-to-features/caller-…
…argument-expression Merge main to features/caller-argument-expression
msftbot[bot] authoredMar 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 85bbf49 - Browse repository at this point
Copy the full SHA 85bbf49View commit details
Commits on Mar 28, 2021
-
Merge pull request #52201 from dotnet/merges/main-to-features/caller-…
…argument-expression Merge main to features/caller-argument-expression
msftbot[bot] authoredMar 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 1ba39e2 - Browse repository at this point
Copy the full SHA 1ba39e2View commit details
Commits on Apr 4, 2021
-
Merge pull request #52405 from dotnet/merges/main-to-features/caller-…
…argument-expression Merge main to features/caller-argument-expression
msftbot[bot] authoredApr 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 20777d6 - Browse repository at this point
Copy the full SHA 20777d6View commit details
Commits on Apr 10, 2021
-
Feature: CallerArgumentExpressionAttribute (#51952)
* Initial work for caller argument expression * Add resources for caller argument expression diagnostics * Account for swapped named arguments * Add few tests * Complete implementation in PEParameterSymbol * Update tests * Produce warning for invalid parameter name * Run generate-compiler-code.cmd * Fix out of range exception and add more tests * Extract DecodeCallerArgumentExpressionAttribute extension * Fix freeing twice * Fix comments * Simplify PEParameterSymbol * Fix NullableWarnings test * Add test for two parameters referring to each other * Use warning level 1 * Add test for extension methods and remove addressed comments * Add title resources for new warnings * Use static lambda * Add PROTOTYPE comment * Add trivia test and skip PEVerification * Address feedback * Fix resources * Simplify based on @AlekseyTs feedback * Pass array builder instead of creating a temporary immutable array * Check feature availability on language version * Add "semantic check" comment * Add missing IDS_Feature resource * Don't check feature availability on attribute application * Remove helper that's used only once * Cleanup * Don't check generatedDiagnostics * Use LanguageVersion.Preview in tests * Cleanup resx * Use TestOptions.RegularPreview * ConditionalFact[typeof(CoreClrOnly)] * Add assertion * Update tests * Update test * Adjust NullableWarnings test * Address feedback * Simplify * Fix formatting * Address feedback
Configuration menu - View commit details
-
Copy full SHA for 52f6db1 - Browse repository at this point
Copy the full SHA 52f6db1View commit details
Commits on May 20, 2021
-
Merge remote-tracking branch 'upstream/main' into HEAD
* upstream/main: (1224 commits) Fix NotNullIfNotNull delegate conversion (#53409) Verify quick info session in InvokeQuickInfo Remove unnecessary retry Enable nullable reference types Fix timeout behavior in GetQuickInfo Only generate build number on first run Update contrib documentation (#53504) update test to wait for workspace to be updated SImplify Fix out of bound crash in lsp navto. Revert changes to TypeScriptWaitContext wrappers Switch to ROSLYN_TEST_CI for CI detection Disable modification to CodeStyleOption<T> SImplify Simplify LoggerTestChannel using BlockingCollection Only require telemetry validation in CI Fix out of bound crash in lsp navto. Track fire-and-forget operations Avoid global option corruption Fix locked comment ...
Configuration menu - View commit details
-
Copy full SHA for 910cddd - Browse repository at this point
Copy the full SHA 910cdddView commit details
Commits on May 26, 2021
-
Merge pull request #52551 from dotnet/merges/main-to-features/caller-…
…argument-expression Merge main to features/caller-argument-expression
Configuration menu - View commit details
-
Copy full SHA for 6a2ed8c - Browse repository at this point
Copy the full SHA 6a2ed8cView commit details
Commits on Jun 1, 2021
-
Merge branch 'features/caller-argument-expression' into merges/main-t…
…o-features/caller-argument-expression
Configuration menu - View commit details
-
Copy full SHA for a0550f7 - Browse repository at this point
Copy the full SHA a0550f7View commit details -
Merge pull request #53776 from dotnet/merges/main-to-features/caller-…
…argument-expression Merge main to features/caller-argument-expression
msftbot[bot] authoredJun 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 2290da1 - Browse repository at this point
Copy the full SHA 2290da1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ff9727 - Browse repository at this point
Copy the full SHA 3ff9727View commit details
Commits on Jun 6, 2021
-
Merge pull request #53902 from dotnet/merges/main-to-features/caller-…
…argument-expression Merge main to features/caller-argument-expression
msftbot[bot] authoredJun 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 3cdc553 - Browse repository at this point
Copy the full SHA 3cdc553View commit details
Commits on Jun 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c979f20 - Browse repository at this point
Copy the full SHA c979f20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f44ff6 - Browse repository at this point
Copy the full SHA 5f44ff6View commit details
Commits on Jun 25, 2021
-
Merge remote-tracking branch 'upstream/main' into merges/main-to-feat…
…ures/caller-argument-expression * upstream/main: (492 commits) Add nullable ref annotations to SyntaxFactory (#54199) Add 'replace' APIs and hook them up to the IDE (#54270) Allow implicit implementation of non-public interface members (#54182) Make insertion a stage of the official build (#54376) Cleanup Remove unused property Simplify glyph computation Report all-empty top level statements. (#54385) Calculate TypeParameterKind based on the container type (#54200) vert not roaming Split tests Multple matches Report as we get results Fixup tests Update tests Avoid thread dependency in VirtualMemoryNotificationListener constructor Fast progression search. Add LanguageVersion 10 (#54359) Sure, why not ...
Configuration menu - View commit details
-
Copy full SHA for 51c36c1 - Browse repository at this point
Copy the full SHA 51c36c1View commit details
Commits on Jun 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 69fff1b - Browse repository at this point
Copy the full SHA 69fff1bView commit details -
Merge pull request #54064 from dotnet/merges/main-to-features/caller-…
…argument-expression Merge main to features/caller-argument-expression
Configuration menu - View commit details
-
Copy full SHA for 93b0c43 - Browse repository at this point
Copy the full SHA 93b0c43View commit details
Commits on Jun 29, 2021
-
VB support for CallerArgumentExpression (#54132)
Proposal: dotnet/csharplang#287 Test plan: #52745 Addresses part of LDM notes: https://github.com/dotnet/csharplang/blob/main/meetings/2021/LDM-2021-06-14.md
Configuration menu - View commit details
-
Copy full SHA for af4b1e1 - Browse repository at this point
Copy the full SHA af4b1e1View commit details
Commits on Jul 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fd2a03f - Browse repository at this point
Copy the full SHA fd2a03fView commit details
Commits on Jul 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4985da4 - Browse repository at this point
Copy the full SHA 4985da4View commit details
Commits on Jul 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b688438 - Browse repository at this point
Copy the full SHA b688438View commit details -
Merge pull request #54596 from dotnet/merges/main-to-features/caller-…
…argument-expression Merge main to features/caller-argument-expression
Configuration menu - View commit details
-
Copy full SHA for c977a8f - Browse repository at this point
Copy the full SHA c977a8fView commit details
Commits on Jul 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ccb6e2c - Browse repository at this point
Copy the full SHA ccb6e2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f3778b - Browse repository at this point
Copy the full SHA 3f3778bView commit details -
Merge pull request #54824 from Youssef1313/merge-main
Merge main into features/caller-argument-expression
Configuration menu - View commit details
-
Copy full SHA for ab3d2ad - Browse repository at this point
Copy the full SHA ab3d2adView commit details
Commits on Jul 16, 2021
-
Add telemetry for cursor movement in rename so we can better track wh…
…en this is happening and better understand the impact.
Configuration menu - View commit details
-
Copy full SHA for 9d30243 - Browse repository at this point
Copy the full SHA 9d30243View commit details
Commits on Jul 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for abdfc45 - Browse repository at this point
Copy the full SHA abdfc45View commit details
Commits on Jul 18, 2021
-
Merge pull request #54901 from dotnet/merges/main-to-features/caller-…
…argument-expression Merge main to features/caller-argument-expression
Configuration menu - View commit details
-
Copy full SHA for e1de079 - Browse repository at this point
Copy the full SHA e1de079View commit details
Commits on Jul 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 54da5d6 - Browse repository at this point
Copy the full SHA 54da5d6View commit details
Commits on Jul 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e72eb09 - Browse repository at this point
Copy the full SHA e72eb09View commit details
Commits on Jul 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1741917 - Browse repository at this point
Copy the full SHA 1741917View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9900000 - Browse repository at this point
Copy the full SHA 9900000View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c91de0 - Browse repository at this point
Copy the full SHA 8c91de0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9117b38 - Browse repository at this point
Copy the full SHA 9117b38View commit details
Commits on Jul 23, 2021
-
create loghub log factory and change default level to warning to avoi…
…d creating 100gb sized log files
Configuration menu - View commit details
-
Copy full SHA for 50f593f - Browse repository at this point
Copy the full SHA 50f593fView commit details -
Configuration menu - View commit details
-
Copy full SHA for faecd02 - Browse repository at this point
Copy the full SHA faecd02View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1e4ba9 - Browse repository at this point
Copy the full SHA c1e4ba9View commit details -
Merge remote-tracking branch 'upstream/main' into merge-main
* upstream/main: (249 commits) Switch back queue name to default (#55064) Fix 'code model' with file scoped namespaces Map documents to be reanalyzed back from compile-time to design-time documents (#55054) Update MSBuild Workspace test projects target framework Enable CA1069 for ErrorCode and MessageID (#54695) Dev16->17 updates Update global.json Record completion of "parameterless struct constructor" feature (#55049) Generalize rude edit messages to be applicable to both Hot Reload and EnC (#55012) Update azure-pipelines-official.yml Update azure-pipelines-integration.yml Merge pull request #54992 from jaredpar/so-big Parameterless struct constructors: Remaining work items (#54811) Update docs/wiki/Diagnosing-Project-System-Build-Errors.md update queue name Dev16->17 changes Fix test Fix 'move type' with file scoped namespaces Fix 'match folder and namespace' with file scoped namespaces Log NFW ...
Configuration menu - View commit details
-
Copy full SHA for a267f73 - Browse repository at this point
Copy the full SHA a267f73View commit details -
Merge pull request #55071 from dibarbet/less_logs
Change default level to warning to avoid creating 100gb sized log files
Configuration menu - View commit details
-
Copy full SHA for a8d8606 - Browse repository at this point
Copy the full SHA a8d8606View commit details -
Allow WatchHotReloadService to specify runtime apply-update capabilit…
…ies (#54012) (#55058) Contributes to dotnet/aspnetcore#33402 Co-authored-by: Pranav K <prkrishn@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8a98645 - Browse repository at this point
Copy the full SHA 8a98645View commit details -
Fixes #49529 - Where on CSharp Scripting Environment compiler couldn'…
Configuration menu - View commit details
-
Copy full SHA for f27e633 - Browse repository at this point
Copy the full SHA f27e633View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f4a2a0 - Browse repository at this point
Copy the full SHA 6f4a2a0View commit details -
Merge pull request #55073 from 333fred/merge-main
Merge main into features/caller-argument-expression
Configuration menu - View commit details
-
Copy full SHA for a2450b6 - Browse repository at this point
Copy the full SHA a2450b6View commit details -
Merge pull request #55082 from dotnet/features/caller-argument-expres…
…sion Merge CallerArgumentExpression into main
Configuration menu - View commit details
-
Copy full SHA for b371800 - Browse repository at this point
Copy the full SHA b371800View commit details -
Fix faulty cast in state machine rewriter (#55063)
HoistRefInitialization assumed that the declarator syntax for locals would always be an await expression, but this is not true for switch expressions. CalculateLocalSyntaxOffset already correctly handles switch expressions, so we just needed to update this call site. I also inspected any other calls to CalculateLocalSyntaxOffset to make sure that nothing else was making such an assumption, but I didn't see any that are concerning.
Configuration menu - View commit details
-
Copy full SHA for a3b5d0f - Browse repository at this point
Copy the full SHA a3b5d0fView commit details
Commits on Jul 24, 2021
-
Correctly set IsRetargetable for source assemblies (#55066)
* Correctly set IsRetargetable for source assemblies Source assemblies weren't checking assembly flags and setting IsRetargetable, despite having already decoded all well-known attributes to find the other bits of the assembly identity. We now check and correctly set the IsRetargetable bit. Fixes #54836. * Call correct constructor from tests.
Configuration menu - View commit details
-
Copy full SHA for c58fbd5 - Browse repository at this point
Copy the full SHA c58fbd5View commit details -
Merge pull request #55016 from CyrusNajmabadi/updateVersion2
Update version of cloudcache lib we reference
Configuration menu - View commit details
-
Copy full SHA for b60fe7f - Browse repository at this point
Copy the full SHA b60fe7fView commit details -
Merge pull request #54890 from ryzngard/issues/cursor_move_rename
Add telemetry for cursor position changes when applying rename
Configuration menu - View commit details
-
Copy full SHA for e52a161 - Browse repository at this point
Copy the full SHA e52a161View commit details -
Merge pull request #54915 from mavasani/FixIssue38454
Fix diagnostic suppressor unit tests
Configuration menu - View commit details
-
Copy full SHA for 64bbbc7 - Browse repository at this point
Copy the full SHA 64bbbc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bce899d - Browse repository at this point
Copy the full SHA bce899dView commit details