Skip to content

RoslynWriter initial implementation#41

Open
cwensley wants to merge 1 commit into
developfrom
feature/roslyn
Open

RoslynWriter initial implementation#41
cwensley wants to merge 1 commit into
developfrom
feature/roslyn

Conversation

@cwensley

@cwensley cwensley commented Jan 7, 2017

Copy link
Copy Markdown
Owner

This is a WIP, and is not done yet.

We need to figure out how to generate the code from the xaml without necessarily having information about the types when reading the xaml, or get the type info from roslyn while compiling.

Things missing:

  • Dictionary and Collection support
  • Conversion of types
  • "Dynamic" conversion, e.g. use type/value converters for complex types or types that need to be resolved at runtime
  • Other things like ambient properties, etc.

This is for issue #23

@kekekeks

kekekeks commented Jun 20, 2017

Copy link
Copy Markdown
Contributor

how to generate the code from the xaml without necessarily having information about the types when reading the xaml

Have you considered implementing it as a post-build step? Just get referenced libraries from MSBuild, compile dll and use ILRepack to inject compiled code. This will also make your code generator compatible with VB/F# automatically.

@cm4ker

cm4ker commented Sep 11, 2018

Copy link
Copy Markdown
Collaborator

@cwensley Have you plan for this feature?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants