Home > database >  Find out which office.js requirement set my code is using
Find out which office.js requirement set my code is using

Time:11-16

I would like to integrate into my CI/CD pipeline a requirement set condition.

I'm developing an Office.js Excel addin and I would like to track client compatibility. There is a way to inspect code to detect the maximum value of requirement set?

The codebase is not so small, and I want to keep an eye on client compatibility.

Thanks

CodePudding user response:

Good question! There is no tools for such tasks, developers are responsible for checking the requirement set before using a particular method or property in the code of Office add-ins.

Sounds like a subject for a feature suggestion. You can post or vote for an existing feature request on Tech Community where they are considered when the Office dev team goes through the planning process.

CodePudding user response:

As far as I know, there is no automated way to see what Req Sets are used by your code. That would be a valuable tool. Consider suggesting it at Microsoft 365 Developer Platform Ideas.

  • Related