{"id":31771471,"url":"https://github.com/devd4v3/efcore.customquerypreprocessor","last_synced_at":"2026-02-15T09:04:38.141Z","repository":{"id":65548629,"uuid":"522790223","full_name":"DevD4v3/EFCore.CustomQueryPreprocessor","owner":"DevD4v3","description":"A custom query expression preprocessor that plugs into the LINQ query processing pipeline of EF Core","archived":false,"fork":false,"pushed_at":"2022-12-09T01:05:13.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T03:32:12.053Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DevD4v3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-09T03:35:26.000Z","updated_at":"2025-01-04T01:03:16.000Z","dependencies_parsed_at":"2023-01-28T18:35:10.241Z","dependency_job_id":null,"html_url":"https://github.com/DevD4v3/EFCore.CustomQueryPreprocessor","commit_stats":null,"previous_names":["devd4v3/efcore.customquerypreprocessor","mrdave1999/efcore.customquerypreprocessor"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/DevD4v3/EFCore.CustomQueryPreprocessor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevD4v3%2FEFCore.CustomQueryPreprocessor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevD4v3%2FEFCore.CustomQueryPreprocessor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevD4v3%2FEFCore.CustomQueryPreprocessor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevD4v3%2FEFCore.CustomQueryPreprocessor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevD4v3","download_url":"https://codeload.github.com/DevD4v3/EFCore.CustomQueryPreprocessor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevD4v3%2FEFCore.CustomQueryPreprocessor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002624,"owners_count":26083425,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-10T03:31:51.733Z","updated_at":"2025-10-10T03:32:29.129Z","avatar_url":"https://github.com/DevD4v3.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EFCore.CustomQueryPreprocessor\n[![Nuget-Badges](https://buildstats.info/nuget/EFCore.CustomQueryPreprocessor)](https://www.nuget.org/packages/EFCore.CustomQueryPreprocessor/)\n\nI am not the creator of the code for this repository. The only thing I did was to wrap Ivan Stoev code in a class library for reuse in other projects.\n\nAll credits to Ivan Stoev.\n\nRead Ivan Stoev original answer: https://stackoverflow.com/a/62138200\n\n## Installation\n\nRun the following command in the terminal if your project is using EF Core 3.1/5.0:\n```bash\ndotnet add package EFCore.CustomQueryPreprocessor -v 1.0.0\n```\nIn case your project uses EF Core 6.0/7.0, run the following:\n```cs\ndotnet add package EFCore.CustomQueryPreprocessor -v 2.0.0\n```\n\n## Usage\n\nCall the following method in `DbContext.OnConfiguring`:\n```cs\npublic class AppDbContext : DbContext\n{\n    protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)\n    {\n        optionsBuilder.AddDelegateDecompiler();\n    }\n}\n```\nAnd don't forget to add the `[Decompile]` decorator on the methods you want to decompile.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevd4v3%2Fefcore.customquerypreprocessor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevd4v3%2Fefcore.customquerypreprocessor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevd4v3%2Fefcore.customquerypreprocessor/lists"}