Skip to content

demo video

demo video #22

Triggered via pull request February 7, 2025 18:23
@Toine-dbToine-db
opened #10
demo
Status Success
Total duration 8m 48s
Artifacts

ci.yml

on: pull_request
build-plugin-ci
8m 36s
build-plugin-ci
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-plugin-ci: src/Plugin.Maui.MarkdownView/ViewSuppliers/MauiBasicViewSupplier.cs#L34
Nullability of reference types in return type of 'View? MauiBasicViewSupplier.CreateTextView(TextBlock textBlock)' doesn't match implicitly implemented member 'View IViewSupplier<View>.CreateTextView(TextBlock textBlock)' (possibly because of nullability attributes).
build-plugin-ci: src/Plugin.Maui.MarkdownView/ViewSuppliers/MauiBasicViewSupplier.cs#L34
Nullability of reference types in return type of 'View? MauiBasicViewSupplier.CreateTextView(TextBlock textBlock)' doesn't match implicitly implemented member 'View IViewSupplier<View>.CreateTextView(TextBlock textBlock)' (possibly because of nullability attributes).
build-plugin-ci: src/Plugin.Maui.MarkdownView/ViewSuppliers/MauiBasicViewSupplier.cs#L34
Nullability of reference types in return type of 'View? MauiBasicViewSupplier.CreateTextView(TextBlock textBlock)' doesn't match implicitly implemented member 'View IViewSupplier<View>.CreateTextView(TextBlock textBlock)' (possibly because of nullability attributes).
build-plugin-ci: src/Plugin.Maui.MarkdownView/ViewSuppliers/MauiBasicViewSupplier.cs#L48
Nullability of reference types in return type of 'View? MauiBasicViewSupplier.CreateBlockquotesView(View? childView)' doesn't match implicitly implemented member 'View IViewSupplier<View>.CreateBlockquotesView(View childView)' (possibly because of nullability attributes).
build-plugin-ci: src/Plugin.Maui.MarkdownView/ViewSuppliers/MauiBasicViewSupplier.cs#L48
Nullability of reference types in return type of 'View? MauiBasicViewSupplier.CreateBlockquotesView(View? childView)' doesn't match implicitly implemented member 'View IViewSupplier<View>.CreateBlockquotesView(View childView)' (possibly because of nullability attributes).
build-plugin-ci: src/Plugin.Maui.MarkdownView/ViewSuppliers/MauiBasicViewSupplier.cs#L72
Nullability of reference types in return type of 'View? MauiBasicViewSupplier.CreateHeaderView(TextBlock textBlock, int headerLevel)' doesn't match implicitly implemented member 'View IViewSupplier<View>.CreateHeaderView(TextBlock textBlock, int headerLevel)' (possibly because of nullability attributes).
build-plugin-ci: src/Plugin.Maui.MarkdownView/ViewSuppliers/MauiBasicViewSupplier.cs#L100
Nullability of reference types in return type of 'View? MauiBasicViewSupplier.CreateImageView(string url, string subscription, string imageId)' doesn't match implicitly implemented member 'View IViewSupplier<View>.CreateImageView(string url, string subscription, string imageId)' (possibly because of nullability attributes).
build-plugin-ci: src/Plugin.Maui.MarkdownView/ViewSuppliers/MauiBasicViewSupplier.cs#L72
Nullability of reference types in return type of 'View? MauiBasicViewSupplier.CreateHeaderView(TextBlock textBlock, int headerLevel)' doesn't match implicitly implemented member 'View IViewSupplier<View>.CreateHeaderView(TextBlock textBlock, int headerLevel)' (possibly because of nullability attributes).
build-plugin-ci: src/Plugin.Maui.MarkdownView/ViewSuppliers/MauiBasicViewSupplier.cs#L177
Nullability of reference types in return type of 'View? MauiBasicViewSupplier.CreateListView(List<View?> items)' doesn't match implicitly implemented member 'View IViewSupplier<View>.CreateListView(List<View> items)' (possibly because of nullability attributes).
build-plugin-ci: src/Plugin.Maui.MarkdownView/ViewSuppliers/MauiBasicViewSupplier.cs#L100
Nullability of reference types in return type of 'View? MauiBasicViewSupplier.CreateImageView(string url, string subscription, string imageId)' doesn't match implicitly implemented member 'View IViewSupplier<View>.CreateImageView(string url, string subscription, string imageId)' (possibly because of nullability attributes).