You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using single quotes (') for the name and version attributes of the extension manifest, the regex that's checking these part of the build command will fail to read the value correctly.
Sample manifest:
name: custom:myextensionversion: '1.0.0'minDynatraceVersion: 1.300.0author:
name: me
Steps to reproduce
Write an extension manifest where the name or version are surrounded by single quotes '
Run the build command
Hit the error. The message says that either the name or version are missing from the manifest.
Description
When using single quotes (
'
) for thename
andversion
attributes of the extension manifest, the regex that's checking these part of the build command will fail to read the value correctly.Sample manifest:
Steps to reproduce
'
Support information
The text was updated successfully, but these errors were encountered: