Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RoslynWriter initial implementation #41

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

cwensley
Copy link
Owner

@cwensley cwensley commented Jan 7, 2017

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
Copy link
Contributor

kekekeks commented Jun 20, 2017

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
Copy link
Collaborator

cm4ker commented Sep 11, 2018

@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