GuillaumeSalles / redux.NET

Redux.NET is a predictable state container for .NET apps. Inspired by https://github.com/reactjs/redux.
712 stars 86 forks source link

WPF Dev Tools don't work #70

Open joeskeen opened 7 years ago

joeskeen commented 7 years ago

Installing the redux.NET Dev Tools NuGet package as shown in the documentation gets a very old version (from 2015). Attempting to use it results in a MissingMethodException. Looking at the source, it seems that the dev tools have been updated since then, but they haven't been pushed to NuGet. Could we get a NuGet package pushed with the latest version of the redux.Net Dev Tools?