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

Update documentation & tutorials for queryable usage on the repositories #6963

Closed
8 tasks done
hikalkan opened this issue Jan 2, 2021 · 0 comments
Closed
8 tasks done

Comments

@hikalkan
Copy link
Member

hikalkan commented Jan 2, 2021

Related to #6809

Update the following documents;

  • Repositories
  • EF Core & Mongo Integration & Best Practices documents
  • Tutorials & Source code (bookstore-* projects in the abp-samples repo)
  • Other documents?
  • Commercial Tutorials & Source code (bookstore-* projects in the volo/abp/samples)

Others

  • Startup template SampleRepositoryTests has GetMongoQueryable()

Blog post & Annoucement

  • Create an announcement issue and pin it

Migration

  • Create a migration guide for existing applications;
  • CrudAppService.CreateFilteredQuery becomes CreateFilteredQueryAsync
  • Override WithDetailsAsync instead of WithDetails in the repositories.
  • Do not use LINQ over the repository object, but use GetQueryableAsync() to obtain the queryable.
  • Blazorise packages should be upgraded to 0.9.3-preview6.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant