Closed
Description
Description
Update the Nuget packages and compile the app, various compilation errors are reported for things like this...
<Style x:Key="Separator" TargetType="{x:Type BoxView}">
<Setter Property="Color" Value="{StaticResource Gray-200}"/>
<Setter Property="HeightRequest" Value="1"/>
<Setter Property="Margin" Value="0,6"/>
<Setter Property="HorizontalOptions" Value="FillAndExpand"/>
</Style>
Error XFC0040 XamlC: Cannot convert value "Color" to "Microsoft.Maui.Controls.BindableProperty"
Other xaml files get comilation error..
Error XamlC: Input string was not in a correct format. Failure to parse near offset 69. Unexpected closing brace without a corresponding opening brace.
Despite them being perfectly valid Xaml and compiling correctly with 8.0.14
Steps to Reproduce
- Update Nuget packages to 8.0.20
- Compile app (Android/iOS)
Link to public reproduction project repository
No response
Version with bug
8.0.20 SR4
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
8.0.14 SR3.1
Affected platforms
iOS, Android
Affected platform versions
No response
Did you find any workaround?
No, removing the code presented as errors results in a new error reported in another file that was previously not reported.
Relevant log output
No response
Metadata
Assignees
Labels
Type
Projects
Status
Done