Change pipelines a bit to allow it properly run in master branch [no … #542
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Material.Ripple/RippleEffect.cs#L22
Non-nullable field '_last' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Material.Ripple/RippleEffect.cs#L22
Non-nullable field 'PART_RippleCanvasRoot' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Material.Ripple/RippleEffect.cs#L85
Cannot convert null literal to non-nullable reference type.
|
Material.Ripple/RippleEffect.cs#L104
Possible null reference assignment.
|
Material.Ripple/Ripple.cs#L46
Non-nullable field 'RippleTransitions' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Material.Styles/Commands/SnackbarCommand.cs#L37
The event 'SnackbarCommand.CanExecuteChanged' is never used
|
Material.Dialog/DateTimePickerDialogBuilderParams.cs#L6
'TwoFeedbackDialogBuilderParamsBase' is obsolete: 'Deprecated builder params.'
|
Material.Dialog/DateTimePickerDialogBuilderParams.cs#L14
'TwoFeedbackDialogBuilderParamsBase' is obsolete: 'Deprecated builder params.'
|
Material.Dialog/TextFieldDialogResult.cs#L16
'TextFieldDialogResult.GetResult' hides inherited member 'DialogResult.GetResult'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Material.Dialog/ViewModels/Elements/TextField/TextFieldViewModel.cs#L12
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading