Skip to content

Documentation and Samples in Blazor Demo not Copilot Friendly #4372

@jstynder

Description

@jstynder

🙋 Feature Request

When copilot scaffolds code for FluentUI, it has definitive/authoritive page to consult. Copilot Friendly Documentation would be beneficial.

🤔 Expected Behavior

Easy plain html for copilot to scan and then use in scaffolding.

😯 Current Behavior

It hulicinates, and seems to be getting incorrect properties and Values for Components.

💁 Possible Solution

Html scannable pages .

🔦 Context

When using copilot scaffolds incorrect use of components.

💻 Examples

this is one it consistently gets wrong

@if (!string.IsNullOrEmpty(_status))
{
    <div style="margin-top:8px">
        <FluentMessageBar>@_status</FluentMessageBar>
    </div>
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    triageNew issue. Needs to be looked at

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions