-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Description
- Merge EditorFeatures.Wpf entirely into EditorFeatures
- Use a project reference for M.CA.AnalyzerUtilities
- Remove unused field
- Add code for analzying copilot changes.
- Rectify status of dictionary expressions
- Add directory targets from Rainer
- Remove now unused methods from IWorkspaceProjectContext
- Reduce allocations during SourceGeneration
- Fix razor redirect
- Extensions: resolve some follow-up comments on signature conflicts and betterness
- Make compiler detection more resilient
- Update to platform background work pattern to make porting to their impl easier
- Update Language Feature Status.md and Update Compiler Test Plan.md for instance operators
- [main] Update dependencies from dotnet/arcade
- Remove default impl of BackgroundWorkIndicator
- Avoid buffering and dispatching all ProducerConsumer items in one go in recent copilot helper.
- Add copilot tests IVT to ExternalAccess.Copilot
- Do not parse URIs during LSP serialization/deserialization
- Change
++
/--
predefined operator names for instance operators - Add WorkItem trait discoverer
- Disallow shebang in project-based programs
- Enable analyzer doc validation in correctness runs
- Merge "User Defined Compound Assignment Operators" feature to 'main'
- Extract out an interface for our LSP miscellaneous files workspace
- Move RestoreUseStaticGraphEvaluation setting inside repo
- Adjust LocalBinderFactory.VisitInvocationExpression to handle attributes on extension parameter
- Exclude EditorFeatures from rebuild check
- Ensure hover markdown for supported platforms uses non-breaking spaces for indentation
- Change O(n) + O(lg n) search in SolutionState.SortedProjectStates to just O(lg n)
- Fix syntax tree creation when modifying source generated documents
- Revert back to scouting queue
- Precursor work to merge EditorFeatures.WPF into EditorFeatures.
- Skip generate analyzer documentation to unblock ci
- Switch to non-scouting queue to unblock CI
- Merge branch 'main' into 'UserDefinedCompoundAssignment'
- Additional tests to complete the test plan
- Removed PROTOTYPE comments in features/UserDefinedCompoundAssignment
- Cleanup IDE space around instance operators
- Fix operator override completion
- Do not place 'static' on non-static operators
- Address some PROTOTYPE comments
- Merge 'main' into UserDefinedCompoundAssignment
- Implement ref safety analysis for instance compound assignment operators
- Emit CompilerFeatureRequiredAttribute for instance operators
- Add support for user defined compound assignment operators to syntax generator
- Test some IDE scenarios for instance operators
- Allow
readonly
modifier for instance operators - Implement CRef binding for compound assignment operators
- Merge 'main' into UserDefinedCompoundAssignment
- Support consumption of instance compound assignment operators
- Bind compound assignment operator declarations
- Parse compound assignment operator declarations
- Detect regular method vs. operator mismatch during overriding and interface implementation
- Merge 'main' into UserDefinedCompoundAssignment
- Support consumption of instance increment operators
- Support declaration of instance increment operators