Skip to content

add branch name to list of branches that trigger CI#45517

Merged
jmarolf merged 150 commits intodotnet:feature/convertNameOffrom
jmarolf:enable-ci
Jun 29, 2020
Merged

add branch name to list of branches that trigger CI#45517
jmarolf merged 150 commits intodotnet:feature/convertNameOffrom
jmarolf:enable-ci

Conversation

@jmarolf
Copy link
Contributor

@jmarolf jmarolf commented Jun 29, 2020

turning on continuous integration in this branch

gekka and others added 30 commits May 18, 2020 15:17
IParameterSymbol.DeclaringSyntaxReferences will be empty if the analyzed
method call is targeting a method with no source code available (external assembly).
All array types for one elemnt type is consider same in our index.
e.g. int[], int[][] and int[,] are just represent as int[]
Since they are already from the same compilation that triggered completion.
…reAsNullableCodeFixTests.cs

Co-authored-by: Jason Malinowski <jason@jason-m.com>
…emantic diagnostics for a specific tree, which are categorized by each analyzer that reported the diagnostic. We have existing APIs on this type that return the same diagnostics, but as a single group instead of categorized by analyzer. Latter is required by the IDE analyzer host as we cache diagnostics from each analyzer.
jcouv and others added 17 commits June 26, 2020 13:20
Perf improvement for completion of unimported extension methods
Fix inconsistencies in handling CompilerVisibleItemMetadata
* Additional tests for nested function contexts.
* Override VisitFunctionPointerLoad in MethodToClassRewriter.
* Adjust debug asserts.
…626.2 (dotnet#45482)

Microsoft.DotNet.Arcade.Sdk
 From Version 1.0.0-beta.20302.3 -> To Version 1.0.0-beta.20326.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
We have two members in TypeKind that point to the same value, Struct
and Structure. Because of this, Enum.ToString(), which under the covers
uses a binary search, isn't stable which one it will pick and it can
change if other TypeKinds are added. This ensures we keep using the
same string consistently.

We also have a few members in MethodKind that are also duplicates, but
it appears those have kept stable. To be safe, we now serialize
explicitly.

Fixes dotnet#44714
Reduce memory required for document change processing queues
…n-inconsistency

Fix up nondeterminism in serializing naming style preferences
* Move SymbolSearch down to EditorFeatures

* RemoteControl package reference
@jmarolf jmarolf requested a review from a team as a code owner June 29, 2020 16:03
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approval

AlekseyTs and others added 2 commits June 29, 2020 09:05
…) in records with the latest design. (dotnet#45475)

* Align addition of a synthesized override of object.Equals(object? obj) in records with the latest design.

Related to dotnet#45296.

From specification:
The record type includes a synthesized override of object.Equals(object? obj). It is an error if the override is declared explicitly. The synthesized override returns Equals(other as R) where R is the record type.
@jmarolf jmarolf requested review from a team as code owners June 29, 2020 19:08
@jmarolf jmarolf requested a review from a team June 29, 2020 19:08
@jmarolf jmarolf merged commit dd762a6 into dotnet:feature/convertNameOf Jun 29, 2020
@jmarolf jmarolf deleted the enable-ci branch June 29, 2020 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.