This sample is part of the Dynamic filter with AutoMapper, System.Dynamic.Linq and EntityFramework on ASP.NET Core tutorial. See the tutorial for details on the code for this sample.
To build and run the sample, execute the following command:
# Clone the repository
git clone https://github.com/gabihodoroaga/demo-dynamic-filters.git
cd demo-dynamic-filters
# Restore the .NET Core packages
dotnet restore
# Run the web app
dotnet run
On a separate terminal
cd test
chmod a+x test.sh
./test.sh