-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Description
- Reorder checks to report issue as early as possible
- Update localization branch to 17.14
- Avoid crash from Script class instantiation
- Unblock type forwarding scenarios involving extensions
- Fix nullable annotations of
SymbolDisplay.FormatPrimitive
- Extensions: Address follow-ups related to collection expressions
- Block ENC for extension blocks
- Upgrade servicehub.client to fix test source discovery
- [main] Source code updates from dotnet/dotnet
- Fix ref safety of implicit calls that might capture refs in the receiver
- Update package restore error message.
- Reenable/Fix integration test reporting
- Update checklist for adding new language version
- Don't try to load file based projects unless we get a .cs file
- Workaround VSCode's lack of support for case sorting in completion
- Disable incremental binary analysis to workaround duplicate VSSetup artifacts
- More semantic update changes
- Fix flow analysis of extern local functions
- Allow using
/main
with top-level statements - Compute diagnostic descriptor info in OOP process
- Update new IDiagnosticAnalyzerService methods to be async.
- Remove analyzer cache from public surface area
- Fix issue where analyzers are missing when computing diagnostics OOP
- Merge
features/extensions
intomain
branch - Merge latest bits from
main
intofeatures/extensions
- Rewrite method infos earlier in ref safety analysis
- Add messages for when design time builds begin and complete
- Extensions: change naming convention and update attribute name
- Loosen casting requirements on switch expression conversion
- Fix issue where PopulateSwitch would suggest populating already exhaustive switch expressions
- Do not use .GetHashCode in .Equals impl
- Offer wrap parameters in primary constructor base call
- Fix renaming of locals in source generated documents
- ExtensionGroupingInfo - reduce consumed memory and delay creation of Cci adapter instances until emit
- Extensions: check for collisions
- Extensions: address follow-ups for new metadata design
- Extensions: update xml docs to new metadata design
- Adjust visibility of extension marker method in metadata once more
- Fix receiver capturing for various extension scenarios
- Adjust visibility of extension marker method in metadata
- Delay MatchesContainingTypeParameters check for extensions loaded from metadata
- Move to new metadata format for extensions
- Merge 'main' into 'extensions'