0

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

Eugene Astafiev
  • 47,483
  • 3
  • 24
  • 45
Claudio
  • 3,060
  • 10
  • 17

2 Answers2

0

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.

Eugene Astafiev
  • 47,483
  • 3
  • 24
  • 45
  • Thanks fo addressing me on Tech Community. I have Submitted a suggestion on [this post](https://techcommunity.microsoft.com/t5/microsoft-365-developer-platform/find-out-which-office-js-requirement-set-my-code-is-using/idi-p/3677366#M1474). If the suggestion is valuable in your opinion, upvote is appreciated. – Claudio Nov 16 '22 at 08:50
  • Yes, definitely. I'd love to have something like that for my solutions. – Eugene Astafiev Nov 16 '22 at 09:01
0

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.

Rick Kirkham
  • 9,038
  • 1
  • 14
  • 32
  • Thanks fo addressing me on Developer Platfom Ideas. I have Submitted an idea on [this post](https://techcommunity.microsoft.com/t5/microsoft-365-developer-platform/find-out-which-office-js-requirement-set-my-code-is-using/idi-p/3677366#M1474). If the suggestion is valuable in your opinion, upvote and further discussions are appreciated. – Claudio Nov 16 '22 at 08:51