From 53c5223be978e442acd60d37b411bfd9070a3f14 Mon Sep 17 00:00:00 2001 From: Ulrich Buchgraber Date: Wed, 16 Aug 2023 15:51:32 +0200 Subject: [PATCH] !WIP! Add ReSharper and Rider 2023.2 support --- ...proj => XmlDocInspections.Plugin.Tests.RD20232.csproj} | 2 +- ...proj => XmlDocInspections.Plugin.Tests.RS20232.csproj} | 2 +- .../test/data/Highlighting/BasicTests/Inheritance.cs.gold | 1 + .../Inheritance.cs.gold | 1 + .../test/data/Highlighting/Inheritance.cs | 1 + ...231.csproj => XmlDocInspections.Plugin.RD20232.csproj} | 0 ...231.csproj => XmlDocInspections.Plugin.RS20232.csproj} | 0 XmlDocInspections.sln | 8 ++++---- 8 files changed, 9 insertions(+), 6 deletions(-) rename Src/XmlDocInspections.Plugin.Tests/{XmlDocInspections.Plugin.Tests.RD20231.csproj => XmlDocInspections.Plugin.Tests.RD20232.csproj} (96%) rename Src/XmlDocInspections.Plugin.Tests/{XmlDocInspections.Plugin.Tests.RS20231.csproj => XmlDocInspections.Plugin.Tests.RS20232.csproj} (96%) rename Src/XmlDocInspections.Plugin/{XmlDocInspections.Plugin.RD20231.csproj => XmlDocInspections.Plugin.RD20232.csproj} (100%) rename Src/XmlDocInspections.Plugin/{XmlDocInspections.Plugin.RS20231.csproj => XmlDocInspections.Plugin.RS20232.csproj} (100%) diff --git a/Src/XmlDocInspections.Plugin.Tests/XmlDocInspections.Plugin.Tests.RD20231.csproj b/Src/XmlDocInspections.Plugin.Tests/XmlDocInspections.Plugin.Tests.RD20232.csproj similarity index 96% rename from Src/XmlDocInspections.Plugin.Tests/XmlDocInspections.Plugin.Tests.RD20231.csproj rename to Src/XmlDocInspections.Plugin.Tests/XmlDocInspections.Plugin.Tests.RD20232.csproj index b1398be..47ea937 100644 --- a/Src/XmlDocInspections.Plugin.Tests/XmlDocInspections.Plugin.Tests.RD20231.csproj +++ b/Src/XmlDocInspections.Plugin.Tests/XmlDocInspections.Plugin.Tests.RD20232.csproj @@ -23,7 +23,7 @@ - + diff --git a/Src/XmlDocInspections.Plugin.Tests/XmlDocInspections.Plugin.Tests.RS20231.csproj b/Src/XmlDocInspections.Plugin.Tests/XmlDocInspections.Plugin.Tests.RS20232.csproj similarity index 96% rename from Src/XmlDocInspections.Plugin.Tests/XmlDocInspections.Plugin.Tests.RS20231.csproj rename to Src/XmlDocInspections.Plugin.Tests/XmlDocInspections.Plugin.Tests.RS20232.csproj index 0df9c73..ef59de5 100644 --- a/Src/XmlDocInspections.Plugin.Tests/XmlDocInspections.Plugin.Tests.RS20231.csproj +++ b/Src/XmlDocInspections.Plugin.Tests/XmlDocInspections.Plugin.Tests.RS20232.csproj @@ -23,7 +23,7 @@ - + diff --git a/Src/XmlDocInspections.Plugin.Tests/test/data/Highlighting/BasicTests/Inheritance.cs.gold b/Src/XmlDocInspections.Plugin.Tests/test/data/Highlighting/BasicTests/Inheritance.cs.gold index 3409727..0a45ab4 100644 --- a/Src/XmlDocInspections.Plugin.Tests/test/data/Highlighting/BasicTests/Inheritance.cs.gold +++ b/Src/XmlDocInspections.Plugin.Tests/test/data/Highlighting/BasicTests/Inheritance.cs.gold @@ -2,6 +2,7 @@ // ReSharper disable UnusedType.Global // ReSharper disable UnusedParameter.Local // ReSharper disable MemberCanBeProtected.Global +// ReSharper disable ConvertToPrimaryConstructor namespace XmlDocInspections.Sample.Highlighting { diff --git a/Src/XmlDocInspections.Plugin.Tests/test/data/Highlighting/EnabledExcludeMembersOverridingSuperMemberTests/Inheritance.cs.gold b/Src/XmlDocInspections.Plugin.Tests/test/data/Highlighting/EnabledExcludeMembersOverridingSuperMemberTests/Inheritance.cs.gold index e6fb4ce..63f0ebf 100644 --- a/Src/XmlDocInspections.Plugin.Tests/test/data/Highlighting/EnabledExcludeMembersOverridingSuperMemberTests/Inheritance.cs.gold +++ b/Src/XmlDocInspections.Plugin.Tests/test/data/Highlighting/EnabledExcludeMembersOverridingSuperMemberTests/Inheritance.cs.gold @@ -2,6 +2,7 @@ // ReSharper disable UnusedType.Global // ReSharper disable UnusedParameter.Local // ReSharper disable MemberCanBeProtected.Global +// ReSharper disable ConvertToPrimaryConstructor namespace XmlDocInspections.Sample.Highlighting { diff --git a/Src/XmlDocInspections.Plugin.Tests/test/data/Highlighting/Inheritance.cs b/Src/XmlDocInspections.Plugin.Tests/test/data/Highlighting/Inheritance.cs index f51281a..0a52b14 100644 --- a/Src/XmlDocInspections.Plugin.Tests/test/data/Highlighting/Inheritance.cs +++ b/Src/XmlDocInspections.Plugin.Tests/test/data/Highlighting/Inheritance.cs @@ -2,6 +2,7 @@ // ReSharper disable UnusedType.Global // ReSharper disable UnusedParameter.Local // ReSharper disable MemberCanBeProtected.Global +// ReSharper disable ConvertToPrimaryConstructor namespace XmlDocInspections.Sample.Highlighting { diff --git a/Src/XmlDocInspections.Plugin/XmlDocInspections.Plugin.RD20231.csproj b/Src/XmlDocInspections.Plugin/XmlDocInspections.Plugin.RD20232.csproj similarity index 100% rename from Src/XmlDocInspections.Plugin/XmlDocInspections.Plugin.RD20231.csproj rename to Src/XmlDocInspections.Plugin/XmlDocInspections.Plugin.RD20232.csproj diff --git a/Src/XmlDocInspections.Plugin/XmlDocInspections.Plugin.RS20231.csproj b/Src/XmlDocInspections.Plugin/XmlDocInspections.Plugin.RS20232.csproj similarity index 100% rename from Src/XmlDocInspections.Plugin/XmlDocInspections.Plugin.RS20231.csproj rename to Src/XmlDocInspections.Plugin/XmlDocInspections.Plugin.RS20232.csproj diff --git a/XmlDocInspections.sln b/XmlDocInspections.sln index 614c0d6..9c76188 100644 --- a/XmlDocInspections.sln +++ b/XmlDocInspections.sln @@ -9,13 +9,13 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SolutionItems", "SolutionIt EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XmlDocInspections.Sample", "Src\XmlDocInspections.Plugin.Tests\test\data\XmlDocInspections.Sample.csproj", "{4AF4FFEC-2FAC-426A-B8B2-06F4D9F52392}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XmlDocInspections.Plugin.RS20231", "Src\XmlDocInspections.Plugin\XmlDocInspections.Plugin.RS20231.csproj", "{B911381A-0D32-4D8C-A47A-D1E684FD7589}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XmlDocInspections.Plugin.RS20232", "Src\XmlDocInspections.Plugin\XmlDocInspections.Plugin.RS20232.csproj", "{B911381A-0D32-4D8C-A47A-D1E684FD7589}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XmlDocInspections.Plugin.Tests.RS20231", "Src\XmlDocInspections.Plugin.Tests\XmlDocInspections.Plugin.Tests.RS20231.csproj", "{E3DD348A-4F6B-4660-9D3F-18BFC5F2FDB1}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XmlDocInspections.Plugin.Tests.RS20232", "Src\XmlDocInspections.Plugin.Tests\XmlDocInspections.Plugin.Tests.RS20232.csproj", "{E3DD348A-4F6B-4660-9D3F-18BFC5F2FDB1}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XmlDocInspections.Plugin.RD20231", "Src\XmlDocInspections.Plugin\XmlDocInspections.Plugin.RD20231.csproj", "{68FD44BA-7BD7-432C-B70F-8EA851A4FD06}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XmlDocInspections.Plugin.RD20232", "Src\XmlDocInspections.Plugin\XmlDocInspections.Plugin.RD20232.csproj", "{68FD44BA-7BD7-432C-B70F-8EA851A4FD06}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XmlDocInspections.Plugin.Tests.RD20231", "Src\XmlDocInspections.Plugin.Tests\XmlDocInspections.Plugin.Tests.RD20231.csproj", "{F0AC23E0-5905-4A51-8FCE-96F87D8CF8B3}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XmlDocInspections.Plugin.Tests.RD20232", "Src\XmlDocInspections.Plugin.Tests\XmlDocInspections.Plugin.Tests.RD20232.csproj", "{F0AC23E0-5905-4A51-8FCE-96F87D8CF8B3}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XmlDocInspections.Sample.AspNetCore", "Src\XmlDocInspections.Plugin.Tests\test\data\Special\AspNetCore\XmlDocInspections.Sample.AspNetCore.csproj", "{83BBF7BC-8BBA-4C4F-8143-DD3D7CDE68B1}" EndProject