Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove redundant package references from .NET Standard 2.0. #392

Merged
merged 1 commit into from May 30, 2020
Merged

Remove redundant package references from .NET Standard 2.0. #392

merged 1 commit into from May 30, 2020

Conversation

teo-tsirpanis
Copy link
Contributor

These are not needed in .NET Standard 2.0 and significantly clutter the dependency graph of any library that uses HAP.

These are not needed in .NET Standard 2.0 and significantly clutter the dependency graph of any library that uses HAP.
@JonathanMagnan
Copy link
Member

Hello @teo-tsirpanis ,

Thank you for reporting. I indeed made the test and everything was working.

We will review those dependencies for other .NET Standard version as well.

Best Regards,

Jon


Performance Libraries
context.BulkInsert(list, options => options.BatchSize = 1000);
Entity Framework ExtensionsEntity Framework ClassicBulk OperationsDapper Plus

Runtime Evaluation
Eval.Execute("x + y", new {x = 1, y = 2}); // return 3
C# Eval FunctionSQL Eval Function

@JonathanMagnan JonathanMagnan self-assigned this May 25, 2020
@JonathanMagnan JonathanMagnan merged commit 8591f1d into zzzprojects:master May 30, 2020
@JonathanMagnan
Copy link
Member

Hello @teo-tsirpanis ,

Thank you for your merged, a new version has been released and NuGet package do not longer require those dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants