Closed hansmbakker closed 5 years ago
Reported in VS Developer Community at https://developercommunity.visualstudio.com/content/problem/355314/issue-in-xaml-compiler-xbind-generated-code-does-n.html
This happened when I was migrating to Win10 1809... I think it has something to do with that version of windows (1809 bbuild 17763)
@hansmbakker what should i understand with that referenced issue? is there a fix?
No that reference from the PR was just me wanting to make sure that it wasn't the same issue as this issue.
Since I have not had feedback on this issue or the reported issue in the VS Dev Community, I assume this issue is not fixed.
Same error while building the solution in new windows10 build
Can confirm. Getting the same issue here (Win 10 SDK 17763.132).
Please fix it!
Issue is fixed, this issue can be closed.
I can't build the project using Visual Studio 2017 15.9 Preview 3 & SDK 17763.
The errors are:
The offending parts are:
and
The error seems to be in the
x:Bind
generated code which seems not process theDataType="Decimal"
andDataType="Integer"
attribute correctly. This attribute is used at https://github.com/Microsoft/InventorySample/blob/master/src/Inventory.App/Views/Customer/Details/CustomerDetails.xaml#L39,L43