Nick

Results 5 comments of Nick

It looks like the hardest part is detect if the table has a "table base class" and if so then add the HasDiscriminator column

@sjh37 I would think maybe adding a DiscrimatorAttribute to your package and we can decorate discrimators that way. If the table is marked as one then we can inject the...

> @nick5454 What is the content of `build/build_cake.ps1`? This is the script that is ultimately executing Cake and not adding the required quotes. [build_cake.ps1.txt](https://github.com/cake-build/cake/files/6429178/build_cake.ps1.txt)

@augustoproiete I assume I could escape it inside the ps1 file at the end where cakeArguments are For the work around I pass in Any__CPU and added a platform.Replace("__", "...

I am getting the same issue. I have a FlowListView inside a StackLayout. The second column is extending past it's parent. (StackLayout ) I take this back, The StackLayout doesn't...