Latest stable Nuget Package failing to build hardware station extension installer #376
Unanswered
Ashley-Bode
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We get the following errors when trying to build the hardware station extension installer:
Avoid blocking asynchronous execution by calling Task.Result or Task.Wait. Use async/await pattern instead to improve performance.

Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup

These errors are found in the read-only Program.cs file of the microsoft.dynamics.commerce.sdk.installers.hardwarestation nuget package.
We have updated all the nuget packages to the latest stable version. The previous versions were successful in building the entire solution however the hardware station extension project does not build anymore due to the above errors resulting in the executable not being generated.
Beta Was this translation helpful? Give feedback.
All reactions