notanaverageman / Bindables

Bindables converts your auto properties into Wpf dependency or attached properties.
MIT License
52 stars 9 forks source link

CodeAnalysis DLLs part of output #28

Open Nextra opened 1 year ago

Nextra commented 1 year ago

Using this package causes Microsoft.CodeAnalysis.CSharp.Workspaces to be a transitive runtime dependency, dumping multiple large (several MB) DLLs into the output directory.

It feels like this should not be necessary.

FutureTD commented 3 months ago

Same question. if there is a way to not have to import all those dependencies that would be great.