Updated nugets #50
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/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
- 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