OfficeDev / OfficeDev/Office-Addin-Scripts

office-addin-lint bug thinks calling load() is needed for navigation properties in PowerPoint

Open
#874 1 comment 0 reactions 0 assignees View on GitHub

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

image
image

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.