From b3dba4f4807a15e38ce799ca1a247ed0397b8471 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 7 May 2018 13:52:10 -0700 Subject: [PATCH 1/2] Make DiagnosticLocation assert public --- src/Microsoft.AspNetCore.Analyzer.Testing/Assert.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.AspNetCore.Analyzer.Testing/Assert.cs b/src/Microsoft.AspNetCore.Analyzer.Testing/Assert.cs index 749bb6058c3..4c708ce47a9 100644 --- a/src/Microsoft.AspNetCore.Analyzer.Testing/Assert.cs +++ b/src/Microsoft.AspNetCore.Analyzer.Testing/Assert.cs @@ -2,10 +2,11 @@ // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis; +using Xunit.Sdk; namespace Microsoft.AspNetCore.Analyzer.Testing { - internal class Assert : Xunit.Assert + public class AnalyzerAssert { public static void DiagnosticLocation(DiagnosticLocation expected, Location actual) { @@ -37,7 +38,7 @@ public static void DiagnosticLocation(DiagnosticLocation expected, Location actu } } - private class DiagnosticLocationAssertException : Xunit.Sdk.EqualException + private class DiagnosticLocationAssertException : EqualException { public DiagnosticLocationAssertException( DiagnosticLocation expected, From 78c57d9948da097486016ba4da0cfe7f6647efe6 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 7 May 2018 14:39:41 -0700 Subject: [PATCH 2/2] Updating build tools and dependencies --- build/dependencies.props | 2 +- korebuild-lock.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/dependencies.props b/build/dependencies.props index ffa352f78a7..04eab9058fd 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -5,7 +5,7 @@ 0.10.13 4.2.1 - 2.2.0-preview1-17047 + 2.2.0-preview1-17048 2.8.0-beta3 2.2.0-preview1-26424-04 2.0.0 diff --git a/korebuild-lock.txt b/korebuild-lock.txt index a16d4b9ee44..2573a039953 100644 --- a/korebuild-lock.txt +++ b/korebuild-lock.txt @@ -1,2 +1,2 @@ -version:2.2.0-preview1-17047 -commithash:e1957b52ddc8b62bd39c5c400322fccb5364624c +version:2.2.0-preview1-17048 +commithash:de14a0ee5fb48508ee8a29c14280a2928f8dabf8