Skip to content

Commit

Permalink
Remove obsolete deserialization tests
Browse files Browse the repository at this point in the history
Serialization and deserialization is based on the obsolete
BinaryFormatter. Since Maybe and Result should not be serialized anyways
these tests can be removed.
  • Loading branch information
bothzoli committed Dec 29, 2024
1 parent 4050e01 commit af4b5f7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 180 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<NoWarn>0618</NoWarn>
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
</PropertyGroup>

<ItemGroup>
Expand Down

This file was deleted.

118 changes: 0 additions & 118 deletions CSharpFunctionalExtensions.Tests/ResultTests/DeserializationTests.cs

This file was deleted.

0 comments on commit af4b5f7

Please sign in to comment.