-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
Description
This is an exploratory issue. I'm assuming there will be quite some work here, so this can serve as something of a todo list.
- Change the project structure to support multiple targets (done by @laurence79)
- Convert the 'Common' project to netstandard 2.0 (Upload a file and return json api #171)
- Rebase on master (port new features implemented since the start of this work)
- Re-enable stylecop/fxcop
- Move as much as possible into the 'Common' project (perhaps wrapping some target-specific things in wrappers)
- Clean up the tests (currently there is a lot of duplication, and some tests are in the wrong project IMO)