Skip to content

Manifest Versio higher then 1.22 doesn't work for office addin #6583

@ahSidata

Description

@ahSidata

{
"$schema": "https://developer.microsoft.com/json-schemas/teams/v1.25/MicrosoftTeams.schema.json#",
"manifestVersion": "1.25",

npx office-addin-manifest validate -p .\manifest.json
Error: Invalid regular expression: /^(?!.[\r\n\f\b\v\a\t])[\S].xll$/u: Invalid escape

If i use

{
"$schema": "https://developer.microsoft.com/json-schemas/teams/v1.22/MicrosoftTeams.schema.json#",
"manifestVersion": "1.22",

No error occured !!!

Metadata

Metadata

Assignees

Labels

Area: add-ins platformIssue related to the add-ins platformNeeds: attention 👋Waiting on Microsoft to provide feedbackType: product bugBug in the Office Add-ins platform or Office JavaScript APIsregressionFunctionality that previously worked no longer works

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions