Giter Club home page Giter Club logo

officedev / microsoft-teams-apps-greatideas Goto Github PK

View Code? Open in Web Editor NEW
83.0 83.0 35.0 2.56 MB

An “innovation challenge” system that lets employees submit and share ideas and insights, with voting and contests. An app using which employees can submit an innovative idea in a selected category to be visible to all colleagues and leadership, ideas can be voted upon and a leader board of best idea contributors can be shared. This app can also be a route to file patent ideas by anyone in an organization.

License: MIT License

C# 52.91% HTML 0.07% TypeScript 42.85% CSS 3.75% Batchfile 0.43%

microsoft-teams-apps-greatideas's Issues

IOS compatibility

Hi,
I note the app is not compatible with iOS devices yet. Can I try and understand what is involved/required to make it so? I can then try and make the required updates and create a pull request.

Thanks,

Kapil

No Way To Add Categories

Deployed, installed into Teams as a pop out app and there's no way to add categories. The app is essentially useless without categories; I can't add new ideas.

Error: Something went wrong. Try again in a few minutes.

I have tried deploying several times each with the same result. When I browse to the App Service url https://.azurewebsites.net it redirects to /error and gives the above message. I have gone the Application Insights looking for any errors and have not found anything. I don't see anything relevant in a Chrome debugger console. I am at a loss for how to debug this issue.

Another issue I had that was not addressed in the deployment guide was that there is a required field named 'Team Link'. The help tip indicates that the url start with https://teams.microsoft.com/l/team

Enhancement requests

Dear team,

I have installed the Great Ideas app (from latest #24 that was merge back into Master branch on Jan 11) and demonstrate it to my team members in my organization. There are some feed backs after the demo on how this app can be improved. So below are the list of feature requests that we would like to see on the app.

The most important feature as a minimum viable product that should be added in next release are:

  1. Ability for the Curator/admin to edit or delete an existing idea once it has been approved or rejected. I am not sure if others can edit submitted ideas, but at this moment other than manage categories feature, there is no edit or delete button on an existing idea record for Curator

image

It would be good to able to manage submitted ideas. When an existing submitted idea record can be updated, we like to have the following field be edited:

  • Description - Ability to edit it.
  • Tag - Ability to remove existing tag or add a new tag
  • Status field - Ability to edit the status (for curator/admin) to implemented, archived.
  • Supporting document - Ability to update the link
  • Category - Ability to change the category value from drop down value

The other minor (nice to have) enhancement requests are:
2. Ability to merge multiple ideas

Thank you for your considerations. Please let me know if the above feature enhancements is in the road map app for further improvements/fixes.

Kind regards
David

Deployment Fails - Source Control

Hi The Template is failing

{
"status": "Failed",
"error": {
"code": "ResourceDeploymentFailure",
"message": "The resource operation completed with terminal provisioning state 'Failed'."
}
}

Microsoft.Web/sites/sourcecontrols

Deployment Correlation ID
eecbd6b5-a804-4a37-86ba-97d7cdab9505

{
"code": "DeploymentFailed",
"message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.",
"details": [
{
"code": "Conflict",
"message": "{\r\n "status": "Failed",\r\n "error": {\r\n "code": "ResourceDeploymentFailure",\r\n "message": "The resource operation completed with terminal provisioning state 'Failed'."\r\n }\r\n}"
}
]
}

The app and resource group has a unique name.

Where could the conflict be?

Error when open the App in Teams

When i open the app in Teams the App Ideas Tab shows me: The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

Wht i am doing wrong? Ive setup the apps as described in the deployment guide

Any Idea?

code is not implemented as per documentation

Hello Team,

  1. It seems below mentioned points are not implemented in code. (https://github.com/OfficeDev/microsoft-teams-apps-greatideas/wiki/Solution-Overview)

image

  1. Some storage table names are different from documentation (https://github.com/OfficeDev/microsoft-teams-apps-greatideas/wiki/Data-stores)

image

pic

  1. If we delete any record from "IdeaEntity" table then deleted record still showing in the All ideas tab. It’s showing empty content inside, Ideally It should not display deleted ideas/record in the All ideas Tab.

Below highlighted Idea is already deleted from "IdeaEntity" table.

pic1

Empty content after delete -

pic2

Suggestions for deployment guide clarity

Hi Folks,

I've gone through the deployment guide, and have a couple suggestions after going through it from beginning to end:

Step 3, number 10 and 15:

This references api://fully-qualified-domain-name.com/{BotID}, and api://subdomain.example.com:6789/c6c1f32b-5e55-4997-881a-753cc1d563b7/access_as_user

It seems like both of these should just be the Azure Front Door URI (at least this is what I used). Otherwise it's difficult to know where fully-qualified-domain-name.com is coming from. Also the use of the nonstandard port seem to imply something to the user that is not explicit. It would be good to better explain this, or just use the same url of [BaseResourceName].azurefd.net as in the rest of the documentation.

Step 4

This is almost obvious, but it would be good to tell the user to clone the git repo, where they'll find the manifest.json file. This wasn't immediately clear to me.

XSS-Security Issue - redirect.tsx is vulnerable to XSS

Vulnerability Name : XSS - Cross Site Scripting
Impact: Sending invalidated data to a client (web-browser/Teams) can result in the client executing malicious code.
Vulnerable File Location: Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/src/components/redirect.tsx
File Name: redirect.tsx
Line No# 17

ARM template deploy err - SourceControl "Conflict" - Provisionning fail

The ARM template deployment fails with the following error on the resource Microsoft.Web/sites/sourcecontrols
Status : conflict
Message status :

{
    "status": "Failed",
    "error": {
        "code": "ResourceDeploymentFailure",
        "message": "The resource operation completed with terminal provisioning state 'Failed'."
    }
}

Here are the deployment logs from source control on the Web Application:

Command: "D:\home\site\deployments\tools\deploy.cmd"
Handling ASP.NET Core Web Application deployment with MSBuild16.
Microsoft (R) Build Engine version 16.4.0+e901037fe for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

Build started 9/21/2020 8:40:20 AM.
Project "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj" on node 1 (Restore target(s)).
Restore:
  Committing restore...
  Assets file has not changed. Skipping assets file writing. Path: D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\obj\project.assets.json
  Restore completed in 1.23 sec for D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj.
  
  NuGet Config files used:
      C:\DWASFiles\Sites\#1cae-greatideas\AppData\NuGet\NuGet.Config
  
  Feeds used:
      https://api.nuget.org/v3/index.json
Done Building Project "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj" (Restore target(s)).
Project "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj" on node 1 (default targets).
_HandlePackageFileConflicts:
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Reference:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\ref\netcoreapp2.1\System.Collections.Immutable.dll' and 'Reference:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\system.collections.immutable\1.5.0\lib\netstandard2.0\System.Collections.Immutable.dll'.  NETSDK1036: Choosing 'Reference:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\ref\netcoreapp2.1\System.Collections.Immutable.dll' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Reference:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\ref\netcoreapp2.1\System.Diagnostics.DiagnosticSource.dll' and 'Reference:D:\home\.nuget\system.diagnostics.diagnosticsource\4.6.0\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll'.  NETSDK1033: Choosing 'Reference:D:\home\.nuget\system.diagnostics.diagnosticsource\4.6.0\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll' because AssemblyVersion '4.0.4.0' is greater than '4.0.3.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Reference:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\ref\netcoreapp2.1\System.Linq.Parallel.dll' and 'Reference:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll'.  NETSDK1033: Choosing 'Reference:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\ref\netcoreapp2.1\System.Linq.Parallel.dll' because AssemblyVersion '4.0.3.0' is greater than '4.0.0.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Reference:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\ref\netcoreapp2.1\System.Net.Http.dll' and 'Reference:D:\home\.nuget\system.net.http\4.3.4\ref\netstandard1.3\System.Net.Http.dll'.  NETSDK1033: Choosing 'Reference:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\ref\netcoreapp2.1\System.Net.Http.dll' because AssemblyVersion '4.2.1.0' is greater than '4.1.1.3'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Reference:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\ref\netcoreapp2.1\System.Net.NetworkInformation.dll' and 'Reference:D:\home\.nuget\system.net.networkinformation\4.1.0\ref\netstandard1.3\System.Net.NetworkInformation.dll'.  NETSDK1033: Choosing 'Reference:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\ref\netcoreapp2.1\System.Net.NetworkInformation.dll' because AssemblyVersion '4.2.1.0' is greater than '4.1.0.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Reference:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\ref\netcoreapp2.1\System.Reflection.Metadata.dll' and 'Reference:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\system.reflection.metadata\1.6.0\lib\netstandard2.0\System.Reflection.Metadata.dll'.  NETSDK1036: Choosing 'Reference:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\ref\netcoreapp2.1\System.Reflection.Metadata.dll' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Reference:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\ref\netcoreapp2.1\System.Security.SecureString.dll' and 'Reference:D:\home\.nuget\system.security.securestring\4.3.0\ref\netstandard1.3\System.Security.SecureString.dll'.  NETSDK1033: Choosing 'Reference:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\ref\netcoreapp2.1\System.Security.SecureString.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.0.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:Microsoft.Win32.Registry.dll' and 'Runtime:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\microsoft.win32.registry\4.5.0\lib\netstandard2.0\Microsoft.Win32.Registry.dll'.  NETSDK1036: Choosing 'Platform:Microsoft.Win32.Registry.dll' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Collections.Immutable.dll' and 'Runtime:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\system.collections.immutable\1.5.0\lib\netstandard2.0\System.Collections.Immutable.dll'.  NETSDK1036: Choosing 'Platform:System.Collections.Immutable.dll' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Diagnostics.DiagnosticSource.dll' and 'Runtime:D:\home\.nuget\system.diagnostics.diagnosticsource\4.6.0\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll'.  NETSDK1033: Choosing 'Runtime:D:\home\.nuget\system.diagnostics.diagnosticsource\4.6.0\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll' because AssemblyVersion '4.0.4.0' is greater than '4.0.3.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.IO.FileSystem.AccessControl.dll' and 'Runtime:D:\home\.nuget\system.io.filesystem.accesscontrol\4.5.0\lib\netstandard2.0\System.IO.FileSystem.AccessControl.dll'.  NETSDK1036: Choosing 'Platform:System.IO.FileSystem.AccessControl.dll' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Linq.Parallel.dll' and 'Runtime:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\system.linq.parallel\4.3.0\lib\netstandard1.3\System.Linq.Parallel.dll'.  NETSDK1033: Choosing 'Platform:System.Linq.Parallel.dll' because AssemblyVersion '4.0.3.0' is greater than '4.0.2.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Reflection.Metadata.dll' and 'Runtime:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\system.reflection.metadata\1.6.0\lib\netstandard2.0\System.Reflection.Metadata.dll'.  NETSDK1036: Choosing 'Platform:System.Reflection.Metadata.dll' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.AccessControl.dll' and 'Runtime:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\system.security.accesscontrol\4.5.0\lib\netstandard2.0\System.Security.AccessControl.dll'.  NETSDK1036: Choosing 'Platform:System.Security.AccessControl.dll' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Cng.dll' and 'Runtime:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\system.security.cryptography.cng\4.5.0\lib\netcoreapp2.1\System.Security.Cryptography.Cng.dll'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Cng.dll' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Principal.Windows.dll' and 'Runtime:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\system.security.principal.windows\4.5.0\lib\netstandard2.0\System.Security.Principal.Windows.dll'.  NETSDK1036: Choosing 'Platform:System.Security.Principal.Windows.dll' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:Microsoft.Win32.Registry.dll' and 'Runtime:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\microsoft.win32.registry\4.5.0\runtimes\unix\lib\netstandard2.0\Microsoft.Win32.Registry.dll'.  NETSDK1036: Choosing 'Platform:Microsoft.Win32.Registry.dll' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:Microsoft.Win32.Registry.dll' and 'Runtime:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\microsoft.win32.registry\4.5.0\runtimes\win\lib\netstandard2.0\Microsoft.Win32.Registry.dll'.  NETSDK1036: Choosing 'Platform:Microsoft.Win32.Registry.dll' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Native.OpenSsl.so' and 'Runtime:D:\home\.nuget\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl\4.3.2\runtimes\debian.8-x64\native\System.Security.Cryptography.Native.OpenSsl.so'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Native.OpenSsl.so' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Native.OpenSsl.so' and 'Runtime:D:\home\.nuget\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl\4.3.2\runtimes\fedora.23-x64\native\System.Security.Cryptography.Native.OpenSsl.so'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Native.OpenSsl.so' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Native.OpenSsl.so' and 'Runtime:D:\home\.nuget\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl\4.3.2\runtimes\fedora.24-x64\native\System.Security.Cryptography.Native.OpenSsl.so'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Native.OpenSsl.so' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Native.OpenSsl.so' and 'Runtime:D:\home\.nuget\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl\4.3.2\runtimes\opensuse.13.2-x64\native\System.Security.Cryptography.Native.OpenSsl.so'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Native.OpenSsl.so' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Native.OpenSsl.so' and 'Runtime:D:\home\.nuget\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl\4.3.2\runtimes\opensuse.42.1-x64\native\System.Security.Cryptography.Native.OpenSsl.so'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Native.OpenSsl.so' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Native.OpenSsl.dylib' and 'Runtime:D:\home\.nuget\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl\4.3.2\runtimes\osx.10.10-x64\native\System.Security.Cryptography.Native.OpenSsl.dylib'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Native.OpenSsl.dylib' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Native.OpenSsl.so' and 'Runtime:D:\home\.nuget\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\4.3.2\runtimes\rhel.7-x64\native\System.Security.Cryptography.Native.OpenSsl.so'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Native.OpenSsl.so' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Native.OpenSsl.so' and 'Runtime:D:\home\.nuget\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\4.3.2\runtimes\ubuntu.14.04-x64\native\System.Security.Cryptography.Native.OpenSsl.so'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Native.OpenSsl.so' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Native.OpenSsl.so' and 'Runtime:D:\home\.nuget\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl\4.3.2\runtimes\ubuntu.16.04-x64\native\System.Security.Cryptography.Native.OpenSsl.so'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Native.OpenSsl.so' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Native.OpenSsl.so' and 'Runtime:D:\home\.nuget\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\4.3.2\runtimes\ubuntu.16.10-x64\native\System.Security.Cryptography.Native.OpenSsl.so'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Native.OpenSsl.so' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.IO.FileSystem.AccessControl.dll' and 'Runtime:D:\home\.nuget\system.io.filesystem.accesscontrol\4.5.0\runtimes\win\lib\netstandard2.0\System.IO.FileSystem.AccessControl.dll'.  NETSDK1036: Choosing 'Platform:System.IO.FileSystem.AccessControl.dll' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Net.Http.dll' and 'Runtime:D:\home\.nuget\system.net.http\4.3.4\runtimes\unix\lib\netstandard1.6\System.Net.Http.dll'.  NETSDK1033: Choosing 'Platform:System.Net.Http.dll' because AssemblyVersion '4.2.1.0' is greater than '4.1.1.3'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Net.Http.dll' and 'Runtime:D:\home\.nuget\system.net.http\4.3.4\runtimes\win\lib\netstandard1.3\System.Net.Http.dll'.  NETSDK1033: Choosing 'Platform:System.Net.Http.dll' because AssemblyVersion '4.2.1.0' is greater than '4.1.1.3'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Net.NetworkInformation.dll' and 'Runtime:D:\home\.nuget\system.net.networkinformation\4.1.0\runtimes\linux\lib\netstandard1.3\System.Net.NetworkInformation.dll'.  NETSDK1033: Choosing 'Platform:System.Net.NetworkInformation.dll' because AssemblyVersion '4.2.1.0' is greater than '4.1.0.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Net.NetworkInformation.dll' and 'Runtime:D:\home\.nuget\system.net.networkinformation\4.1.0\runtimes\osx\lib\netstandard1.3\System.Net.NetworkInformation.dll'.  NETSDK1033: Choosing 'Platform:System.Net.NetworkInformation.dll' because AssemblyVersion '4.2.1.0' is greater than '4.1.0.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Net.NetworkInformation.dll' and 'Runtime:D:\home\.nuget\system.net.networkinformation\4.1.0\runtimes\win\lib\netstandard1.3\System.Net.NetworkInformation.dll'.  NETSDK1033: Choosing 'Platform:System.Net.NetworkInformation.dll' because AssemblyVersion '4.2.1.0' is greater than '4.1.0.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.AccessControl.dll' and 'Runtime:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\system.security.accesscontrol\4.5.0\runtimes\win\lib\netcoreapp2.0\System.Security.AccessControl.dll'.  NETSDK1036: Choosing 'Platform:System.Security.AccessControl.dll' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Cng.dll' and 'Runtime:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\system.security.cryptography.cng\4.5.0\runtimes\win\lib\netcoreapp2.1\System.Security.Cryptography.Cng.dll'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Cng.dll' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Principal.Windows.dll' and 'Runtime:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\system.security.principal.windows\4.5.0\runtimes\unix\lib\netcoreapp2.0\System.Security.Principal.Windows.dll'.  NETSDK1036: Choosing 'Platform:System.Security.Principal.Windows.dll' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Principal.Windows.dll' and 'Runtime:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\system.security.principal.windows\4.5.0\runtimes\win\lib\netcoreapp2.0\System.Security.Principal.Windows.dll'.  NETSDK1036: Choosing 'Platform:System.Security.Principal.Windows.dll' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.SecureString.dll' and 'Runtime:D:\home\.nuget\system.security.securestring\4.3.0\runtimes\unix\lib\netstandard1.3\System.Security.SecureString.dll'.  NETSDK1033: Choosing 'Platform:System.Security.SecureString.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.1.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(41,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.SecureString.dll' and 'Runtime:D:\home\.nuget\system.security.securestring\4.3.0\runtimes\win\lib\netstandard1.3\System.Security.SecureString.dll'.  NETSDK1033: Choosing 'Platform:System.Security.SecureString.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.1.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
CoreResGen:
  No resources are out of date with respect to their source files. Skipping resource generation.
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
_CoreGenerateRazorAssemblyInfo:
Skipping target "_CoreGenerateRazorAssemblyInfo" because all output files are up-to-date with respect to the input files.
CoreGenerateUserSecretsAttribute:
Skipping target "CoreGenerateUserSecretsAttribute" because all output files are up-to-date with respect to the input files.
CoreGenerateAssemblyInfo:
Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
GetTypeScriptCopyToOutputDirectoryItems:
  Adding items with BuildAction=TypeScriptCompile to the same collections that will be populated (with items of other BuildActions) by the GetCopyToOutputDirectoryItems target
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\wwwroot\Artifacts\blogIcon.png" to "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\bin\Release\netcoreapp2.1\wwwroot\Artifacts\blogIcon.png".
  Copying file from "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\wwwroot\Artifacts\applicationLogo.png" to "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\bin\Release\netcoreapp2.1\wwwroot\Artifacts\applicationLogo.png".
  Copying file from "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\wwwroot\Artifacts\bookIcon.png" to "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\bin\Release\netcoreapp2.1\wwwroot\Artifacts\bookIcon.png".
  Copying file from "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\wwwroot\Artifacts\carouselImage1.jpg" to "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\bin\Release\netcoreapp2.1\wwwroot\Artifacts\carouselImage1.jpg".
  Copying file from "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\wwwroot\Artifacts\carouselImage2.jpg" to "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\bin\Release\netcoreapp2.1\wwwroot\Artifacts\carouselImage2.jpg".
  Copying file from "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\wwwroot\Artifacts\carouselImage3.jpg" to "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\bin\Release\netcoreapp2.1\wwwroot\Artifacts\carouselImage3.jpg".
  Copying file from "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\wwwroot\Artifacts\categoryIcon.png" to "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\bin\Release\netcoreapp2.1\wwwroot\Artifacts\categoryIcon.png".
  Copying file from "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\wwwroot\Artifacts\helpIcon.png" to "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\bin\Release\netcoreapp2.1\wwwroot\Artifacts\helpIcon.png".
  Copying file from "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\wwwroot\Artifacts\peopleAvatar.png" to "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\bin\Release\netcoreapp2.1\wwwroot\Artifacts\peopleAvatar.png".
  Copying file from "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\wwwroot\Artifacts\podcastIcon.png" to "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\bin\Release\netcoreapp2.1\wwwroot\Artifacts\podcastIcon.png".
  Copying file from "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\wwwroot\Artifacts\rejectIcon.png" to "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\bin\Release\netcoreapp2.1\wwwroot\Artifacts\rejectIcon.png".
  Copying file from "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\wwwroot\Artifacts\successIcon.png" to "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\bin\Release\netcoreapp2.1\wwwroot\Artifacts\successIcon.png".
  Copying file from "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\wwwroot\Artifacts\videoIcon.png" to "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\bin\Release\netcoreapp2.1\wwwroot\Artifacts\videoIcon.png".
  Copying file from "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\wwwroot\Artifacts\otherIcon.png" to "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\bin\Release\netcoreapp2.1\wwwroot\Artifacts\otherIcon.png".
  Copying file from "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\wwwroot\Artifacts\blogTypeDot.png" to "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\bin\Release\netcoreapp2.1\wwwroot\Artifacts\blogTypeDot.png".
  Copying file from "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\wwwroot\Artifacts\bookTypeDot.png" to "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\bin\Release\netcoreapp2.1\wwwroot\Artifacts\bookTypeDot.png".
  Copying file from "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\wwwroot\Artifacts\podcastTypeDot.png" to "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\bin\Release\netcoreapp2.1\wwwroot\Artifacts\podcastTypeDot.png".
  Copying file from "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\wwwroot\Artifacts\videoTypeDot.png" to "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\bin\Release\netcoreapp2.1\wwwroot\Artifacts\videoTypeDot.png".
  Copying file from "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\wwwroot\Artifacts\otherTypeDot.png" to "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\bin\Release\netcoreapp2.1\wwwroot\Artifacts\otherTypeDot.png".
  Copying file from "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\wwwroot\Artifacts\voteIcon.png" to "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\bin\Release\netcoreapp2.1\wwwroot\Artifacts\voteIcon.png".
  Copying file from "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\wwwroot\Artifacts\voteIconME.png" to "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\bin\Release\netcoreapp2.1\wwwroot\Artifacts\voteIconME.png".
GenerateBuildDependencyFile:
Skipping target "GenerateBuildDependencyFile" because all output files are up-to-date with respect to the input files.
GenerateBuildRuntimeConfigurationFiles:
Skipping target "GenerateBuildRuntimeConfigurationFiles" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
  Microsoft.Teams.Apps.SubmitIdea -> D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\bin\Release\netcoreapp2.1\Microsoft.Teams.Apps.SubmitIdea.dll
CleanupEmptyRefsFolder:
  Directory "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\bin\Release\netcoreapp2.1\refs" doesn't exist. Skipping.
_DeletePublishIntermediateOutputPath:
  Removing directory "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\obj\Release\netcoreapp2.1\PubTmp\Out\".
  Creating directory "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\obj\Release\netcoreapp2.1\PubTmp\Out\".
_HandlePublishFileConflicts:
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Native.OpenSsl.so' and 'CopyLocal:D:\home\.nuget\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl\4.3.2\runtimes\debian.8-x64\native\System.Security.Cryptography.Native.OpenSsl.so'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Native.OpenSsl.so' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Native.OpenSsl.so' and 'CopyLocal:D:\home\.nuget\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl\4.3.2\runtimes\fedora.23-x64\native\System.Security.Cryptography.Native.OpenSsl.so'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Native.OpenSsl.so' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Native.OpenSsl.so' and 'CopyLocal:D:\home\.nuget\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl\4.3.2\runtimes\fedora.24-x64\native\System.Security.Cryptography.Native.OpenSsl.so'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Native.OpenSsl.so' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Native.OpenSsl.so' and 'CopyLocal:D:\home\.nuget\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl\4.3.2\runtimes\opensuse.13.2-x64\native\System.Security.Cryptography.Native.OpenSsl.so'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Native.OpenSsl.so' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Native.OpenSsl.so' and 'CopyLocal:D:\home\.nuget\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl\4.3.2\runtimes\opensuse.42.1-x64\native\System.Security.Cryptography.Native.OpenSsl.so'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Native.OpenSsl.so' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Native.OpenSsl.dylib' and 'CopyLocal:D:\home\.nuget\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl\4.3.2\runtimes\osx.10.10-x64\native\System.Security.Cryptography.Native.OpenSsl.dylib'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Native.OpenSsl.dylib' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Native.OpenSsl.so' and 'CopyLocal:D:\home\.nuget\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\4.3.2\runtimes\rhel.7-x64\native\System.Security.Cryptography.Native.OpenSsl.so'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Native.OpenSsl.so' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Native.OpenSsl.so' and 'CopyLocal:D:\home\.nuget\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\4.3.2\runtimes\ubuntu.14.04-x64\native\System.Security.Cryptography.Native.OpenSsl.so'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Native.OpenSsl.so' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Native.OpenSsl.so' and 'CopyLocal:D:\home\.nuget\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl\4.3.2\runtimes\ubuntu.16.04-x64\native\System.Security.Cryptography.Native.OpenSsl.so'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Native.OpenSsl.so' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Cryptography.Native.OpenSsl.so' and 'CopyLocal:D:\home\.nuget\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\4.3.2\runtimes\ubuntu.16.10-x64\native\System.Security.Cryptography.Native.OpenSsl.so'.  NETSDK1036: Choosing 'Platform:System.Security.Cryptography.Native.OpenSsl.so' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Collections.NonGeneric.dll' and 'CopyLocal:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\system.collections.nongeneric\4.3.0\lib\netstandard1.3\System.Collections.NonGeneric.dll'.  NETSDK1033: Choosing 'Platform:System.Collections.NonGeneric.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.2.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Collections.Specialized.dll' and 'CopyLocal:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\system.collections.specialized\4.3.0\lib\netstandard1.3\System.Collections.Specialized.dll'.  NETSDK1033: Choosing 'Platform:System.Collections.Specialized.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.2.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.ComponentModel.dll' and 'CopyLocal:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\system.componentmodel\4.3.0\lib\netstandard1.3\System.ComponentModel.dll'.  NETSDK1033: Choosing 'Platform:System.ComponentModel.dll' because AssemblyVersion '4.0.3.0' is greater than '4.0.2.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.ComponentModel.Primitives.dll' and 'CopyLocal:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\system.componentmodel.primitives\4.3.0\lib\netstandard1.0\System.ComponentModel.Primitives.dll'.  NETSDK1033: Choosing 'Platform:System.ComponentModel.Primitives.dll' because AssemblyVersion '4.2.1.0' is greater than '4.1.1.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.ComponentModel.TypeConverter.dll' and 'CopyLocal:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\system.componentmodel.typeconverter\4.3.0\lib\netstandard1.5\System.ComponentModel.TypeConverter.dll'.  NETSDK1033: Choosing 'Platform:System.ComponentModel.TypeConverter.dll' because AssemblyVersion '4.2.1.0' is greater than '4.1.1.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Diagnostics.Contracts.dll' and 'CopyLocal:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\system.diagnostics.contracts\4.3.0\lib\netstandard1.0\System.Diagnostics.Contracts.dll'.  NETSDK1033: Choosing 'Platform:System.Diagnostics.Contracts.dll' because AssemblyVersion '4.0.3.0' is greater than '4.0.2.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Diagnostics.DiagnosticSource.dll' and 'CopyLocal:D:\home\.nuget\system.diagnostics.diagnosticsource\4.6.0\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll'.  NETSDK1033: Choosing 'CopyLocal:D:\home\.nuget\system.diagnostics.diagnosticsource\4.6.0\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll' because AssemblyVersion '4.0.4.0' is greater than '4.0.3.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Diagnostics.TraceSource.dll' and 'CopyLocal:D:\home\.nuget\system.diagnostics.tracesource\4.0.0\runtimes\unix\lib\netstandard1.3\System.Diagnostics.TraceSource.dll'.  NETSDK1033: Choosing 'Platform:System.Diagnostics.TraceSource.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.0.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Diagnostics.TraceSource.dll' and 'CopyLocal:D:\home\.nuget\system.diagnostics.tracesource\4.0.0\runtimes\win\lib\netstandard1.3\System.Diagnostics.TraceSource.dll'.  NETSDK1033: Choosing 'Platform:System.Diagnostics.TraceSource.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.0.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Globalization.Extensions.dll' and 'CopyLocal:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\system.globalization.extensions\4.3.0\runtimes\unix\lib\netstandard1.3\System.Globalization.Extensions.dll'.  NETSDK1033: Choosing 'Platform:System.Globalization.Extensions.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.2.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Globalization.Extensions.dll' and 'CopyLocal:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\system.globalization.extensions\4.3.0\runtimes\win\lib\netstandard1.3\System.Globalization.Extensions.dll'.  NETSDK1033: Choosing 'Platform:System.Globalization.Extensions.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.2.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.IO.FileSystem.AccessControl.dll' and 'CopyLocal:D:\home\.nuget\system.io.filesystem.accesscontrol\4.5.0\lib\netstandard2.0\System.IO.FileSystem.AccessControl.dll'.  NETSDK1036: Choosing 'Platform:System.IO.FileSystem.AccessControl.dll' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.IO.FileSystem.AccessControl.dll' and 'CopyLocal:D:\home\.nuget\system.io.filesystem.accesscontrol\4.5.0\runtimes\win\lib\netstandard2.0\System.IO.FileSystem.AccessControl.dll'.  NETSDK1036: Choosing 'Platform:System.IO.FileSystem.AccessControl.dll' because it comes from a package that is preferred. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Linq.Parallel.dll' and 'CopyLocal:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\system.linq.parallel\4.3.0\lib\netstandard1.3\System.Linq.Parallel.dll'.  NETSDK1033: Choosing 'Platform:System.Linq.Parallel.dll' because AssemblyVersion '4.0.3.0' is greater than '4.0.2.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Net.Http.dll' and 'CopyLocal:D:\home\.nuget\system.net.http\4.3.4\runtimes\unix\lib\netstandard1.6\System.Net.Http.dll'.  NETSDK1033: Choosing 'Platform:System.Net.Http.dll' because AssemblyVersion '4.2.1.0' is greater than '4.1.1.3'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Net.Http.dll' and 'CopyLocal:D:\home\.nuget\system.net.http\4.3.4\runtimes\win\lib\netstandard1.3\System.Net.Http.dll'.  NETSDK1033: Choosing 'Platform:System.Net.Http.dll' because AssemblyVersion '4.2.1.0' is greater than '4.1.1.3'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Net.NameResolution.dll' and 'CopyLocal:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\system.net.nameresolution\4.3.0\runtimes\unix\lib\netstandard1.3\System.Net.NameResolution.dll'.  NETSDK1033: Choosing 'Platform:System.Net.NameResolution.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.1.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Net.NameResolution.dll' and 'CopyLocal:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\system.net.nameresolution\4.3.0\runtimes\win\lib\netstandard1.3\System.Net.NameResolution.dll'.  NETSDK1033: Choosing 'Platform:System.Net.NameResolution.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.1.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Net.NetworkInformation.dll' and 'CopyLocal:D:\home\.nuget\system.net.networkinformation\4.1.0\runtimes\linux\lib\netstandard1.3\System.Net.NetworkInformation.dll'.  NETSDK1033: Choosing 'Platform:System.Net.NetworkInformation.dll' because AssemblyVersion '4.2.1.0' is greater than '4.1.0.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Net.NetworkInformation.dll' and 'CopyLocal:D:\home\.nuget\system.net.networkinformation\4.1.0\runtimes\osx\lib\netstandard1.3\System.Net.NetworkInformation.dll'.  NETSDK1033: Choosing 'Platform:System.Net.NetworkInformation.dll' because AssemblyVersion '4.2.1.0' is greater than '4.1.0.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Net.NetworkInformation.dll' and 'CopyLocal:D:\home\.nuget\system.net.networkinformation\4.1.0\runtimes\win\lib\netstandard1.3\System.Net.NetworkInformation.dll'.  NETSDK1033: Choosing 'Platform:System.Net.NetworkInformation.dll' because AssemblyVersion '4.2.1.0' is greater than '4.1.0.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Net.Requests.dll' and 'CopyLocal:D:\home\.nuget\system.net.requests\4.0.11\runtimes\unix\lib\netstandard1.3\System.Net.Requests.dll'.  NETSDK1033: Choosing 'Platform:System.Net.Requests.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.11.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Net.Requests.dll' and 'CopyLocal:D:\home\.nuget\system.net.requests\4.0.11\runtimes\win\lib\netstandard1.3\System.Net.Requests.dll'.  NETSDK1033: Choosing 'Platform:System.Net.Requests.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.11.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Net.Security.dll' and 'CopyLocal:D:\home\.nuget\system.net.security\4.0.0\runtimes\unix\lib\netstandard1.6\System.Net.Security.dll'.  NETSDK1033: Choosing 'Platform:System.Net.Security.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.0.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Net.Security.dll' and 'CopyLocal:D:\home\.nuget\system.net.security\4.0.0\runtimes\win\lib\netstandard1.3\System.Net.Security.dll'.  NETSDK1033: Choosing 'Platform:System.Net.Security.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.0.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Net.WebHeaderCollection.dll' and 'CopyLocal:D:\home\.nuget\system.net.webheadercollection\4.0.1\lib\netstandard1.3\System.Net.WebHeaderCollection.dll'.  NETSDK1033: Choosing 'Platform:System.Net.WebHeaderCollection.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.1.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Private.DataContractSerialization.dll' and 'CopyLocal:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\system.private.datacontractserialization\4.3.0\lib\netstandard1.3\System.Private.DataContractSerialization.dll'.  NETSDK1033: Choosing 'Platform:System.Private.DataContractSerialization.dll' because AssemblyVersion '4.1.4.0' is greater than '4.1.2.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Runtime.Serialization.Formatters.dll' and 'CopyLocal:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\system.runtime.serialization.formatters\4.3.0\lib\netstandard1.4\System.Runtime.Serialization.Formatters.dll'.  NETSDK1033: Choosing 'Platform:System.Runtime.Serialization.Formatters.dll' because AssemblyVersion '4.0.3.0' is greater than '4.0.1.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Runtime.Serialization.Json.dll' and 'CopyLocal:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\system.runtime.serialization.json\4.3.0\lib\netstandard1.3\System.Runtime.Serialization.Json.dll'.  NETSDK1033: Choosing 'Platform:System.Runtime.Serialization.Json.dll' because AssemblyVersion '4.0.4.0' is greater than '4.0.3.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Runtime.Serialization.Primitives.dll' and 'CopyLocal:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\system.runtime.serialization.primitives\4.3.0\lib\netstandard1.3\System.Runtime.Serialization.Primitives.dll'.  NETSDK1033: Choosing 'Platform:System.Runtime.Serialization.Primitives.dll' because AssemblyVersion '4.2.1.0' is greater than '4.1.2.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Claims.dll' and 'CopyLocal:D:\home\.nuget\system.security.claims\4.0.1\lib\netstandard1.3\System.Security.Claims.dll'.  NETSDK1033: Choosing 'Platform:System.Security.Claims.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.1.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.Principal.dll' and 'CopyLocal:D:\home\.nuget\system.security.principal\4.0.1\lib\netstandard1.0\System.Security.Principal.dll'.  NETSDK1033: Choosing 'Platform:System.Security.Principal.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.1.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.SecureString.dll' and 'CopyLocal:D:\home\.nuget\system.security.securestring\4.3.0\runtimes\unix\lib\netstandard1.3\System.Security.SecureString.dll'.  NETSDK1033: Choosing 'Platform:System.Security.SecureString.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.1.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Security.SecureString.dll' and 'CopyLocal:D:\home\.nuget\system.security.securestring\4.3.0\runtimes\win\lib\netstandard1.3\System.Security.SecureString.dll'.  NETSDK1033: Choosing 'Platform:System.Security.SecureString.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.1.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Threading.Overlapped.dll' and 'CopyLocal:D:\home\.nuget\system.threading.overlapped\4.0.1\runtimes\unix\lib\netstandard1.3\System.Threading.Overlapped.dll'.  NETSDK1033: Choosing 'Platform:System.Threading.Overlapped.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.1.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Threading.Overlapped.dll' and 'CopyLocal:D:\home\.nuget\system.threading.overlapped\4.0.1\runtimes\win\lib\netstandard1.3\System.Threading.Overlapped.dll'.  NETSDK1033: Choosing 'Platform:System.Threading.Overlapped.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.1.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Threading.ThreadPool.dll' and 'CopyLocal:D:\home\.nuget\system.threading.threadpool\4.0.10\lib\netstandard1.3\System.Threading.ThreadPool.dll'.  NETSDK1033: Choosing 'Platform:System.Threading.ThreadPool.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.10.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
D:\Program Files (x86)\dotnet\sdk\2.1.516\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(67,5): message NETSDK1041: Encountered conflict between 'Platform:System.Xml.XmlSerializer.dll' and 'CopyLocal:D:\Program Files (x86)\dotnet\sdk\NuGetFallbackFolder\system.xml.xmlserializer\4.3.0\lib\netstandard1.3\System.Xml.XmlSerializer.dll'.  NETSDK1033: Choosing 'Platform:System.Xml.XmlSerializer.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.12.0'. [D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj]
PublishRunWebpack:
  Restoring dependencies using 'npm'. This may take several minutes...
  npm install --no-audit
  npm WARN [email protected] requires a peer of [email protected] - 3 but none is installed. You must install peer dependencies yourself.
  npm WARN [email protected] requires a peer of popper.js@^1.16.0 but none is installed. You must install peer dependencies yourself.
  npm WARN [email protected] requires a peer of sass@^1.3.0 but none is installed. You must install peer dependencies yourself.
  npm WARN [email protected] requires a peer of fibers@>= 3.1.0 but none is installed. You must install peer dependencies yourself.
  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\jest-haste-map\node_modules\fsevents):
  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"ia32"})
  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\webpack-dev-server\node_modules\fsevents):
  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"ia32"})
  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\watchpack-chokidar2\node_modules\fsevents):
  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"ia32"})
  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):
  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"ia32"})
  
  up to date in 136.605s
  Building the client app using 'npm'. This may take several minutes...
  npm run build
  
  > [email protected] build D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\ClientApp
  > react-scripts build
  
  Creating an optimized production build...
  Failed to compile.
  
  D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/src/helpers/app-insights.ts
  TypeScript error in D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/src/helpers/app-insights.ts(17,30):
  Type 'ReactPlugin' is not assignable to type 'ITelemetryPlugin'.
    Types of property 'processTelemetry' are incompatible.
      Type '(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext | undefined) => void' is not assignable to type '(env: ITelemetryItem, itemCtx?: IProcessTelemetryContext | undefined) => void'.
        Types of parameters 'itemCtx' and 'itemCtx' are incompatible.
          Type 'import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-web/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/IProcessTelemetryContext").IProcessTelemetryContext | undefined' is not assignable to type 'import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/IProcessTelemetryContext").IProcessTelemetryContext | undefined'.
            Type 'import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-web/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/IProcessTelemetryContext").IProcessTelemetryContext' is not assignable to type 'import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/IProcessTelemetryContext").IProcessTelemetryContext'.
              The types of 'core().config.extensions' are incompatible between these types.
                Type 'import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-web/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/ITelemetryPlugin").ITelemetryPlugin[] | undefined' is not assignable to type 'import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/ITelemetryPlugin").ITelemetryPlugin[] | undefined'.
                  Type 'import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-web/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/ITelemetryPlugin").ITelemetryPlugin[]' is not assignable to type 'import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/ITelemetryPlugin").ITelemetryPlugin[]'.
                    Type 'import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-web/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/ITelemetryPlugin").ITelemetryPlugin' is not assignable to type 'import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/ITelemetryPlugin").ITelemetryPlugin'.
                      Types of property 'processTelemetry' are incompatible.
                        Type '(env: import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-web/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/ITelemetryItem").ITelemetryItem, itemCtx?: import("D:/home/site/repository/Source/Microsoft.Teams.A...' is not assignable to type '(env: import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/ITelemetryItem").ITelemetryItem, itemCtx?: import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft...'.
                          Types of parameters 'itemCtx' and 'itemCtx' are incompatible.
                            Type 'import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/IProcessTelemetryContext").IProcessTelemetryContext | undefined' is not assignable to type 'import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-web/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/IProcessTelemetryContext").IProcessTelemetryContext | undefined'.
                              Type 'import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/IProcessTelemetryContext").IProcessTelemetryContext' is not assignable to type 'import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-web/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/IProcessTelemetryContext").IProcessTelemetryContext'.
                                The types of 'core().config.extensions' are incompatible between these types.
                                  Type 'import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/ITelemetryPlugin").ITelemetryPlugin[] | undefined' is not assignable to type 'import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-web/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/ITelemetryPlugin").ITelemetryPlugin[] | undefined'.
                                    Type 'import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/ITelemetryPlugin").ITelemetryPlugin[]' is not assignable to type 'import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-web/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/ITelemetryPlugin").ITelemetryPlugin[]'.
                                      Type 'import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/ITelemetryPlugin").ITelemetryPlugin' is not assignable to type 'import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-web/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/ITelemetryPlugin").ITelemetryPlugin'.
                                        Types of property 'setNextPlugin' are incompatible.
                                          Type '((next: import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/ITelemetryPlugin").ITelemetryPlugin | import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/ap...' is not assignable to type '((next: import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-web/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/ITelemetryPlugin").ITelemetryPlugin | import("D:/home/site/repository/Source/Microsoft.Teams.Apps...'.
                                            Type '(next: import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/ITelemetryPlugin").ITelemetryPlugin | import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/app...' is not assignable to type '(next: import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-web/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/ITelemetryPlugin").ITelemetryPlugin | import("D:/home/site/repository/Source/Microsoft.Teams.Apps....'.
                                              Types of parameters 'next' and 'next' are incompatible.
                                                Type 'import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-web/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/ITelemetryPlugin").ITelemetryPlugin | import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitI...' is not assignable to type 'import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/ITelemetryPlugin").ITelemetryPlugin | import("D:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicatio...'.
                                                  Type 'ITelemetryPlugin' is not assignable to type 'ITelemetryPlugin | ITelemetryPluginChain'.  TS2322
  
      15 |             config: {
      16 |                 instrumentationKey: telemetry,
    > 17 |                 extensions: [reactPlugin],
         |                              ^
      18 |                 extensionConfig: {
      19 |                     [reactPlugin.identifier]: { history: browserHistory }
      20 |                 }
  
  
  npm ERR! code ELIFECYCLE
  npm ERR! errno 1
  npm ERR! [email protected] build: `react-scripts build`
  npm ERR! Exit status 1
  npm ERR! 
  npm ERR! Failed at the [email protected] build script.
  npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  
  npm ERR! A complete log of this run can be found in:
  npm ERR!     D:\local\AppData\npm-cache\_logs\2020-09-21T09_09_18_079Z-debug.log
D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj(147,9): error MSB3073: The command "npm run build" exited with code 1.
Done Building Project "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj" (default targets) -- FAILED.

Build FAILED.

"D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj" (default target) (1:7) ->
(PublishRunWebpack target) -> 
  D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj(147,9): error MSB3073: The command "npm run build" exited with code 1.

    0 Warning(s)
    1 Error(s)

Time Elapsed 00:28:58.34
Failed exitCode=1, command="D:\Program Files (x86)\MSBuild-16.4\MSBuild\Current\Bin\MSBuild.exe" /restore "D:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\Microsoft.Teams.Apps.SubmitIdea.csproj" /p:DeployOnBuild=true /p:configuration=Release /p:publishurl="D:\local\Temp\8d85e09f73410b6"
An error has occurred during web site deployment.
\r\nD:\Program Files (x86)\SiteExtensions\Kudu\89.20818.4754\bin\Scripts\starter.cmd "D:\home\site\deployments\tools\deploy.cmd"

Error after opening application in tabbed experience

Hi,

I am running into the following error once I authenticate into the app. Any idea what might be causing this?

image

This also happens when I add the Great Ideas app into a Team and add the tab into the channel.

Thanks,

Jack

Deployment failure - Source controls conflict

Same issue as has been reported previously, it's causing all deployments to multiple regions to fail completely when synchronising the app service.

{
"status": "Failed",
"error": {
"code": "ResourceDeploymentFailure",
"message": "The resource operation completed with terminal provisioning state 'Failed'."
}
}

Attempting to resync, or disconnect and reconnect then resync also fails.

something went wrong error while sign in the app

I am getting the below error while clicking sign in.

error: I try to access all ideas I get the following error:
Something went wrong. Try again in a few minutes. If the problem persists, contact your IT admin for help.

image

How to delete an approved idea from end users?

Screenshot_4

How can I delete 2 ideas, they were approved by the admin by mistake.
I deleted the storage account from the Azure portal, but the boxes are not deleted.
Can you help me, I need to delete empty boxes.

Thanks.

Source Control Deployment Failure

During the one click deployment of the template the process hangs and fails with a conflict on the deployment of the /web Microsoft.Web/sites/sourcecontrols segment.

Generic error is produced:

{
  "code": "DeploymentFailed",
  "message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.",
  "details": [
    {
      "code": "Conflict",
      "message": "{\r\n  \"status\": \"Failed\",\r\n  \"error\": {\r\n    \"code\": \"ResourceDeploymentFailure\",\r\n    \"message\": \"The resource operation completed with terminal provisioning state 'Failed'.\"\r\n  }\r\n}"
    }
  ]
}

If the template is redeployed to the same RG the process completes and shows as fully provisioned but doesn't seem to work correctly. A 503 error is generated alerting issues communicating with the webserver.

In the deployment history an intermediary action is created "Failure Anomalies". Inside of it is the following:

{
    "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
    "contentVersion": "1.0.0.0",
    "resources": [
        {
            "type": "microsoft.alertsmanagement/smartdetectoralertrules",
            "apiVersion": "2021-04-01",
            "name": "Failure Anomalies - greatideasapp",
            "location": "global",
            "properties": {
                "description": "Failure Anomalies notifies you of an unusual rise in the rate of failed HTTP requests or dependency calls.",
                "state": "Enabled",
                "severity": "Sev3",
                "frequency": "PT1M",
                "detector": {
                    "id": "FailureAnomaliesDetector",
                    "parameters": null
                },
                "scope": [
                    "/subscriptions/xxxx/resourceGroups/rg-sofgreatideasapp-cacentral-dev/providers/microsoft.insights/components/greatideasapp"
                ],
                "actionGroups": {
                    "customEmailSubject": null,
                    "customWebhookPayload": null,
                    "groupIds": [
                        "/subscriptions/xxxx/resourceGroups/rg-wvd-dev-westus2/providers/microsoft.insights/actionGroups/Application Insights Smart Detection"
                    ]
                },
                "throttling": null
            }
        }
    ]
}

ARM deployment is failing due to build error

Deployment is failing during npm package installation

npm ERR! code EINTEGRITY
npm ERR! sha1-Ppz8p24IMzIm82W8+HD3ffvVQs0= integrity checksum failed when using sha1: wanted sha1-Ppz8p24IMzIm82W8+HD3ffvVQs0= but got sha1-Aw5ElVYJsWBoK0sZbA2EUFuTz1k=. (130549 bytes)

Deployment failed, in log "Failed to compile." | npm ERR! code ELIFECYCLE

GreatIdeas app service deployment failed, following error is found in log under App Service > Deployment Center > logs-

"Building the client app using 'npm'. This may take several minutes...
npm run build

[email protected] build C:\home\site\repository\Source\Microsoft.Teams.Apps.SubmitIdea\ClientApp
react-scripts build

Creating an optimized production build...
Failed to compile.

C:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/src/helpers/app-insights.ts
TypeScript error in C:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/src/helpers/app-insights.ts(17,30):
Type 'ReactPlugin' is not assignable to type 'ITelemetryPlugin'.
Types of property 'processTelemetry' are incompatible.
Type '(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext | undefined) => void' is not assignable to type '(env: ITelemetryItem, itemCtx?: IProcessTelemetryContext | undefined) => void'.
Types of parameters 'itemCtx' and 'itemCtx' are incompatible.
Type 'import("C:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-web/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/IProcessTelemetryContext").IProcessTelemetryContext | undefined' is not assignable to type 'import("C:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/IProcessTelemetryContext").IProcessTelemetryContext | undefined'.
Type 'import("C:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-web/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/IProcessTelemetryContext").IProcessTelemetryContext' is not assignable to type 'import("C:/home/site/repository/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/node_modules/@microsoft/applicationinsights-core-js/types/JavaScriptSDK.Interfaces/IProcessTelemetryContext").IProcessTelemetryContext'.
The types returned by 'core()' are incompatible between these types.
Type 'IAppInsightsCore' is missing the following properties from type 'IAppInsightsCore': getCookieMgr, setCookieMgr TS2322

15 | config: {
16 | instrumentationKey: telemetry,

17 | extensions: [reactPlugin],
| ^
18 | extensionConfig: {
19 | [reactPlugin.identifier]: { history: browserHistory }
20 | }

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] build: react-scripts build
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\local\AppData\npm-cache_logs\2021-04-28T06_12_14_438Z-debug.log"

Also tried following -
i) Failed after redeploy.
ii) I have deleted node_modules manually and redeploy, still failed

