Skip to content

Commit

Permalink
vkhorikov#433 Removed Result.Try overloads for ValueTasks to preserve…
Browse files Browse the repository at this point in the history
… backward compatibility
  • Loading branch information
vkhorikov authored and rutkowskit committed Sep 6, 2022
1 parent f29ba52 commit 487be8e
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 871 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,6 @@
<Compile Update="ResultTests\Extensions\TapTests.Base.cs">
<DependentUpon>TapTests.cs</DependentUpon>
</Compile>
<Compile Update="ResultTests\Methods\TryTests.ValueTask.cs">
<DependentUpon>TryTests.cs</DependentUpon>
</Compile>
<Compile Update="ResultTests\Methods\TryTests.Task.cs">
<DependentUpon>TryTests.cs</DependentUpon>
</Compile>
Expand Down Expand Up @@ -283,15 +280,6 @@
<Compile Update="ResultTests\Extensions\OnFailureTests.ValueTask.cs">
<DependentUpon>OnFailureTests.cs</DependentUpon>
</Compile>
<Compile Update="ResultTests\Extensions\OnSuccessTryTests.ValueTask.Right.cs">
<DependentUpon>OnSuccessTryTests.ValueTask.cs</DependentUpon>
</Compile>
<Compile Update="ResultTests\Extensions\OnSuccessTryTests.ValueTask.Left.cs">
<DependentUpon>OnSuccessTryTests.ValueTask.cs</DependentUpon>
</Compile>
<Compile Update="ResultTests\Extensions\OnSuccessTryTests.ValueTask.cs">
<DependentUpon>OnSuccessTryTests.cs</DependentUpon>
</Compile>
<Compile Update="ResultTests\Extensions\TapTests.ValueTask.Right.cs">
<DependentUpon>TapTests.ValueTask.cs</DependentUpon>
</Compile>
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 487be8e

Please sign in to comment.