Skip to content

Commit

Permalink
Add DeepClone feature + DeepCloner package.
Browse files Browse the repository at this point in the history
Convert void return methods to IEnumerable.
Customizing feature of calculate spectrum Max value by adding GetMaximumFunc
  • Loading branch information
mjebrahimi committed Feb 4, 2024
1 parent e53932f commit a974ade
Show file tree
Hide file tree
Showing 5 changed files with 234 additions and 79 deletions.
1 change: 1 addition & 0 deletions src/BenchmarkDotNetVisualizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<!--<PackageReference Include="NuGetizer" Version="[1.2.0,)" PrivateAssets="all" />-->
<PackageReference Include="BenchmarkDotNet" Version="[0.13.12,)" />
<PackageReference Include="PuppeteerSharp" Version="[14.0.0,)" />
<PackageReference Include="DeepCloner" Version="[0.10.4,)" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'!='netstandard2.1' AND '$(TargetFramework)'!='net5.0'">
Expand Down

0 comments on commit a974ade

Please sign in to comment.