Updating to latest dotnet-test-xunit

This commit is contained in:
Pranav K 2016-04-30 17:29:16 -07:00
parent 9e768d9cad
commit 2ddd3ca9a0
30 changed files with 28 additions and 36 deletions

View file

@ -1,7 +1,7 @@
{
"version": "1.0.0-*",
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc2-162081-13",
"dotnet-test-xunit": "1.0.0-rc2-173361-36",
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
"xunit": "2.1.0"
},

View file

@ -8,7 +8,7 @@
"System.Linq.Expressions": "4.0.11-rc2-24027",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-162081-13"
"dotnet-test-xunit": "1.0.0-rc2-173361-36"
},
"frameworks": {
"netcoreapp1.0": {

View file

@ -5,7 +5,6 @@ using System;
using System.IO;
using System.Reflection;
using System.Runtime.CompilerServices;
using Microsoft.Extensions.Logging;
namespace Microsoft.Extensions.Testing.Abstractions
{
@ -19,11 +18,6 @@ namespace Microsoft.Extensions.Testing.Abstractions
{
}
public SourceInformationProvider(string pdbPath, ILogger logger) :
this(pdbPath, new PdbReaderFactory())
{
}
public SourceInformationProvider(string pdbPath, IPdbReaderFactory pdbReaderFactory)
{
if (string.IsNullOrWhiteSpace(pdbPath) || !File.Exists(pdbPath))

View file

@ -13,8 +13,6 @@
"dependencies": {
"Newtonsoft.Json": "7.0.1",
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-20581",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-20581",
"Microsoft.DiaSymReader": "1.0.6",
"Microsoft.DiaSymReader.Native": "1.3.3"
},

View file

@ -19,7 +19,7 @@
"target": "project"
},
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-162081-13"
"dotnet-test-xunit": "1.0.0-rc2-173361-36"
},
"frameworks": {
"netcoreapp1.0": {

View file

@ -20,7 +20,7 @@
},
"xunit": "2.1.0",
"xunit.netcore.extensions": "1.0.0-prerelease-00206",
"dotnet-test-xunit": "1.0.0-rc2-162081-13"
"dotnet-test-xunit": "1.0.0-rc2-173361-36"
},
"frameworks": {
"netcoreapp1.0": {

View file

@ -13,7 +13,7 @@
"target": "project"
},
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-162081-13"
"dotnet-test-xunit": "1.0.0-rc2-173361-36"
},
"frameworks": {
"netcoreapp1.0": {

View file

@ -25,7 +25,7 @@
},
"moq.netcore": "4.4.0-beta8",
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-162081-13"
"dotnet-test-xunit": "1.0.0-rc2-173361-36"
},
"frameworks": {
"netcoreapp1.0": {

View file

@ -16,7 +16,7 @@
"target": "project"
},
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-162081-13"
"dotnet-test-xunit": "1.0.0-rc2-173361-36"
},
"frameworks": {
"netcoreapp1.0": {

View file

@ -16,7 +16,7 @@
"target": "project"
},
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-162081-13"
"dotnet-test-xunit": "1.0.0-rc2-173361-36"
},
"frameworks": {
"netcoreapp1.0": {

View file

@ -7,7 +7,7 @@
"dependencies": {
"FluentAssertions": "4.0.0",
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-162081-13",
"dotnet-test-xunit": "1.0.0-rc2-173361-36",
"Microsoft.DotNet.TestFramework": "1.0.0-*",
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
"Microsoft.DotNet.ProjectModel": "1.0.0-*",

View file

@ -19,7 +19,7 @@
"FluentAssertions": "4.0.0",
"moq.netcore": "4.4.0-beta8",
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-162081-13"
"dotnet-test-xunit": "1.0.0-rc2-173361-36"
},
"frameworks": {
"netcoreapp1.0": {

View file

@ -17,7 +17,7 @@
},
"xunit": "2.1.0",
"xunit.netcore.extensions": "1.0.0-prerelease-00206",
"dotnet-test-xunit": "1.0.0-rc2-162081-13",
"dotnet-test-xunit": "1.0.0-rc2-173361-36",
"Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0028"
},
"frameworks": {

View file

@ -15,7 +15,7 @@
"target": "project"
},
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-162081-13"
"dotnet-test-xunit": "1.0.0-rc2-173361-36"
},
"frameworks": {
"netcoreapp1.0": {

View file

@ -19,7 +19,7 @@
"target": "project"
},
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-162081-13",
"dotnet-test-xunit": "1.0.0-rc2-173361-36",
"FluentAssertions": "4.2.2"
},
"frameworks": {

View file

@ -14,7 +14,7 @@
"target": "project"
},
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-162081-13",
"dotnet-test-xunit": "1.0.0-rc2-173361-36",
"FluentAssertions": "4.2.2",
"moq.netcore": "4.4.0-beta8"
},

View file

@ -2,7 +2,7 @@
"version": "1.0.0-*",
"dependencies": {
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-162081-13",
"dotnet-test-xunit": "1.0.0-rc2-173361-36",
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
"Microsoft.DotNet.Tools.Tests.Utilities": {
"target": "project"

View file

@ -14,7 +14,7 @@
},
"Newtonsoft.Json": "7.0.1",
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-162081-13"
"dotnet-test-xunit": "1.0.0-rc2-173361-36"
},
"frameworks": {
"netcoreapp1.0": {

View file

@ -12,7 +12,7 @@
"target": "project"
},
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-162081-13"
"dotnet-test-xunit": "1.0.0-rc2-173361-36"
},
"frameworks": {
"netcoreapp1.0": {

View file

@ -13,7 +13,7 @@
"target": "project"
},
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-162081-13"
"dotnet-test-xunit": "1.0.0-rc2-173361-36"
},
"frameworks": {
"netcoreapp1.0": {

View file

@ -25,7 +25,7 @@
"target": "project"
},
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-162081-13",
"dotnet-test-xunit": "1.0.0-rc2-173361-36",
"moq.netcore": "4.4.0-beta8",
"FluentAssertions": "4.2.2"
},

View file

@ -13,7 +13,7 @@
"target": "project"
},
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-dev-140469-38"
"dotnet-test-xunit": "1.0.0-rc2-173361-36"
},
"frameworks": {
"netcoreapp1.0": {

View file

@ -14,7 +14,7 @@
"target": "project"
},
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-162081-13"
"dotnet-test-xunit": "1.0.0-rc2-173361-36"
},
"frameworks": {
"netcoreapp1.0": {

View file

@ -18,7 +18,7 @@
"target": "project"
},
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-162081-13",
"dotnet-test-xunit": "1.0.0-rc2-173361-36",
"System.Net.NameResolution": "4.0.0-rc2-24027"
},
"frameworks": {

View file

@ -12,7 +12,7 @@
},
"xunit": "2.1.0",
"xunit.netcore.extensions": "1.0.0-prerelease-00206",
"dotnet-test-xunit": "1.0.0-rc2-162081-13",
"dotnet-test-xunit": "1.0.0-rc2-173361-36",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc2-24027"
},
"frameworks": {

View file

@ -14,7 +14,7 @@
},
"xunit": "2.1.0",
"xunit.netcore.extensions": "1.0.0-prerelease-00206",
"dotnet-test-xunit": "1.0.0-rc2-162081-13"
"dotnet-test-xunit": "1.0.0-rc2-173361-36"
},
"frameworks": {
"netcoreapp1.0": {

View file

@ -13,7 +13,7 @@
"target": "project"
},
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-162081-13"
"dotnet-test-xunit": "1.0.0-rc2-173361-36"
},
"frameworks": {
"netcoreapp1.0": {

View file

@ -19,7 +19,7 @@
"System.Net.Sockets": "4.1.0-rc2-24027",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-162081-13"
"dotnet-test-xunit": "1.0.0-rc2-173361-36"
},
"frameworks": {
"netcoreapp1.0": {

View file

@ -14,7 +14,7 @@
"exclude": "Compile"
},
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-162081-13",
"dotnet-test-xunit": "1.0.0-rc2-173361-36",
"moq.netcore": "4.4.0-beta8",
"FluentAssertions": "4.2.2"
},

View file

@ -17,7 +17,7 @@
"type": "build"
},
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-162081-13"
"dotnet-test-xunit": "1.0.0-rc2-173361-36"
},
"frameworks": {
"netcoreapp1.0": {