Closed
Description
- 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)
- 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