You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
Insert <xct:Shield x:Name="Shield1"
Subject="Software Version Number"
Status="on discord"
StatusBackgroundColor="SeaGreen"
StatusTextColor="White"
Margin="2,0"
HeightRequest="30"
HorizontalOptions="Start"/>
in xaml
Expected Behavior
Expect Shield to Appear without error and intelisense to work in xaml.cs page
Actual Behavior
intelisense does not work in xaml.cs page -- intelisense indicates Shield not found. Further when compiling, xaml produces error above -- Error: : XamlC error XFC0000 : Cannot resolve type "Shield".
Interestingly, the shield does appear in app when run.
Basic Information
Would appreciate any suggestions to resolve. None found in searching so far.