{"id":19666772,"url":"https://github.com/mapstermapper/expressiondebugger","last_synced_at":"2025-04-28T22:31:56.312Z","repository":{"id":42463011,"uuid":"84339379","full_name":"MapsterMapper/ExpressionDebugger","owner":"MapsterMapper","description":"Step into debugging and generate readable script from linq expressions","archived":false,"fork":false,"pushed_at":"2022-04-04T21:11:26.000Z","size":80,"stargazers_count":35,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-20T14:58:43.603Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MapsterMapper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-08T16:01:55.000Z","updated_at":"2024-12-11T09:12:02.000Z","dependencies_parsed_at":"2022-09-14T00:30:38.640Z","dependency_job_id":null,"html_url":"https://github.com/MapsterMapper/ExpressionDebugger","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MapsterMapper%2FExpressionDebugger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MapsterMapper%2FExpressionDebugger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MapsterMapper%2FExpressionDebugger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MapsterMapper%2FExpressionDebugger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MapsterMapper","download_url":"https://codeload.github.com/MapsterMapper/ExpressionDebugger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251397658,"owners_count":21583050,"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","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":"2024-11-11T16:28:56.549Z","updated_at":"2025-04-28T22:31:51.296Z","avatar_url":"https://github.com/MapsterMapper.png","language":"C#","readme":"![Icon](https://cloud.githubusercontent.com/assets/5763993/26522656/41e28a6e-432f-11e7-9cae-7856f927d1a1.png)\n\n# ExpressionTranslator\nTranslate from linq expressions to C# code\n\n### Get it\n```\nPM\u003e Install-Package ExpressionTranslator\n```\n\n### Get readable script\nYou can compile expression into readable script by `ToScript` extension method\n```CSharp\nvar script = lambda.ToScript();\n```\n\n# ExpressionDebugger\nStep into debugging and generate readable script from linq expressions\n\n### Get it\n```\nPM\u003e Install-Package ExpressionDebugger\n```\n\n### Compile with debug info\n`CompileWithDebugInfo` extension method will allow step-into debugging.\n```CSharp\nvar func = lambda.CompileWithDebugInfo();\nfunc(); //\u003c-- you can step-into this function!!\n```\n\n### Version 2.0 .NET Core support!\n- Version 2.0 now support .NET Core\n\n### Visual Studio for Mac\nTo step-into debugging, you might need to emit file\n```CSharp\nvar opt = new ExpressionCompilationOptions { EmitFile = true };\nvar func = lambda.CompileWithDebugInfo(opt);\nfunc(); //\u003c-- you can step-into this function!!\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmapstermapper%2Fexpressiondebugger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmapstermapper%2Fexpressiondebugger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmapstermapper%2Fexpressiondebugger/lists"}