Closed rphillipsnwt closed 12 months ago
Yes that is happening for us now too. The issue is somewhere between version 9.47.23312.4 and 9.47.23312.7
Yes that is happening suddenly now for us. it was working till yesterday. Any update on this issue.
yes this happened to us now when upgraded to release/9.47 branch
Has MS started looking into this issue? This is significant for our deployment.
Still exists in 9.47.23313.4. we have gotten around this by locking our projects to an earlier version for the time being.
<ItemGroup>
<PackageReference Include="Microsoft.Dynamics.Commerce.Sdk.Installers.StoreCommerce" Version="[9.47.23312.4]" />
</ItemGroup>
Hi folks, we have opened an internal bug and are actively investigating. In the meantime, you can unblock yourselves by locking the project reference to a working build, as @Vekto has shown above.
Hello everyone, we have identified the issue and are working on a fix
Hi, Did someone get the fix of this issue?
Hi everyone,
This has been fixed, and the new builds have just been released. The issue is resolved on these builds and later:
Thanks everyone for reporting the issue, we're working on adding a new test suite to the Samples repo so these issues will be detected and prevented in the future.
Thanks @madyke!
Build Issue
Commerce SDK Sample Issue
Summary
Today my 9.47 StoreCommerce project, specifically the installer sub-project, started throwing an error during build. I switched over to the StoreCommerce sample project and received the same error during build. This error did not occur yesterday.
Version and Error Info
Commerce SDK Version: 9.47
Visual Studio/Visual Studio Code/MSBuild Version: Visual Studio Version: 16.11.26 / MSBuild Version: 16.11.2.50704
Does this happen every time the solution is built: Yes
Name of Project with Error: StoreCommerce.Installer
MSBuild Error:
Reproducing the Issue