Curtis Wensley

Results 57 comments of Curtis Wensley

Try https://github.com/mono/monotouch-bindings, which has MonoTouch bindings for ShareKit

Hi @Mike-EEE, thanks for submitting the issue! I've been thinking of making a code writer (that would be extensible for various languages, c# being the first obviously). What I would...

Yeah, I figured that was the idea (BAML). I think we could accomplish the same sort of thing using pure code generation though instead of creating a binary reader/writer. However...

Ok so I've written a very basic XamlWriter that writes some code using Roslyn and came across a glaring problem that I haven't quite figured out yet. Basically, to parse...

It's not Roslyn that's the problem, as you can just specify types and identifiers by strings. It's loading the xaml, which if it used the same Xaml parser, could not...

Hey @LunicLynx, thanks for reporting the issue but I think this is an issue on the CoreWF side. Portable.Xaml (and System.Xaml) will by default serialize all properties of an object....

@LunicLynx Hm, there very well may be issues with the use of those attributes in Portable.Xaml, though I'd need a bit more detail (links to the code in question?) and/or...

This might be because you are using the .net 4.0/PCL 136 assembly which tries to use reflection to call Type.GetInterfaceMap(), try the .net 4.5/PCL 259 assembly instead.

Thanks for submitting the PR! This is great. There's a few things.. would you be able to write it without having a capturing lambda or enumerable (foreach)? Also, a test...

.. as for the build error, yes if you know what is needed to be done to fix It please update. I'll probably update this to use .NET 5 soon...