kswoll / ReactiveUI.Fody

C# Fody extension to generate RaisePropertyChange notifications for properties and ObservableAsPropertyHelper properties.
MIT License
154 stars 31 forks source link

Make unit testing new changes not rely on nuget package #15

Closed kswoll closed 8 years ago

kswoll commented 8 years ago

Currently, it's virtually impossible to unit test new changes because the test project relies on the nuget package, which ideally won't be updated until after the test passes. Therefore, change the setup of the test project so that it uses In Solution Weaving where the Weavers folder will be populated by the ReactiveUI.Fody assemblies.