Skip to content

Commit ebfefa6

Browse files
authored
Create README.md
1 parent 7e01d52 commit ebfefa6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
This is a Dummy Project set up to demonstrate issue on JsonApiDotNetCore Package Version 5.7.1.
2+
There is no need for running any migration script as the project ensures to run all migrations and Data Seed on Init of Application.
3+
After project runs we've allowed CRUD of only the Resource of PriceGroup so you could select a subset of Ids of pricgroups from the database and add the following querystring on the request:
4+
?filter=and(any(id,'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX','XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX','XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX','XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX','XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX'),equals(isDeleted,'false'))&include=products.unitGroup.units

0 commit comments

Comments
 (0)