From 233cbf782b9148a3294cb503c2283f4bceb6e200 Mon Sep 17 00:00:00 2001 From: daver32 <38791383+daver32@users.noreply.github.com> Date: Thu, 17 Jun 2021 18:07:33 +0200 Subject: [PATCH 1/2] removed redundant line of code --- InterfaceGenerator/TextWriterExtensions.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/InterfaceGenerator/TextWriterExtensions.cs b/InterfaceGenerator/TextWriterExtensions.cs index 94092e9..cc77368 100644 --- a/InterfaceGenerator/TextWriterExtensions.cs +++ b/InterfaceGenerator/TextWriterExtensions.cs @@ -22,8 +22,6 @@ namespace InterfaceGenerator IEnumerable values, Action writeAction) { - string.Join("", Enumerable.Empty()); - using var enumerator = values.GetEnumerator(); if (!enumerator.MoveNext()) From 5f12043f136cf86cc2edd0c68397fc1f7591a474 Mon Sep 17 00:00:00 2001 From: daver32 <38791383+daver32@users.noreply.github.com> Date: Thu, 17 Jun 2021 18:38:59 +0200 Subject: [PATCH 2/2] downgraded from netstandard2.1 to netstandard2.0 for VS compatibility --- InterfaceGenerator/InterfaceGenerator.csproj | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/InterfaceGenerator/InterfaceGenerator.csproj b/InterfaceGenerator/InterfaceGenerator.csproj index fe9cbc1..6a911d2 100644 --- a/InterfaceGenerator/InterfaceGenerator.csproj +++ b/InterfaceGenerator/InterfaceGenerator.csproj @@ -1,9 +1,14 @@ - netstandard2.1 + netstandard2 9.0 enable - 1.0.4 + 1.0.5 + + true + false + false + true