🙋 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>
}