{"id":17197186,"url":"https://github.com/thomaslevesque/thomaslevesque","last_synced_at":"2026-02-12T22:33:38.555Z","repository":{"id":139542941,"uuid":"279691716","full_name":"thomaslevesque/thomaslevesque","owner":"thomaslevesque","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-01T14:37:44.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-04T03:33:42.600Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/thomaslevesque.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-14T20:58:46.000Z","updated_at":"2025-12-01T14:37:48.000Z","dependencies_parsed_at":"2024-01-26T03:43:17.383Z","dependency_job_id":null,"html_url":"https://github.com/thomaslevesque/thomaslevesque","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thomaslevesque/thomaslevesque","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomaslevesque%2Fthomaslevesque","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomaslevesque%2Fthomaslevesque/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomaslevesque%2Fthomaslevesque/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomaslevesque%2Fthomaslevesque/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomaslevesque","download_url":"https://codeload.github.com/thomaslevesque/thomaslevesque/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomaslevesque%2Fthomaslevesque/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29383979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T22:07:52.078Z","status":"ssl_error","status_checked_at":"2026-02-12T22:07:49.026Z","response_time":55,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-10-15T01:55:45.153Z","updated_at":"2026-02-12T22:33:38.550Z","avatar_url":"https://github.com/thomaslevesque.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## Hi, I'm Thomas Levesque\n\n* .NET developer from France, currently living near Paris\n* Working mostly with C#, ASP.NET Core, Azure and Google Cloud Platform\n* Currently working at [UEAT](https://ueat.io)\n* Former [Microsoft MVP](https://www.credly.com/badges/a7fb8699-d53e-4555-bb52-44a7e9fee901/public_url) from 2012 to 2023 (\"Developer Technologies\" category)\n* Maintainer of [FakeItEasy](https://fakeiteasy.github.io/), the easy mocking library for .NET\n\nYou can read my blog [here](https://thomaslevesque.com/).\n\n## Open-source portfolio\n\nI tend to create many projects. Some of them are just experiments; others turn out to be useful to someone, and I do my best to maintain them. Here's a selection of the projects I felt were worth mentioning:\n\n* [FakeItEasy](https://fakeiteasy.github.io/): one of the most popular mocking libraries for .NET. Its simple concepts and fluent syntax make it very easy to use. I joined the core team in 2016.\n* [DontMergeMeYet](https://github.com/thomaslevesque/DontMergeMeYet): a GitHub application that prevents you from accidentally merging a pull request before it's ready.\n* [Extensions.Hosting.AsyncInitialization](https://github.com/thomaslevesque/Extensions.Hosting.AsyncInitialization): a library to help with async app initialization in .NET Core generic host (.NET Core 2.1+ and ASP.NET Core 3).\n* [Hamlet](https://github.com/thomaslevesque/Hamlet): a simple Option type for .NET with Linq support.\n* [WeakEvent](https://github.com/thomaslevesque/WeakEvent): a generic weak event implementation.\n* [Linq.Extras](https://github.com/thomaslevesque/Linq.Extras): a collection of extension methods to complement the ones from System.Linq.Enumerable.\n* [NString](https://github.com/thomaslevesque/NString): a collection of utilities for working with strings in .NET.\n* [NHotkey](https://github.com/thomaslevesque/NHotkey): a managed library to handle global hotkeys in Windows Forms and WPF applications.\n* [EssentialMVVM](https://github.com/thomaslevesque/EssentialMVVM): a minimalist MVVM Framework.\n* [HumanBytes](https://github.com/thomaslevesque/HumanBytes): a library to convert byte sizes to a human readable form.\n* [Iso8601DurationHelper](https://github.com/thomaslevesque/Iso8601DurationHelper): A small library to handle ISO8601 durations in C#.\n* [CosmosDB Studio](https://github.com/thomaslevesque/CosmosDBStudio): a tool to browse and query Azure CosmosDB databases (in progress)\n* [WpfAnimatedGif](https://github.com/XamlAnimatedGif/WpfAnimatedGif): a library to display animated GIFs in WPF\n* [XamlAnimatedGif](https://github.com/XamlAnimatedGif/XamlAnimatedGif): a library to display animated GIFs in XAML (UWP, WPF, Windows Phone, and even Silverlight!)\n* I also contribute frequently to various projects in .NET land: .NET Core, ASP.NET Core, Identity Server...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomaslevesque%2Fthomaslevesque","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomaslevesque%2Fthomaslevesque","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomaslevesque%2Fthomaslevesque/lists"}