From 440fc387c97f455bf1737b7266eb11be477962c9 Mon Sep 17 00:00:00 2001 From: Jonathan Pobst Date: Fri, 25 Sep 2020 10:18:51 -0500 Subject: [PATCH 1/6] [logcat-parse] Suppress warning restoring Mono.CSharp NuGet. --- tools/logcat-parse/logcat-parse.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/logcat-parse/logcat-parse.csproj b/tools/logcat-parse/logcat-parse.csproj index 5fd738989..25b7d39ff 100644 --- a/tools/logcat-parse/logcat-parse.csproj +++ b/tools/logcat-parse/logcat-parse.csproj @@ -12,7 +12,7 @@ - + From 53e7b3ef88ac2f549f8b45f2e86d2bcc3e027255 Mon Sep 17 00:00:00 2001 From: Jonathan Pobst Date: Fri, 25 Sep 2020 10:29:52 -0500 Subject: [PATCH 2/6] [Java.Interop] Suppress NU1702 warning. --- src/Java.Interop/Java.Interop.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Java.Interop/Java.Interop.csproj b/src/Java.Interop/Java.Interop.csproj index c0a6f34b3..690a2361d 100644 --- a/src/Java.Interop/Java.Interop.csproj +++ b/src/Java.Interop/Java.Interop.csproj @@ -51,7 +51,7 @@ @@ -79,4 +79,4 @@ - \ No newline at end of file + From ed30dea06fc30aef0c5785ff745110e13379f429 Mon Sep 17 00:00:00 2001 From: Jonathan Pobst Date: Fri, 25 Sep 2020 10:41:41 -0500 Subject: [PATCH 3/6] [Java.Interop] Suppress NU1702. --- src/Java.Interop/Java.Interop.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Java.Interop/Java.Interop.csproj b/src/Java.Interop/Java.Interop.csproj index 690a2361d..fe9e0ee44 100644 --- a/src/Java.Interop/Java.Interop.csproj +++ b/src/Java.Interop/Java.Interop.csproj @@ -15,6 +15,7 @@ 8.0 enable true + NU1702 DEBUG;$(DefineConstants) From 2ac3fc5e532ff0b85a01ae687fdb50e728286e74 Mon Sep 17 00:00:00 2001 From: Jonathan Pobst Date: Fri, 25 Sep 2020 11:03:29 -0500 Subject: [PATCH 4/6] Update Java.Interop.csproj --- src/Java.Interop/Java.Interop.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Java.Interop/Java.Interop.csproj b/src/Java.Interop/Java.Interop.csproj index fe9e0ee44..d3b589f1a 100644 --- a/src/Java.Interop/Java.Interop.csproj +++ b/src/Java.Interop/Java.Interop.csproj @@ -52,7 +52,7 @@ From fddaf73403be4851de63425794e1ea9865264028 Mon Sep 17 00:00:00 2001 From: Jonathan Pryor Date: Fri, 25 Sep 2020 18:40:34 -0400 Subject: [PATCH 5/6] Remove extraneous whitespace change. From c50c3710ff6c538e67e2138f66c7a15038b452e2 Mon Sep 17 00:00:00 2001 From: Jonathan Pryor Date: Fri, 25 Sep 2020 18:40:59 -0400 Subject: [PATCH 6/6] Update Java.Interop.csproj