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

Merge 'dotnet/main' into PrimaryConstructors #66364

Merged

Conversation

AlekseyTs
Copy link
Contributor

Closes #66046

CyrusNajmabadi and others added 30 commits December 16, 2022 15:06
…216.1 (dotnet#66058)

[main] Update dependencies from dotnet/arcade
…uild 20221219.1 (dotnet#66075)

[main] Update dependencies from dotnet/roslyn-analyzers
…sedOptions = false`, i.e. disabled by default analyzer is enabled with SpecificDiagnosticOptions
Ensure that the code in analyzer driver that checks if disabled by default analyzer is enabled for a specific tree checks for configuration through CompilationOptions.SpecificDiagnosticOptions. These options can be set through ruleset file or via API in test scenarios, so we need to ensure they are respected.
…a DAG, do that for the the pattern with any 'not's removed, as consumers expect. (dotnet#65878)

 Use the inner pattern to recreate the decision DAG for is-expressions

Fixes dotnet#65876
AlekseyTs and others added 18 commits January 10, 2023 10:53
…et#66311)

The check that we used to detect value types at runtime didn’t quite work for
nullable value types due to special boxing behavior for them.
Switching to `typeof(T).IsValueType` check instead.

Fixes dotnet#66162.
Related to dotnet#63221.
Move couple of tests to new testing library
Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>
Add a InternalsVisibleTo for Workspaces.MSBuild
…-handing-of-references-not-yet-added

Simplify and fix handing of references not yet added
…net#65831)

* Initial experimental API project
 - Add host outputs to exerimental API surface
 - Enable internal hosts outputs in generator driver

* Move project, add nuget package, add to sln

* PR Feedback

* Update unreachable calls

* Update nullability

* Suppress unused parameter warning

* Add project to `Compilers.slnf`

* Move to new ExternalAccess project

* Remove an old IVT

* Add project to compiler solutions

* Assign project to Roslyn compiler team

Co-authored-by: Chris Sienkiewicz <chsienki@microsoft.com>
Previously the dialog would dismiss if it no longer had focus. While I had good intentions, there are far too many cases where focus can temporarily change. Instead of trying to handle them all, let's let users go wild.

Now it takes an explicit action from the user, or typing outside of a field correlating to the identifier (similar to previous rename).

Fixes AB#1705938
@AlekseyTs AlekseyTs requested review from jjonescz and cston January 11, 2023 22:36
@AlekseyTs AlekseyTs requested review from a team as code owners January 11, 2023 22:36
@AlekseyTs AlekseyTs enabled auto-merge January 11, 2023 23:18
@AlekseyTs AlekseyTs merged commit 64339ea into dotnet:features/PrimaryConstructors Jan 12, 2023
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.