OfficeDev / OfficeDev/Office-Addin-Scripts
office-addin-lint bug thinks calling load() is needed for navigation properties in PowerPoint
Open
Nobody has claimed this yet.
needs triage
- Dominant language
- TypeScript
- Stars
- 194
- Forks
- 117
- Avg merge
- 1d 32m
- Merged PRs (30d)
- 2
Description
Expected behavior
No linter error when not calling load() for a navigational properties for PowerPoint
Current behavior
Steps to Reproduce
const slide = context.presentation.slides.getItemAt(0);
const shapes = slide.shapes;
shapes.addTextBox("Hello World");
await context.sync();
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the office-addin-lint rule or entry point that reports a missing load() for PowerPoint navigation properties, then reproduce the issue with the provided slide and shapes snippet. Done means this example produces no linter error while genuine load() requirements remain reported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100