-
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.
* net8 * Increment version * Update dependencies * update benchmark * move to src folder * fix folder case * fix folder case * fix images * fix images * fix readme * add perf tests
- Loading branch information
Showing
401 changed files
with
842 additions
and
865 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
Binary file not shown.
This file was deleted.
Oops, something went wrong.
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,19 +1,18 @@ | ||
<Project> | ||
<ItemGroup> | ||
<PackageVersion Include="Microsoft.Extensions.ObjectPool" Version="7.0.2" /> | ||
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.ObjectPool" Version="8.0.8" /> | ||
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" /> | ||
<PackageVersion Include="NoStringEvaluating" Version="2.5.3" /> | ||
<PackageVersion Include="Spectre.Console" Version="0.49.1" /> | ||
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" /> | ||
|
||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.4.1" /> | ||
<PackageVersion Include="NUnit" Version="3.13.3" /> | ||
<PackageVersion Include="NUnit3TestAdapter" Version="4.3.1" /> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.10.0" /> | ||
<PackageVersion Include="NUnit" Version="4.1.0" /> | ||
<PackageVersion Include="NUnit3TestAdapter" Version="4.6.0" /> | ||
<PackageVersion Include="coverlet.collector" Version="6.0.2" /> | ||
<PackageVersion Include="AutoFixture" Version="4.17.0" /> | ||
<PackageVersion Include="FluentAssertions" Version="6.9.0" /> | ||
|
||
<PackageVersion Include="BenchmarkDotNet" Version="0.13.4" /> | ||
<PackageVersion Include="MathParser.org-mXparser" Version="5.2.1" /> | ||
<PackageVersion Include="AutoFixture" Version="4.18.1" /> | ||
<PackageVersion Include="FluentAssertions" Version="6.12.0" /> | ||
<PackageVersion Include="BenchmarkDotNet" Version="0.14.0" /> | ||
<PackageVersion Include="MathParser.org-mXparser" Version="6.0.0" /> | ||
<PackageVersion Include="Ninject" Version="3.3.6" /> | ||
</ItemGroup> | ||
</Project> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
15 changes: 0 additions & 15 deletions
15
NoStringEvaluating/Exceptions/NoStringFunctionException.cs
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
NoStringEvaluating/Exceptions/VariableNotFoundException.cs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Binary file not shown.
Oops, something went wrong.