Update SfRadialGauge.xaml #22
Annotations
10 warnings
Build:
src/SharedMauiXamlStylesLibrary/Controls/TapAnimationGrid.cs#L41
Non-nullable field 'tappedCommand' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/SharedMauiXamlStylesLibrary/Controls/TapAnimationGrid.cs#L123
Dereference of a possibly null reference.
|
Build:
src/SharedMauiXamlStylesLibrary/Controls/BorderlessEditior.cs#L10
Nullability of reference types in type of parameter 'sender' of 'void BorderlessEditor.ExtendableEditor_TextChanged(object sender, TextChangedEventArgs e)' doesn't match the target delegate 'EventHandler<TextChangedEventArgs>' (possibly because of nullability attributes).
|
Build:
src/SharedMauiXamlStylesLibrary/Hosting/AppHostBuilderExtensions.cs#L24
Converting null literal or possible null value to non-nullable type.
|
Build:
src/SharedMauiXamlStylesLibrary/Controls/TapAnimationGrid.cs#L41
Non-nullable field 'tappedCommand' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/SharedMauiXamlStylesLibrary/Controls/BorderlessEditior.cs#L10
Nullability of reference types in type of parameter 'sender' of 'void BorderlessEditor.ExtendableEditor_TextChanged(object sender, TextChangedEventArgs e)' doesn't match the target delegate 'EventHandler<TextChangedEventArgs>' (possibly because of nullability attributes).
|
Build:
src/SharedMauiXamlStylesLibrary/Controls/TapAnimationGrid.cs#L123
Dereference of a possibly null reference.
|
Build:
src/SharedMauiXamlStylesLibrary/Hosting/AppHostBuilderExtensions.cs#L24
Converting null literal or possible null value to non-nullable type.
|
Build
- At least one .targets file was found in 'buildTransitive/', but 'buildTransitive/SharedMauiXamlStylesLibrary.targets' was not.
|
Build:
src/SharedMauiXamlStylesLibrary/Controls/TapAnimationGrid.cs#L41
Non-nullable field 'tappedCommand' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading