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

Filter "Remarks" from Maui properties Intellisense #25220

Open
samhouts opened this issue Oct 11, 2024 · 0 comments
Open

Filter "Remarks" from Maui properties Intellisense #25220

samhouts opened this issue Oct 11, 2024 · 0 comments
Labels
area-docs Conceptual docs, API docs, Samples t/bug Something isn't working

Comments

@samhouts
Copy link
Member

Affected Branch: main
Affected Build: 17.12 Preview 2
Affected Product Language:

Steps to reproduce:

1. New .NET MAUI Project
2. New Class
3. Add the following: 
      public static readonly BindableProperty FooProperty = BindableProperty.CreateAttached
4. Mouse Hover Over "CreateAttached"

Expected: Method Description
Actual: shows "To be added"


This is from the MAUI Docs "Remarks" property:
/// <include file="../../docs/Microsoft.Maui.Controls/BindableProperty.xml" path="//Member[@MemberName='CreateAttached']/Docs/*" />

->

Unfortunately the Remarks is set to "To be added" on many properties.

Remarks appears to be ignored in the generated documentation:

Can the Remarks be ignored all up here?  Or need to remove all of these throughout the MAUI repo.




View on AzDO

@dotnet-policy-service dotnet-policy-service bot added the s/triaged Issue has been reviewed label Oct 11, 2024
@samhouts samhouts added t/bug Something isn't working area-docs Conceptual docs, API docs, Samples and removed s/triaged Issue has been reviewed labels Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-docs Conceptual docs, API docs, Samples t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant