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

Is there any way to speed up loading Microsoft.xaml.Behaviors.dll? #197

Closed
GordonIreland opened this issue Sep 7, 2020 · 7 comments
Closed

Comments

@GordonIreland
Copy link

I am finding that it takes around 10 seconds to load this DLL - longer than loading all of my other 50 DLLs combined. this is on a quad core PC with 32GB RAM.

I have tried using WIX to install the application in the production environmenmt, and NGEN'ing all DLLs but it makes little if any difference

Any hints or tips on speeding this up would be appreciated

@pedrolamas
Copy link
Collaborator

Can you explain how you got to the pinpoint the issue to that specific assembly? Also, can you tell me if this was on a debug or release build?

@GordonIreland
Copy link
Author

GordonIreland commented Sep 15, 2020 via email

@GordonIreland
Copy link
Author

GordonIreland commented Sep 15, 2020 via email

@pedrolamas
Copy link
Collaborator

GAC plays no role in UWP... this is a UWP app we are talking here, correct? I ask this as this is the UWP Xaml Behaviors, not the WPF one (that's a different repository!)

@pedrolamas
Copy link
Collaborator

pedrolamas commented Sep 16, 2020

Now that I look at the assembly you pointed out, I see that the issue is for the XamlBehaviors for WPF, not this project!

Please open this issue on the correct repo, closing it as it is unrelated to this repo.

@GordonIreland
Copy link
Author

GordonIreland commented Sep 16, 2020 via email

@pedrolamas
Copy link
Collaborator

This repo is for the UWP Xaml Behaviors, the assembly you are referring to is from the WPF Xaml Behaviors; please re-open the issue here: https://github.com/microsoft/XamlBehaviorsWpf

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

No branches or pull requests

2 participants