Build .NET MAUI Project #24
Annotations
22 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Publish APK:
src/SharedMauiXamlStylesLibrary.SampleApp/Utilities/ThemeManager.cs#L143
Cannot convert null literal to non-nullable reference type.
|
Publish APK:
src/SharedMauiXamlStylesLibrary.SampleApp/Hosting/AppHostBuilderExtensions.cs#L95
The type 'Microsoft.Maui.Dispatching.IDispatcher?' cannot be used as type parameter 'TService' in the generic type or method 'ServiceCollectionServiceExtensions.AddSingleton<TService>(IServiceCollection, TService)'. Nullability of type argument 'Microsoft.Maui.Dispatching.IDispatcher?' doesn't match 'class' constraint.
|
Publish APK:
src/SharedMauiXamlStylesLibrary.SampleApp/Services/ServiceExtensions.cs#L9
Possible null reference return.
|
Publish APK:
src/SharedMauiXamlStylesLibrary.SampleApp/Services/ServiceExtensions.cs#L11
Dereference of a possibly null reference.
|
Publish APK:
src/SharedMauiXamlStylesLibrary.SampleApp/Utilities/SecretAppSetting.cs#L9
Non-nullable property 'SyncfusionApiKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish APK:
src/SharedMauiXamlStylesLibrary.SampleApp/Utilities/UserSecretsManager.cs#L28
Converting null literal or possible null value to non-nullable type.
|
Publish APK:
src/SharedMauiXamlStylesLibrary.SampleApp/Utilities/UserSecretsManager.cs#L30
Possible null reference argument for parameter 'stream' in 'StreamReader.StreamReader(Stream stream)'.
|
Publish APK:
src/SharedMauiXamlStylesLibrary.SampleApp/Utilities/SecretAppSettingReader.cs#L22
Possible null reference return.
|
Publish APK:
src/SharedMauiXamlStylesLibrary.SampleApp/Utilities/ThemeManager.cs#L64
Possible null reference return.
|
Publish APK:
src/SharedMauiXamlStylesLibrary.SampleApp/Utilities/UserSecretsManager.cs#L53
Converting null literal or possible null value to non-nullable type.
|
Build ./src/SharedMauiXamlStylesLibrary.SampleApp/SharedMauiXamlStylesLibrary.SampleApp.csproj:
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.SampleApp/SharedMauiXamlStylesLibrary.SampleApp.csproj:
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.SampleApp/SharedMauiXamlStylesLibrary.SampleApp.csproj:
src/SharedMauiXamlStylesLibrary/Controls/TapAnimationGrid.cs#L123
Dereference of a possibly null reference.
|
Build ./src/SharedMauiXamlStylesLibrary.SampleApp/SharedMauiXamlStylesLibrary.SampleApp.csproj:
src/SharedMauiXamlStylesLibrary/Hosting/AppHostBuilderExtensions.cs#L24
Converting null literal or possible null value to non-nullable type.
|
Build ./src/SharedMauiXamlStylesLibrary.SampleApp/SharedMauiXamlStylesLibrary.SampleApp.csproj:
src/SharedMauiXamlStylesLibrary.Syncfusion/Converters/BooleanToBadgeIconConverter.cs#L8
Nullability of reference types in type of parameter 'value' of 'object BooleanToBadgeIconConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
Build ./src/SharedMauiXamlStylesLibrary.SampleApp/SharedMauiXamlStylesLibrary.SampleApp.csproj:
src/SharedMauiXamlStylesLibrary.Syncfusion/Converters/BooleanToBadgeIconConverter.cs#L8
Nullability of reference types in type of parameter 'parameter' of 'object BooleanToBadgeIconConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
Build ./src/SharedMauiXamlStylesLibrary.SampleApp/SharedMauiXamlStylesLibrary.SampleApp.csproj:
src/SharedMauiXamlStylesLibrary.Syncfusion/Converters/BooleanToBadgeIconConverter.cs#L13
Nullability of reference types in type of parameter 'value' of 'object BooleanToBadgeIconConverter.ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
Build ./src/SharedMauiXamlStylesLibrary.SampleApp/SharedMauiXamlStylesLibrary.SampleApp.csproj:
src/SharedMauiXamlStylesLibrary.Syncfusion/Converters/BooleanToBadgeIconConverter.cs#L13
Nullability of reference types in type of parameter 'parameter' of 'object BooleanToBadgeIconConverter.ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
Build ./src/SharedMauiXamlStylesLibrary.SampleApp/SharedMauiXamlStylesLibrary.SampleApp.csproj:
src/SharedMauiXamlStylesLibrary.Syncfusion/Converters/DictionaryToChartSeriesCollectionConverter.cs#L19
Nullability of reference types in type of parameter 'value' of 'object DictionaryToChartSeriesCollectionConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
Build ./src/SharedMauiXamlStylesLibrary.SampleApp/SharedMauiXamlStylesLibrary.SampleApp.csproj:
src/SharedMauiXamlStylesLibrary.Syncfusion/Converters/DictionaryToChartSeriesCollectionConverter.cs#L19
Nullability of reference types in type of parameter 'parameter' of 'object DictionaryToChartSeriesCollectionConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "apk".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading