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

fix: Intellisense does not show internal members #445

Conversation

workgroupengineering
Copy link
Contributor

Expected behavior

Internal members will be display.

Cuttent behavior

Internal members are displayed randomly.

What PR does

The current code assumes that the TargetAssembly is the first assembly in the $(IntermediateOutputPath)/Avalonia/references file, but this is not always the case. The current PR ensures that, regardless of the order of the present assemblies $(IntermediateOutputPath)/Avalonia/references, the TargetAssembly is always first.

@maxkatz6 maxkatz6 requested a review from Takoooooo January 31, 2024 22:37
@maxkatz6 maxkatz6 merged commit a297a69 into AvaloniaUI:master Apr 5, 2024
3 checks passed
@workgroupengineering workgroupengineering deleted the fixes/Intellisense/Internal_Members branch April 6, 2024 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants