Azure-Samples / service-fabric-dotnet-quickstart

Service Fabric quickstart .net application sample
MIT License
131 stars 199 forks source link

Index.cshtml needs to be updated for VotingWeb #21

Open GeneralChenChen opened 4 years ago

GeneralChenChen commented 4 years ago

I just tried the app but unfortunately the vote names and numbers don't show up. It turns out that the data returned from server use uppercase K and V for key/value pairs (e.g. {Key: "Pizza", Value: 1}), so the cshtml has to be updated accordingly. I don't have permission to this repo so I forked the repo and you can see the commit here.

I assume this app worked before so I guess one of the package update broke the app. I have not tested with other packages so I'm not sure how it got broken. Here are my environments: