-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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/required-members #61565
Merged
333fred
merged 112 commits into
dotnet:features/required-members
from
333fred:merges/main-to-features/required-members
May 27, 2022
Merged
Merge main to features/required-members #61565
333fred
merged 112 commits into
dotnet:features/required-members
from
333fred:merges/main-to-features/required-members
May 27, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
333fred
commented
May 27, 2022
- Initial documentation for the TestAccessor Pattern
- Add new background analysis scope for compiler diagnostics
- Address feedback
- Add doc comment
- Fix typo
- Add missing node state transition
- Added syntax context flag
- Keywords c#
- Symbols
- Snippets C#
- Remove set accessor of new SyntaxContext property
- PR feedback
- Simplify internal types search
- PR feedback
- Add frozen delegate tests
- Delegate keyword tests
- Update SDK to .NET 7 Preview 4
- Restrict IsGenericConstraintContext for C#
- Do not filter snippets
- Reverted delegate completion
- Update status for DIM and numeric IntPtr (Update status for DIM and numeric IntPtr #61464)
- Lazily produce semantic models in source generators
- Remove unnecessary finalizer state handling from MethodToStateMachineRewriter (Remove unnecessary finalizer state handling from MethodToStateMachine… #61409)
- Update src/Tools/IdeCoreBenchmarks/IncrementalSourceGeneratorBenchmarks.cs
- Update src/Tools/IdeCoreBenchmarks/IncrementalSourceGeneratorBenchmarks.cs
- Update src/Tools/IdeCoreBenchmarks/IncrementalSourceGeneratorBenchmarks.cs
- lint
- Add tests and extra state
- Extract checking for generic constraint context to extension method & minor refactoring
- Update test comment
- Generate single OptProf config for compiler vsix
- Reduce release/64 limit for EndToEndTests.Constraints (Reduce release/64 limit for EndToEndTests.Constraints #61480)
- Remove parameter nullchecking feature (Remove parameter nullchecking feature #61397)
- Fix null ref for JS files (Fix null ref for JS files #61472)
- Add file paths to interactive buffers and documents to support LSP requests (Add file paths to interactive buffers and documents to support LSP requests #61441)
- Log additional information from CopyRefAssembly (Log additional information from CopyRefAssembly #61384)
- Require VS 17.0 in signed build.
- Bump LSP protocol version (Bump LSP protocol version #61494)
- Disable inheritance margin for interactive documents (Disable inheritance margin for interactive documents #61476)
- Improvements to the background compiler component
- add docs
- Simplify
- docs
- Check token
- Simplify
- Simplify
- Rename enum field
- Lifted relational operator implies operands non-null when true (Lifted relational operator implies operands non-null when true #61403)
- Use ImmutableArray instead of IEnumerable parameters
- Use assignabiilty instead of subclass test in extension loader
- Fix test
- Fix test
- Simplify rename implementation
- Rename
- Unify all end operations that rename performs
- restore code
- Remove unnecessary code'
- Unify error handling in rename
- Add comment
- message severities
- Restore
- Simplify
- Bring main-vs-deps back (Bring main-vs-deps back #61514)
- Adjust conversion from nuint to float/double (Adjust conversion from nuint to float/double #61345)
- Add embedded classification for field initializers
- Add support for properties
- Update src/EditorFeatures/Core/InlineRename/InlineRenameSession.cs
- Update src/EditorFeatures/Core/RenameTracking/RenameTrackingTaggerProvider.RenameTrackingCommitter.cs
- Update src/EditorFeatures/Core/RenameTracking/RenameTrackingTaggerProvider.RenameTrackingCommitter.cs
- Fix setup authoring bug (Fix setup authoring bug #61508)
- Expose VirtualChars to asp.net (through EA) to facilitate route classification
- add docs
- Add member
- NRT
- Make async
- Make async
- Pull token out
- Use feature attribute
- Remove Utf8StringLiteral conversion (Remove Utf8StringLiteral conversion #61481)
- Fix AbstractLanguageService constructor (Fix AbstractLanguageService constructor #61513)
- Don't throw in logging when the document path contains curly braces (Don't throw in logging when the document path contains curly braces #61524)
- Update unit tests
- Improve normalization to match idiomatic patterns for nested usings and fixed statements. (Improve normalization to match idiomatic patterns for nested usings and fixed statements. #61533)
- Prepare VB iterators for EnC support (Prepare VB iterators for EnC support #61488)
- Skip timing test (Skip timing test #61222)
It's valid for an input to be modified causing a downstream input to be removed (for example a syntax tree can change what is in it, leading to the downstream node not generating something). //cc @jkoritzinsky in case I'm missing something obvious.
Update SDK to .NET 7 Preview 4
…tension-method Extract checking for generic constraint context to extension method
* Fix AbstractLanguageService constructor * Fix formatting
Simplify error handling and notifications in rename.
…nd fixed statements. (dotnet#61533) * Better syntax normalization for fixed/using statements * Add tests
…ield Update 'Encapsulte Field' to use the new background work indicator.
Expose VirtualChars to asp.net (through EA) to facilitate route classification
* Remove unused parameters * Separate iterator finalizer states from resumable states. * Remove unused
* Skip test
RikkiGibson
approved these changes
May 27, 2022
333fred
force-pushed
the
merges/main-to-features/required-members
branch
from
May 27, 2022 20:23
86e516c
to
a6eb8cb
Compare
…ures/required-members * upstream/main: (85 commits) Skip timing test (dotnet#61222) Prepare VB iterators for EnC support (dotnet#61488) Improve normalization to match idiomatic patterns for nested usings and fixed statements. (dotnet#61533) Update unit tests Don't throw in logging when the document path contains curly braces (dotnet#61524) Fix AbstractLanguageService constructor (dotnet#61513) Remove Utf8StringLiteral conversion (dotnet#61481) Use feature attribute Pull token out Make async Make async NRT Add member add docs Expose VirtualChars to asp.net (through EA) to facilitate route classification Fix setup authoring bug (dotnet#61508) Update src/EditorFeatures/Core/RenameTracking/RenameTrackingTaggerProvider.RenameTrackingCommitter.cs Update src/EditorFeatures/Core/RenameTracking/RenameTrackingTaggerProvider.RenameTrackingCommitter.cs Update src/EditorFeatures/Core/InlineRename/InlineRenameSession.cs Add support for properties ...
333fred
force-pushed
the
merges/main-to-features/required-members
branch
from
May 27, 2022 21:50
a6eb8cb
to
91b259d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.