{"id":23125635,"url":"https://github.com/adessoturkey-dotnet/medesso","last_synced_at":"2025-08-17T03:32:50.116Z","repository":{"id":120864603,"uuid":"591291920","full_name":"adessoTurkey-dotNET/Medesso","owner":"adessoTurkey-dotNET","description":"Custom Mediator and CQRS Library ","archived":false,"fork":false,"pushed_at":"2023-02-21T10:39:23.000Z","size":46,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T00:11:14.395Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/adessoTurkey-dotNET.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-20T11:58:23.000Z","updated_at":"2024-08-06T06:06:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"56b39c34-57d7-46f9-b9f0-e568b886cea4","html_url":"https://github.com/adessoTurkey-dotNET/Medesso","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/adessoTurkey-dotNET/Medesso","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adessoTurkey-dotNET%2FMedesso","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adessoTurkey-dotNET%2FMedesso/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adessoTurkey-dotNET%2FMedesso/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adessoTurkey-dotNET%2FMedesso/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adessoTurkey-dotNET","download_url":"https://codeload.github.com/adessoTurkey-dotNET/Medesso/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adessoTurkey-dotNET%2FMedesso/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270803038,"owners_count":24648682,"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-08-17T02:00:09.016Z","response_time":129,"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":"2024-12-17T08:14:21.536Z","updated_at":"2025-08-17T03:32:50.103Z","avatar_url":"https://github.com/adessoTurkey-dotNET.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Medesso\n![GitHub issues](https://img.shields.io/github/issues/adessoTurkey-dotNET/Medesso) ![Nuget](https://img.shields.io/nuget/dt/Medesso) ![GitHub contributors](https://img.shields.io/github/contributors/adessoTurkey-dotNET/Medesso)  ![GitHub forks](https://img.shields.io/github/forks/adessoTurkey-dotNET/Medesso) ![GitHub Repo stars](https://img.shields.io/github/stars/adessoTurkey-dotNET/Medesso?color=yellow) ![Nuget](https://img.shields.io/nuget/v/Medesso) ![GitHub](https://img.shields.io/github/license/adessoTurkey-dotNET/Medesso)\n\n##### Medesso is a customized library inspired by MediatR library. We develop and use it in line with our needs.\n\n### How To Install\n\nInstall with Nuget:\n```sh\ninstall-package Medesso\n```\n NET Core command line:\n```sh\ndotnet add package Medesso\n```\n\n# Configuration\n```sh\nvar assemblies = GetAssemblies();\nbuilder.Services.AddMedesso(assemblies);\n\n\nstatic Assembly[] GetAssemblies()\n{\n    var path = Path.GetDirectoryName(Assembly.GetEntryAssembly().Location);\n            \n    return Directory\n        .GetFiles(path, \"Medesso.Sample.*.dll\", SearchOption.TopDirectoryOnly)\n        .Select(AssemblyLoadContext.Default.LoadFromAssemblyPath)\n        .ToArray();\n}\n\n```\n## Features:\n\n- ##### Mediator implementation in .NET\n- ##### Dependency-free in-process messaging.\n\n## Registers:\n- ##### IMedessoMediator\n- ##### IMedessoQueryHandler\n- ##### IMedessoCommandHandler\n- ##### IMedessoRequestPreProcessor\n- ##### IMedessoRequestPostProcessor\n\n## License:\n\nDistributed under the MIT License. See LICENSE.md for more information.\n\n## Contact:\n- ###### Umit Akinci - umit__akinci@hotmail.com -  [![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://www.linkedin.com/in/%C3%BCmit-ak%C4%B1nc%C4%B1-080733120/) [![github](https://img.shields.io/badge/github-000?style=for-the-badge\u0026logo=github\u0026logoColor=white)](https://github.com/UmitAkinci)\n\n\n- ###### Devran Canikli - devrancanikli@outlook.com  - [![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://www.linkedin.com/in/devrancanikli/) [![github](https://img.shields.io/badge/github-000?style=for-the-badge\u0026logo=github\u0026logoColor=white)](https://github.com/devrancanikli)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadessoturkey-dotnet%2Fmedesso","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadessoturkey-dotnet%2Fmedesso","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadessoturkey-dotnet%2Fmedesso/lists"}