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

VS 2010 XAML editor doesn't respect references added by means of openwrap #237

Open
Dfg5 opened this issue Sep 9, 2011 · 4 comments
Open

Comments

@Dfg5
Copy link

Dfg5 commented Sep 9, 2011

No description provided.

@serialseb
Copy link
Member

Is that after a build once the packages have been added?

Sent from my iPhone

On 9 Sep 2011, at 14:51, "Ivan" reply@reply.github.com wrote:

Reply to this email directly or view it on GitHub:
#237

@Dfg5
Copy link
Author

Dfg5 commented Sep 12, 2011

yes. It is persistent issue.

@mikebev
Copy link

mikebev commented Jun 14, 2012

This is a big one for our team as well. Trying to use a wrap containing user-control assemblies for consumption in WPF xaml is a huge priority and does not work at all currently.

@serialseb
Copy link
Member

The change required to support adding references statically instead of the current dynamic system is rather large, there is no way this is going to make it in 2.0.3 from me.

If someone wants to have a try, I'm happy to provide guidance as to how it can be done. If someone wants to sponsor that feature for inclusion at 2.0.3 that's also something we can investigate.

That said, there's a temporary way we can solve this problem, with many constraints (no support for updating without vs running, hacking around msbuild files...) but that would get broken if and when the proper static way is used.

It involves making the projects that want static injection not assign references, and add a solution plugin that monitors the global assembly list changed event and add those refs to the dte when things change.

Sebastien Lambla

On 14 Jun 2012, at 19:06, "mikebev" reply@reply.github.com wrote:

This is a big one for our team as well. Trying to use a wrap containing user-control assemblies for consumption in WPF xaml is a huge priority and does not work at all currently.


Reply to this email directly or view it on GitHub:
#237 (comment)

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

No branches or pull requests

3 participants