-
-
Notifications
You must be signed in to change notification settings - Fork 5
feature: update repo #3
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See the various comments.
src/JsonApiDotNetCore.MongoDb/Extensions/MongoIQueryableExtensions.cs
Outdated
Show resolved
Hide resolved
I think I addressed all the comments. Let me know if there is anything else for me to do! By the way @bart-degreed , you have no idea how much I've learnt from your comments in both this repo and JsonApiDotNetCore so thanks a lot for that! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By the way @bart-degreed , you have no idea how much I've learnt from your comments in both this repo and JsonApiDotNetCore so thanks a lot for that!
Thank you, that's really great to hear! Got a few more remarks, would be nice if you can take a look at them.
@bart-degreed I've just added you as an owner of the package on NuGet and did the changes you requested in your last review. |
Hello again!
As @bart-degreed suggested in #2 , this PR is the first one of at least three that will come. This one contains only the update to the latest version of JADNC and the new implementation of
MongoEntityRepository
that comes with it.For reference, I quote:
Let me know if I need to polish anything before moving on to the second PR, I'll try to have it all ready ASAP :)