Find the full log -
Failed to deploy greatIdeas app.txt

image

Milestone Enhancements

Team,

Are there any planned enhancements for the Milestone app? (i.e. way to preview, download, export, or analysize project statues?

unable to upload the app on MS Teams

Hi Teams,

I am trying to upload the app on MS TEAM tenant but no success so far.
Error " Something went wrong" but no details

I am not clear about creating the steps.
What will be final content of greatideas.zip

Help will be highly appreciated.

No categories on new install

Hi folks,

After going through the entire deployment, I seem to be successful except there are no categories, and I don't see any instructions on managing categories after the initial install. Much of the functionality is disabled without the ability to select at least one category. I can probably insert some into the Azure Table manually, but that doesn't seem to be the right way to do things.

I see there's a nifty "Manage Categories" button on the "Ideas" tab of the sample "Northwind Traders" tab:
image

Though to add either the Great Ideas app or Great Ideas Curator app into a tab requires at least one category. Some clarity on how to do this would be appreciated.

Deploy successfully but SSO not working at all

-Tab and bot install with no issue but
-SSO wasn't working and not allowing me to use the app at all. So the app (bot and tab) was not functioning at all.

By checking the log in Azure Insight, it shows me for each call the below error:

IDX10501: Signature validation failed. Unable to match key: kid: '[PII is hidden. For more details, see https://aka.ms/IdentityModel/PII.]'. Exceptions caught: '[PII is hidden. For more details

Here is the issue https://aka.ms/IdentityModel/PII

It seems there need an update in the code as this recommendation
https://stackoverflow.com/questions/55851303/idx10501-signature-validation-failed-kid-pii-is-hidden-token-pii-is-h

https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/wiki/PII

The line of the code should be fix is here Search · IdentityModel · GitHub

great idea configure digest error

code sh

great idea something went wrong

great idea sso

Teams app sign in issue

Hello, i've just deployed the app to our Teams dev tenant but having issues with signing in. When you click sign in, you get the error that says "Something went wrong. Try again in a few minutes. If the problem persists, contact your IT admin for help."

Not sure what i've done wrong probably around the authentication config. Any idea?

403 error when trying to create new Category

Hi
I'd like to test your app but no matter what i do i'm not able to create new categories...
If im right, only members of the group identified as curator is able to add new categories.
I added he curator app as a new tab of this group in teams but it still does not work.. .
Adding a new category always ends with a 403 error

Is there a specific configuration to add or something?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.