Closed weslbo closed 2 years ago
Step 15 is asking to write following statement: (which fails)
Console.WriteLine($"[{product.name,40}]\t{product.tag}");
Wes, thanks for bringing this up to us, I will review the issue and fixed it as soon as possible.
Issue has been fixed. Again, thank you for bringing this to our attention.
Module: 05
Lab/Demo: 02 Paginate cross-product query results with the Azure Cosmos DB SQL API SDK
Step: 15
Description of issue
Repro steps:
Product.cs does not contain a "tag" property. However the sql command and the final c# code are referencing the tag property.