Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix xrefs using invalid format #331

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

mikeebowen
Copy link
Collaborator

No description provided.

Copy link
Contributor

Learn Build status updates of commit 8cb104d:

⚠️ Validation status: warnings

File Status Preview URL Details
docs/general/how-to-add-a-new-document-part-that-receives-a-relationship-id-to-a-package.md ⚠️Warning Details
docs/spreadsheet/how-to-retrieve-a-list-of-the-hidden-rows-or-columns-in-a-spreadsheet.md ⚠️Warning Details
docs/presentation/working-with-notes-slides.md 💡Suggestion Details
docs/includes/presentation/structure.md ✅Succeeded
docs/includes/word/structure.md ✅Succeeded
docs/presentation/how-to-create-a-presentation-document-by-providing-a-file-name.md ✅Succeeded
docs/presentation/structure-of-a-presentationml-document.md ✅Succeeded
docs/presentation/working-with-handout-master-slides.md ✅Succeeded
docs/presentation/working-with-presentation-slides.md ✅Succeeded
docs/presentation/working-with-slide-layouts.md ✅Succeeded
docs/presentation/working-with-slide-masters.md ✅Succeeded

docs/general/how-to-add-a-new-document-part-that-receives-a-relationship-id-to-a-package.md

  • Line 60, Column 234: [Warning: xref-not-found - See documentation] Cross reference not found: 'DocumentFormat.OpenXml.Packaging.DataPart.FeedData'.

docs/spreadsheet/how-to-retrieve-a-list-of-the-hidden-rows-or-columns-in-a-spreadsheet.md

  • Line 40, Column 43: [Warning: xref-not-found - See documentation] Cross reference not found: 'DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open'.

docs/presentation/working-with-notes-slides.md

  • Line 0, Column 0: [Suggestion: disallowed-domain - See documentation] Url 'ref:DocumentFormat.OpenXml.Drawing' references a disallowed domain 'ref:'. This poses a security risk.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

Copy link
Contributor

Learn Build status updates of commit 260f3e3:

💡 Validation status: suggestions

File Status Preview URL Details
docs/presentation/working-with-notes-slides.md 💡Suggestion Details
docs/general/how-to-add-a-new-document-part-that-receives-a-relationship-id-to-a-package.md ✅Succeeded
docs/includes/presentation/structure.md ✅Succeeded
docs/includes/word/structure.md ✅Succeeded
docs/presentation/how-to-create-a-presentation-document-by-providing-a-file-name.md ✅Succeeded
docs/presentation/structure-of-a-presentationml-document.md ✅Succeeded
docs/presentation/working-with-handout-master-slides.md ✅Succeeded
docs/presentation/working-with-presentation-slides.md ✅Succeeded
docs/presentation/working-with-slide-layouts.md ✅Succeeded
docs/presentation/working-with-slide-masters.md ✅Succeeded
docs/spreadsheet/how-to-retrieve-a-list-of-the-hidden-rows-or-columns-in-a-spreadsheet.md ✅Succeeded

docs/presentation/working-with-notes-slides.md

  • Line 0, Column 0: [Suggestion: disallowed-domain - See documentation] Url 'ref:DocumentFormat.OpenXml.Drawing' references a disallowed domain 'ref:'. This poses a security risk.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@@ -65,7 +65,7 @@ two slides denoted by the IDs 267 and 256.

Using the Open XML SDK, you can create document structure and
content using strongly-typed classes that correspond to PresentationML
elements. You can find these classes in the <a href="xref:DocumentFormat.OpenXml.Presentation?displayName=fullName" />
elements. You can find these classes in the <xref:DocumentFormat.OpenXml.Presentation?displayName>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does it still need the ?displayName?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, I missed that one. I updated the PR

Copy link
Contributor

Learn Build status updates of commit 09ddc82:

💡 Validation status: suggestions

File Status Preview URL Details
docs/presentation/working-with-notes-slides.md 💡Suggestion Details
docs/general/how-to-add-a-new-document-part-that-receives-a-relationship-id-to-a-package.md ✅Succeeded
docs/includes/presentation/structure.md ✅Succeeded
docs/includes/word/structure.md ✅Succeeded
docs/presentation/how-to-create-a-presentation-document-by-providing-a-file-name.md ✅Succeeded
docs/presentation/structure-of-a-presentationml-document.md ✅Succeeded
docs/presentation/working-with-handout-master-slides.md ✅Succeeded
docs/presentation/working-with-presentation-slides.md ✅Succeeded
docs/presentation/working-with-slide-layouts.md ✅Succeeded
docs/presentation/working-with-slide-masters.md ✅Succeeded
docs/spreadsheet/how-to-retrieve-a-list-of-the-hidden-rows-or-columns-in-a-spreadsheet.md ✅Succeeded

docs/presentation/working-with-notes-slides.md

  • Line 0, Column 0: [Suggestion: disallowed-domain - See documentation] Url 'ref:DocumentFormat.OpenXml.Drawing' references a disallowed domain 'ref:'. This poses a security risk.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants