From e8165332fe0e56d9f81401358746608b5246d62d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20El-Saig?= Date: Tue, 3 May 2022 21:20:19 +0200 Subject: [PATCH 1/7] Enforce Windows newlines for C# files to avoid false positives with IDE55 warning. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 176a458f..16e8cf84 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,4 @@ * text=auto + +# Enforce Windows newlines for C# files to avoid false positives with IDE55 warning. +*.cs text eol=crlf \ No newline at end of file From 2f8afc7b976dbfc28b37126a03e0afda6f05e66d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20El-Saig?= Date: Fri, 6 May 2022 23:47:11 +0200 Subject: [PATCH 2/7] Fix comment in gitattributes. --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 16e8cf84..7f90389b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ * text=auto -# Enforce Windows newlines for C# files to avoid false positives with IDE55 warning. +# Enforce Windows newlines for C# files to avoid false positives with IDE0055 warning. *.cs text eol=crlf \ No newline at end of file From fa141f1900f05a97c9085978b4bbe06973463841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20El-Saig?= Date: Fri, 13 May 2022 00:45:47 +0200 Subject: [PATCH 3/7] update gitattributes --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 7f90389b..d92119f7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ * text=auto # Enforce Windows newlines for C# files to avoid false positives with IDE0055 warning. -*.cs text eol=crlf \ No newline at end of file +# See https://github.com/Lombiq/Open-Source-Orchard-Core-Extensions/issues/106 +*.cs text eol=crlf From 8beca6013533a19364466876e539ac626c56b55c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20El-Saig?= Date: Fri, 13 May 2022 23:17:41 +0200 Subject: [PATCH 4/7] Add further comment on SDK bug. --- Build.props | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Build.props b/Build.props index aed95a14..1324fcce 100644 --- a/Build.props +++ b/Build.props @@ -27,7 +27,8 @@ - + https://docs.microsoft.com/en-us/answers/questions/244179/microsoftcodeanalysis-problem.html all runtime; build; native; contentfiles; analyzers; @@ -41,7 +44,7 @@ all runtime; build; native; contentfiles; analyzers; - + --> From ff91c289c036dda9aaa9031378bf07e42f55c18a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Mon, 16 May 2022 21:46:58 +0200 Subject: [PATCH 6/7] Typo --- Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build.props b/Build.props index 4a7cc220..283abe5e 100644 --- a/Build.props +++ b/Build.props @@ -29,7 +29,7 @@