Skip to content

Commit

Permalink
Update to R# 2021.2 (#174)
Browse files Browse the repository at this point in the history
* Update to R# 2020.2

* update everything

* tests

* tidy

* tests

* try again

* try 3

* disable

* logging

* a

* debug

* debug

* debug

* test

* try again

* refactor

* ignore reason
  • Loading branch information
robertcoltheart authored Aug 5, 2021
1 parent edcb0ba commit 5bf967a
Show file tree
Hide file tree
Showing 54 changed files with 149 additions and 1,263 deletions.
6 changes: 0 additions & 6 deletions Machine.Specifications.Runner.ReSharper.sln
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Machine.Specifications.Runn
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Machine.Specifications.Runner.ReSharper.Tasks", "src\Machine.Specifications.Runner.ReSharper.Tasks\Machine.Specifications.Runner.ReSharper.Tasks.csproj", "{8788CA0C-44A2-40EF-9859-076313FE884E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Machine.Specifications.Runner.ReSharper.Runner", "src\Machine.Specifications.Runner.ReSharper.Runner\Machine.Specifications.Runner.ReSharper.Runner.csproj", "{83CB88DD-51E2-4B88-ACCD-AFA2D7062B4F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Machine.Specifications.Runner.ReSharper.Tests", "src\Machine.Specifications.Runner.ReSharper.Tests\Machine.Specifications.Runner.ReSharper.Tests.csproj", "{64E9C141-E05B-4CBD-B8FC-75AF0EBAF907}"
EndProject
Global
Expand All @@ -43,10 +41,6 @@ Global
{8788CA0C-44A2-40EF-9859-076313FE884E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8788CA0C-44A2-40EF-9859-076313FE884E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8788CA0C-44A2-40EF-9859-076313FE884E}.Release|Any CPU.Build.0 = Release|Any CPU
{83CB88DD-51E2-4B88-ACCD-AFA2D7062B4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83CB88DD-51E2-4B88-ACCD-AFA2D7062B4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83CB88DD-51E2-4B88-ACCD-AFA2D7062B4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83CB88DD-51E2-4B88-ACCD-AFA2D7062B4F}.Release|Any CPU.Build.0 = Release|Any CPU
{64E9C141-E05B-4CBD-B8FC-75AF0EBAF907}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64E9C141-E05B-4CBD-B8FC-75AF0EBAF907}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64E9C141-E05B-4CBD-B8FC-75AF0EBAF907}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
2 changes: 0 additions & 2 deletions install-plugin.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ Function Write-Nuspec {
<files>
<file src="..\src\Machine.Specifications.Runner.ReSharper\bin\Debug\net461\Machine.Specifications.Runner.ReSharper.dll" target="DotFiles" />
<file src="..\src\Machine.Specifications.Runner.ReSharper\bin\Debug\net461\Machine.Specifications.Runner.ReSharper.Tasks.dll" target="DotFiles" />
<file src="..\src\Machine.Specifications.Runner.ReSharper\bin\Debug\net461\Machine.Specifications.Runner.ReSharper.Runner.dll" target="DotFiles" />
<file src="..\src\Machine.Specifications.Runner.ReSharper\bin\Debug\net461\Machine.Specifications.Runner.Utility.dll" target="DotFiles" />
<file src="..\src\Machine.Specifications.Runner.ReSharper.Adapters\bin\Debug\net40\Machine.Specifications.Runner.ReSharper.Adapters.net40.dll" target="DotFiles" />
Expand Down Expand Up @@ -208,6 +207,5 @@ $hostIdentifier = "$($installPath.Parent.Name)_$($installPath.Name.Split('_')[-1
Write-User-Settings $hostIdentifier "$PSScriptRoot\src\Machine.Specifications.Runner.ReSharper\Machine.Specifications.Runner.ReSharper.csproj.user"
Write-User-Settings $hostIdentifier "$PSScriptRoot\src\Machine.Specifications.Runner.ReSharper.Adapters\Machine.Specifications.Runner.ReSharper.Adapters.csproj.user"
Write-User-Settings $hostIdentifier "$PSScriptRoot\src\Machine.Specifications.Runner.ReSharper.Tasks\Machine.Specifications.Runner.ReSharper.Tasks.csproj.user"
Write-User-Settings $hostIdentifier "$PSScriptRoot\src\Machine.Specifications.Runner.ReSharper.Runner\Machine.Specifications.Runner.ReSharper.Runner.csproj.user"

Write-Output "Installed plugin to hive"
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="ILRepack" Version="2.0.18" PrivateAssets="All" />
<PackageReference Include="JetBrains.ReSharper.TestRunner.Abstractions" Version="1.3.1" PrivateAssets="All" />
<PackageReference Include="JetBrains.ReSharper.TestRunner.Abstractions" Version="2.2.1" PrivateAssets="All" />
<PackageReference Include="Machine.Specifications.Runner.Utility" Version="1.0.2" PrivateAssets="All" />
</ItemGroup>

Expand Down

This file was deleted.

This file was deleted.

44 changes: 0 additions & 44 deletions src/Machine.Specifications.Runner.ReSharper.Runner/HashCode.cs

This file was deleted.

This file was deleted.

This file was deleted.

95 changes: 0 additions & 95 deletions src/Machine.Specifications.Runner.ReSharper.Runner/RunContext.cs

This file was deleted.

This file was deleted.

Loading

0 comments on commit 5bf967a

Please sign in to comment.