Skip to content

Commit

Permalink
!WIP! Add ReSharper and Rider 2023.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrichb committed Aug 16, 2023
1 parent 5e168af commit 53c5223
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\XmlDocInspections.Plugin\XmlDocInspections.Plugin.RD20231.csproj" />
<ProjectReference Include="..\XmlDocInspections.Plugin\XmlDocInspections.Plugin.RD20232.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\XmlDocInspections.Plugin\XmlDocInspections.Plugin.RS20231.csproj" />
<ProjectReference Include="..\XmlDocInspections.Plugin\XmlDocInspections.Plugin.RS20232.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// ReSharper disable UnusedType.Global
// ReSharper disable UnusedParameter.Local
// ReSharper disable MemberCanBeProtected.Global
// ReSharper disable ConvertToPrimaryConstructor

namespace XmlDocInspections.Sample.Highlighting
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// ReSharper disable UnusedType.Global
// ReSharper disable UnusedParameter.Local
// ReSharper disable MemberCanBeProtected.Global
// ReSharper disable ConvertToPrimaryConstructor

namespace XmlDocInspections.Sample.Highlighting
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// ReSharper disable UnusedType.Global
// ReSharper disable UnusedParameter.Local
// ReSharper disable MemberCanBeProtected.Global
// ReSharper disable ConvertToPrimaryConstructor

namespace XmlDocInspections.Sample.Highlighting
{
Expand Down
8 changes: 4 additions & 4 deletions XmlDocInspections.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53c5223

Please sign in to comment.