Merge pull request #18 from Toine-db/Rendered_indicator #11
Annotations
10 warnings
|
release-nuget:
src/Plugin.Maui.MarkdownView/ViewSuppliers/MauiBasicViewSupplier.cs#L221
Nullability of reference types in return type of 'View? MauiBasicViewSupplier.CreateIndentedCodeBlock(TextBlock textBlock)' doesn't match implicitly implemented member 'View IViewSupplier<View>.CreateIndentedCodeBlock(TextBlock textBlock)' (possibly because of nullability attributes).
|
|
release-nuget:
src/Plugin.Maui.MarkdownView/ViewSuppliers/MauiBasicViewSupplier.cs#L203
Nullability of reference types in return type of 'View? MauiBasicViewSupplier.CreateFencedCodeBlock(TextBlock textBlock, string codeInfo)' doesn't match implicitly implemented member 'View IViewSupplier<View>.CreateFencedCodeBlock(TextBlock textBlock, string codeInfo)' (possibly because of nullability attributes).
|
|
release-nuget:
src/Plugin.Maui.MarkdownView/ViewSuppliers/MauiBasicViewSupplier.cs#L280
Nullability of reference types in return type of 'View? MauiBasicViewSupplier.CreateThematicBreak()' doesn't match implicitly implemented member 'View IViewSupplier<View>.CreateThematicBreak()' (possibly because of nullability attributes).
|
|
release-nuget:
src/Plugin.Maui.MarkdownView/ViewSuppliers/MauiBasicViewSupplier.cs#L258
Nullability of reference types in return type of 'View? MauiBasicViewSupplier.CreateStackLayoutView(List<View?> childViews)' doesn't match implicitly implemented member 'View IViewSupplier<View>.CreateStackLayoutView(List<View> childViews)' (possibly because of nullability attributes).
|
|
release-nuget:
src/Plugin.Maui.MarkdownView/ViewSuppliers/MauiBasicViewSupplier.cs#L150
Nullability of reference types in return type of 'View? MauiBasicViewSupplier.CreateListItemView(View? childView, bool isOrderedList, int sequenceNumber, int listLevel)' doesn't match implicitly implemented member 'View IViewSupplier<View>.CreateListItemView(View childView, bool isOrderedList, int sequenceNumber, int listLevel)' (possibly because of nullability attributes).
|
|
release-nuget:
src/Plugin.Maui.MarkdownView/ViewSuppliers/MauiBasicViewSupplier.cs#L178
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).
|
|
release-nuget:
src/Plugin.Maui.MarkdownView/ViewSuppliers/MauiBasicViewSupplier.cs#L101
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).
|
|
release-nuget:
src/Plugin.Maui.MarkdownView/ViewSuppliers/MauiBasicViewSupplier.cs#L73
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).
|
|
release-nuget:
src/Plugin.Maui.MarkdownView/ViewSuppliers/MauiBasicViewSupplier.cs#L49
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).
|
|
release-nuget:
src/Plugin.Maui.MarkdownView/ViewSuppliers/MauiBasicViewSupplier.cs#L35
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).
|