Attempted deployment from ARM template, and re-deploying from web app via Deployment in App Service. Both fail with the following error below:
Restore completed in 885.8 ms for C:\home\site\repository\Source\Microsoft.Teams.App.Badges\Microsoft.Teams.App.Badges.csproj.
Controllers\BadgeController.cs(182,29): error CS0136: A local or parameter named 'teamsChannelAccounts' cannot be declared in this scope because that name is used in an enclosing local scope to define a local or parameter [C:\home\site\repository\Source\Microsoft.Teams.App.Badges\Microsoft.Teams.App.Badges.csproj]
CSC : warning SA0001: XML comment analysis is disabled due to project configuration [C:\home\site\repository\Source\Microsoft.Teams.App.Badges\Microsoft.Teams.App.Badges.csproj]
Failed exitCode=1, command=dotnet publish "C:\home\site\repository\Source\Microsoft.Teams.App.Badges\Microsoft.Teams.App.Badges.csproj" --output "C:\local\Temp\8d93673386d9d5a" --configuration Release
An error has occurred during web site deployment.
\r\nC:\Program Files (x86)\SiteExtensions\Kudu\94.30524.5227\bin\Scripts\starter.cmd deploy.cmd
Attempted deployment from ARM template, and re-deploying from web app via Deployment in App Service. Both fail with the following error below:
Restore completed in 885.8 ms for C:\home\site\repository\Source\Microsoft.Teams.App.Badges\Microsoft.Teams.App.Badges.csproj. Controllers\BadgeController.cs(182,29): error CS0136: A local or parameter named 'teamsChannelAccounts' cannot be declared in this scope because that name is used in an enclosing local scope to define a local or parameter [C:\home\site\repository\Source\Microsoft.Teams.App.Badges\Microsoft.Teams.App.Badges.csproj] CSC : warning SA0001: XML comment analysis is disabled due to project configuration [C:\home\site\repository\Source\Microsoft.Teams.App.Badges\Microsoft.Teams.App.Badges.csproj] Failed exitCode=1, command=dotnet publish "C:\home\site\repository\Source\Microsoft.Teams.App.Badges\Microsoft.Teams.App.Badges.csproj" --output "C:\local\Temp\8d93673386d9d5a" --configuration Release An error has occurred during web site deployment. \r\nC:\Program Files (x86)\SiteExtensions\Kudu\94.30524.5227\bin\Scripts\starter.cmd deploy.cmd