Skip to content

vs16.1.0 can not find navigation properties in the Completion preview list #36029

@vsfeedback

Description

@vsfeedback

I'm using the. Netcore writing application, and there are navigation properties in my entity model that resemble the following

    Public class Fieldpermission:auditedentity<int>
{
        Public int RoleId {get; set;}
        Public Role Role {get; set;}
        Public string TableName {get; set;}
    Public string PermissionsList {get; set;}
} 

When I write code, I can't find the navigation properties Role by filling out the list

Var fields = await _fieldPermissionRepository.GetAllIncluding (t => t.Role) 
.ToListAsync ();


The t.Role inside GetAllIncluding (T => t.Role) cannot be found in the Completion preview list There was no problem with the previous version, and the update did not occur until version 16.1.0

This issue has been moved from https://developercommunity.visualstudio.com/content/problem/577215/vs1610-代码补全预览列表不显示导航属性的内容.html
VSTS ticketId: 896840

These are the original issue comments:

Visual Studio Feedback System on 5/22/2019, 01:43 AM (7 days ago):

We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.

Visual Studio Feedback System on 5/22/2019, 10:05 AM (7 days ago):

This issue is currently being investigated. Our team will get back to you if either more information is needed, a workaround is available, or the issue is resolved.

Ivan Basov [MSFT] on 5/22/2019, 11:54 AM (7 days ago):

Thank you for your feedback! Could you please provide a sample application when you observe the issue?

Ivan Basov [MSFT] on 5/22/2019, 11:55 AM (7 days ago):

Thank you for your feedback! Could you please provide a sample application where you observe the issue?

1025676114 on 5/27/2019, 03:01 AM (2 days ago): ok,I have created a simple project, you can clone from https://github.com/matoushan/FeedbackApp , and read README.md file, I am enclosing my project now
1025676114 on 5/27/2019, 02:13 AM (2 days ago): ok,I have created a simple project, you can clone from https://github.com/matoushan/FeedbackApp , and read README.md file
These are the original issue solutions:
(no solutions)

Metadata

Metadata

Assignees

Labels

Area-IDEDeveloper CommunityThe issue was originally reported on https://developercommunity.visualstudio.comIDE-IntelliSenseCompletion, Signature Help, Quick Info

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions