WIP: public API for fluent presentation builder #392
Annotations
10 warnings
Build and Test:
Clippit/PtOpenXmlDocument.cs#L467
Cannot convert null literal to non-nullable reference type.
|
Build and Test:
Clippit/PtOpenXmlDocument.cs#L483
Cannot convert null literal to non-nullable reference type.
|
Build and Test:
Clippit/PtOpenXmlDocument.cs#L499
Cannot convert null literal to non-nullable reference type.
|
Build and Test:
Clippit/Comparer/WmlComparer.Private.Methods.Util.cs#L14
'IPackagePart' is obsolete: 'This is an experimental APIs and is subject to change' (https://aka.ms/openxmlsdk-diagnostics#OOXML0001)
|
Build and Test:
Clippit/Comparer/WmlComparer.Private.Methods.Util.cs#L15
'IPackagePart' is obsolete: 'This is an experimental APIs and is subject to change' (https://aka.ms/openxmlsdk-diagnostics#OOXML0001)
|
Build and Test:
Clippit/Excel/XlsxTables.cs#L126
Nullability of reference types in type of parameter 'other' doesn't match implemented member 'bool IEquatable<TableCell>.Equals(TableCell? other)' (possibly because of nullability attributes).
|
Build and Test:
Clippit/Excel/XlsxTables.cs#L121
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build and Test:
Clippit/Html/HtmlToWmlCssApplier.cs#L3666
Nullability of reference types in type of parameter 'other' doesn't match implemented member 'int IComparable<Property>.CompareTo(Property? other)' (possibly because of nullability attributes).
|
Build and Test:
Clippit/Html/HtmlToWmlCssParser.cs#L1467
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build and Test:
Clippit/PowerPoint/Fluent/SlidePartData.cs#L24
Nullability of reference types in type of parameter 'other' of 'int SlidePartData<T>.CompareTo(SlidePartData<T> other)' doesn't match implicitly implemented member 'int IComparable<SlidePartData<T>>.CompareTo(SlidePartData<T>? other)' (possibly because of nullability attributes).
|
Loading