OfficeDev / Office-Addin-Scripts

A set of scripts and packages that are consumed in Office add-ins projects.
MIT License
154 stars 93 forks source link

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

Open apadwekar99 opened 3 weeks ago

apadwekar99 commented 3 weeks ago

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();
millerds commented 2 weeks ago

Looking into updating the list used for this detection.

Internal tracking id: 9157119