Skip to content

Commit

Permalink
Fix for KeyNotFoundException in ValueExtractor
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitz committed Jul 14, 2021
1 parent ec7deaf commit 564283a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Debuggee/Debuggee.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ZSpitz.Util" Version="0.1.105" />
<PackageReference Include="ExpressionTreeToString" Version="3.4.63" />
<PackageReference Include="ZSpitz.Util" Version="0.1.113" />
<PackageReference Include="ExpressionTreeToString" Version="3.4.65" />
<Reference Include="Microsoft.VisualStudio.DebuggerVisualizers">
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\PublicAssemblies\Microsoft.VisualStudio.DebuggerVisualizers.dll</HintPath>
<Private>false</Private>
Expand Down
6 changes: 3 additions & 3 deletions Package/Package.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ExpressionTreeToString" Version="3.4.63" />
<PackageReference Include="ExpressionTreeToString" Version="3.4.65" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.31" />
<PackageReference Include="ZSpitz.Util" Version="0.1.105" />
<PackageReference Include="ZSpitz.Util.Wpf" Version="0.1.105" />
<PackageReference Include="ZSpitz.Util" Version="0.1.113" />
<PackageReference Include="ZSpitz.Util.Wpf" Version="0.1.113" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="MultiSelectTreeView" Version="1.0.9" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Tests.Visualizer/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ExpressionTreeToString" Version="3.4.63" />
<PackageReference Include="ZSpitz.Util" Version="0.1.113" />
<PackageReference Include="ExpressionTreeToString" Version="3.4.65" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="ExpressionTreeTestObjects" Version="1.0.21" />
<PackageReference Include="ZSpitz.Util" Version="0.1.105" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Visualizer/Visualizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\PublicAssemblies\Microsoft.VisualStudio.DebuggerVisualizers.dll</HintPath>
<Private>false</Private>
</Reference>
<PackageReference Include="ExpressionTreeToString" Version="3.4.63" />
<PackageReference Include="ExpressionTreeToString" Version="3.4.65" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.31" />
<PackageReference Include="MultiSelectTreeView" Version="1.0.9" />
<PackageReference Include="ZSpitz.Util" Version="0.1.105" />
<PackageReference Include="ZSpitz.Util.Wpf" Version="0.1.105" />
<PackageReference Include="ZSpitz.Util" Version="0.1.113" />
<PackageReference Include="ZSpitz.Util.Wpf" Version="0.1.113" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Octokit" Version="0.50.0" />
<ProjectReference Include="..\Debuggee\Debuggee.csproj" />
Expand Down

0 comments on commit 564283a

Please sign in to comment.