Is Community.VisualStudio.Toolkit.DependencyInjection.Microsoft.17 size increase really that large? #466
Unanswered
aglasencnik
asked this question in
Q&A
Replies: 2 comments 9 replies
-
Have you seen #432 - there could be multiple issues at play here |
Beta Was this translation helpful? Give feedback.
9 replies
-
@aglasencnik Calling the parent method from an overridden method is good practice! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I wanted to include dependency injection in my visual studio extension, but when I installed the: Community.VisualStudio.Toolkit.DependencyInjection.Microsoft.17 nuget package and built the project I saw a few things that concern me... First there appeared way way way more dll files that were there before... before (I was testing without any custom files just empty extension) it was just 400KB with the Community toolkit package, but now it is over 26MB... is this normal? Would this impact the extensions performance?
Also in the build window I got the following messages:
I got some compatibility warnings... Are they fake? Or are they actual problems?
Beta Was this translation helpful? Give feedback.
All reactions