Hello Expert,
I was trying to use code analysis in my local test app in BC 16. I have done the setup and trying to publish my app but I am getting below error
“The AppSourceCop configuration must specify one of the following properties: ‘mandatorySuffix’, ‘mandatoryPrefix’, or ‘mandatoryAffixes’”
I am not sure where I am doing wrong. Here is below my setting file
{
“workbench.colorTheme”: “Visual Studio Dark”,
“al.codeAnalyzers”: [
“${AppSourceCop}”,
“${CodeCop}”
]
}
I did some exploration regarding this and they said that I need to configure AppSourceCop.Json file, I have not found where I can get this json file. Can anyone help me regarding this?
Thank you