Update Markdig.Renderers.Docx.csproj #15
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
src/Markdig.Renderers.Docx/Inlines/LinkInlineRenderer.cs#L34
Dereference of a possibly null reference.
|
build:
src/Markdig.Renderers.Docx/DocxDocumentRenderer.cs#L48
Dereference of a possibly null reference.
|
build:
src/Markdig.Renderers.Docx/DocxDocumentRenderer.cs#L51
Dereference of a possibly null reference.
|
build:
src/Markdig.Renderers.Docx/DocxDocumentRenderer.cs#L50
Possible null reference argument for parameter 'container' in 'DocumentTreeCursor.DocumentTreeCursor(OpenXmlCompositeElement container, OpenXmlElement? insertAfter)'.
|
build:
src/Markdig.Renderers.Docx/Inlines/AutolinkInlineRenderer.cs#L39
Dereference of a possibly null reference.
|
build:
src/Markdig.Renderers.Docx/OpenXmlExtensions.cs#L320
Dereference of a possibly null reference.
|
build:
src/Markdig.Renderers.Docx/Blocks/ListRenderer.cs#L9
Non-nullable property 'NumberingInstance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Markdig.Renderers.Docx/OpenXmlExtensions.cs#L466
Dereference of a possibly null reference.
|
build:
src/Markdig.Renderers.Docx/OpenXmlExtensions.cs#L500
Converting null literal or possible null value to non-nullable type.
|
build:
src/Markdig.Renderers.Docx/OpenXmlExtensions.cs#L534
Dereference of a possibly null reference.
|