-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #208 from SceneGate/feature/split-binaryserializer
✨ Refactor and improvements in binary object (de)serialization
- Loading branch information
Showing
21 changed files
with
2,125 additions
and
1,399 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,17 @@ | ||
<Project> | ||
<!-- Centralize dependency management --> | ||
<ItemGroup> | ||
<PackageVersion Include="System.Text.Encoding.CodePages" Version="6.0.0" /> | ||
<PackageVersion Include="Microsoft.IO.RecyclableMemoryStream" Version="2.2.0" /> | ||
|
||
<PackageVersion Include="System.Text.Encoding.CodePages" Version="8.0.0" /> | ||
<PackageVersion Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.0" /> | ||
<PackageVersion Include="FluentAssertions" Version="6.12.0" /> | ||
<PackageVersion Include="NUnit" Version="3.14.0" /> | ||
<PackageVersion Include="NUnit3TestAdapter" Version="4.5.0" /> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0" /> | ||
<PackageVersion Include="coverlet.collector" Version="6.0.0" /> | ||
<PackageVersion Include="Moq" Version="4.20.69" /> | ||
|
||
<PackageVersion Include="BenchmarkDotNet" Version="0.13.1" /> | ||
<PackageVersion Include="Moq" Version="4.20.70" /> | ||
<PackageVersion Include="BenchmarkDotNet" Version="0.13.12" /> | ||
<PackageVersion Include="System.CommandLine" Version="2.0.0-beta3.22114.1" /> | ||
|
||
<PackageVersion Include="SonarAnalyzer.CSharp" Version="9.12.0.78982" /> | ||
<PackageVersion Include="SonarAnalyzer.CSharp" Version="9.17.0.82934" /> | ||
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.507" /> | ||
</ItemGroup> | ||
</Project> |
Oops, something went wrong.