microsoft / InsiderDevTour18-Labs

Source for additional lab material
MIT License
16 stars 26 forks source link

Modernize - Adaptive Card build failure #80

Closed shweaver-MSFT closed 6 years ago

shweaver-MSFT commented 6 years ago

In the Modernize lab, Adaptive Cards section:

Step 3 of Interacting with your card has the user update the MainView.xaml.cs then F5, but the build fails.

This is because step 2 adds a reference to viewModel.UpdateNotes(notes) method, which doesn't exist.

To fix, either remove the call to UpdateNotes or add the method to the ViewModel so that the project will build correctly.

cbarkerms commented 6 years ago

fixed: https://github.com/MicrosoftDocs/labs-pr/commit/62018a0d1858c060c6800d4f545cc4e383416263

awaiting merge into master/live