Added support for HTML fragments in Document Assembler Content tag #370
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build and Test:
Clippit/Comparer/WmlComparer.Private.Methods.Util.cs#L17
'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#L18
'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#L150
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#L145
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build and Test:
Clippit/PtOpenXmlDocument.cs#L478
Cannot convert null literal to non-nullable reference type.
|
Build and Test:
Clippit/PtOpenXmlDocument.cs#L494
Cannot convert null literal to non-nullable reference type.
|
Build and Test:
Clippit/PtOpenXmlDocument.cs#L510
Cannot convert null literal to non-nullable reference type.
|
Build and Test:
Clippit/Html/HtmlToWmlCssParser.cs#L1471
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build and Test:
Clippit/Html/HtmlToWmlCssApplier.cs#L3696
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/PowerPoint/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