I'm guessing this is related to StyleCop. When I attempt to build AbleCommerceGold-GoldR11-b8643-SRC/R11SR1b8858 I'm getting many missing comment errors such as:
1>CommerceBuilder\Services\ShipStation\Order.Generated.cs(24,20,24,27): warning CS1591: Missing XML comment for publicly visible type or member 'CommerceBuilder.Services.ShipStation.Order.orderId'
Is there a way to bypass StyleCop so I can build this? Thanks.
Error building SRC Gold 11
Re: Error building SRC Gold 11
Here is the thread that can help you to bypass StyleCop rules viewtopic.php?f=65&t=17288&p=74068 for the project.
Re: Error building SRC Gold 11
Thank you. I actually solved it by setting it up in this order:
1. AbleCommerceGold-GoldR11-b8643-SRC
2. Applying UpgradeGold-R11b8643-R11SR1b8858-SRC
3. Adding my source code.
1. AbleCommerceGold-GoldR11-b8643-SRC
2. Applying UpgradeGold-R11b8643-R11SR1b8858-SRC
3. Adding my source code.
May