-
Notifications
You must be signed in to change notification settings - Fork 120
Manifest Versio higher then 1.22 doesn't work for office addin #6583
Copy link
Copy link
Open
Labels
Area: add-ins platformIssue related to the add-ins platformIssue related to the add-ins platformNeeds: attention 👋Waiting on Microsoft to provide feedbackWaiting on Microsoft to provide feedbackType: product bugBug in the Office Add-ins platform or Office JavaScript APIsBug in the Office Add-ins platform or Office JavaScript APIsregressionFunctionality that previously worked no longer worksFunctionality that previously worked no longer works
Description
{
"$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 !!!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area: add-ins platformIssue related to the add-ins platformIssue related to the add-ins platformNeeds: attention 👋Waiting on Microsoft to provide feedbackWaiting on Microsoft to provide feedbackType: product bugBug in the Office Add-ins platform or Office JavaScript APIsBug in the Office Add-ins platform or Office JavaScript APIsregressionFunctionality that previously worked no longer worksFunctionality that previously worked no longer works