reactivemarbles / ObservableEvents

MIT License
120 stars 10 forks source link

The type or namespace name 'ReactiveMarbles' could not be found (are you missing a using directive or an assembly reference?) #220

Open Snailya opened 3 months ago

Snailya commented 3 months ago

I am writing an VSTO addin for Visio. The target framework is 4.7.2 When compile the project, it shows a build error as the title. I've tried to add

<IncludePackageReferencesDuringMarkupCompilation>true</IncludePackageReferencesDuringMarkupCompilation>
<UseWPF>true</UseWPF>

But it doesn't work. Anyone could help me workaround this?