Commit 26515d1a authored by Nick Craver's avatar Nick Craver

Enable ASYNC tests and port to xUnit

There's a hit or miss on the dnx run style entry point now - but this
isn't really needed with dnx test, we can just drop the old code IMO.
parent 8c46aee6
This diff is collapsed.
......@@ -67,7 +67,7 @@ namespace SqlMapper
{
public partial class Tests : IDisposable
{
SqlConnection connection;
readonly SqlConnection connection;
public Tests()
{
......
......@@ -18,7 +18,7 @@
"frameworks": {
"net45": {
"compilationOptions": {
"define": [ ],
"define": [ "ASYNC" ],
"warningsAsErrors": true
},
"frameworkAssemblies": {
......@@ -55,6 +55,9 @@
}
},
"dnx451": {
"compilationOptions": {
"define": [ "ASYNC" ]
},
"dependencies": {
"xunit": "2.1.0",
"xunit.runner.dnx": "2.1.0-rc1-build204"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment