Skip to content

Conversation

@CyrusNajmabadi
Copy link
Member

No description provided.

@ghost ghost added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Apr 21, 2025
@CyrusNajmabadi CyrusNajmabadi force-pushed the useCollectionExpr branch 11 times, most recently from 2d3b273 to 5e3c33d Compare April 21, 2025 22:31
@CyrusNajmabadi CyrusNajmabadi marked this pull request as ready for review April 22, 2025 17:31
@CyrusNajmabadi CyrusNajmabadi requested a review from a team as a code owner April 22, 2025 17:31
#if DEBUG
internal readonly Dictionary<AssemblyIdentity, (AssemblyIdentity? Identity, int Count)> Requests =
new Dictionary<AssemblyIdentity, (AssemblyIdentity? Identity, int Count)>();
[];
Copy link
Contributor

Choose a reason for hiding this comment

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

        [](http://example.com/codeflow?start=0&length=12)

nit: remove newline

/// </summary>
#if NET
private readonly ConditionalWeakTable<Solution, Solution> _designTimeToCompileTimeSolution = [];
private readonly ConditionalWeakTable<Solution, Solution> _designTimeToCompileTimeSolution = new();
Copy link
Contributor

Choose a reason for hiding this comment

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

new();

why did this one go the other way?

Copy link
Contributor

@ToddGrun ToddGrun left a comment

Choose a reason for hiding this comment

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

:shipit:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead VSCode

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants