...
- Generate solutions for each of the projects in sandbox/dotnet-examples/with-pom and try them in VS
- Verify that a failing NUnit test fails the build, and that ignoring failures is configurable
- Introduce a dependency on a snapshot artifact that is available in a remote repo, and build the project
- Introduce a <parent> element to a project and build again.
- Try with both a snapshot and a released parent
- Try with the parent pom being retrieved from a remote repository
- Try all of the VS Addin features at least once
- Import a project (generate poms)
- Add NMaven Artifact (does it add to the solution file also?)
- Add Reference (does it add to the pom? should it? (Framework dependencies shouldn't be in the pom.))
- Remove NMaven Artifact (does it remove from the solution? does it remove anything it shouldn't?) (... does this menu option still exist or do we just use Remove Reference?)
- Remove Reference (does it remove from the pom?)
...
