{"id":28200496,"url":"https://github.com/aberus/ef6.extensions","last_synced_at":"2026-05-03T07:35:04.998Z","repository":{"id":191701182,"uuid":"86896811","full_name":"aberus/ef6.extensions","owner":"aberus","description":"Extensions for EnitityFramework 6.x","archived":false,"fork":false,"pushed_at":"2023-02-06T14:17:07.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-09T05:43:57.541Z","etag":null,"topics":["database","ef6","ef6-extensions","entity-framework","entity-framework-6"],"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/aberus.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,"governance":null}},"created_at":"2017-04-01T08:15:30.000Z","updated_at":"2023-02-06T14:17:13.000Z","dependencies_parsed_at":"2023-08-31T08:24:12.291Z","dependency_job_id":null,"html_url":"https://github.com/aberus/ef6.extensions","commit_stats":null,"previous_names":["aberus/ef6.extensions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aberus/ef6.extensions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aberus%2Fef6.extensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aberus%2Fef6.extensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aberus%2Fef6.extensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aberus%2Fef6.extensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aberus","download_url":"https://codeload.github.com/aberus/ef6.extensions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aberus%2Fef6.extensions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32562118,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: 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":["database","ef6","ef6-extensions","entity-framework","entity-framework-6"],"created_at":"2025-05-16T20:12:11.217Z","updated_at":"2026-05-03T07:35:04.983Z","avatar_url":"https://github.com/aberus.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EntityFramework.Conventions\r\nConventions for EnitityFramework 6.x\r\n\r\n``` csharp\r\nusing System.Data.Entity;\r\nusing System.Data.Entity.Core.Metadata.Edm;\r\nusing System.Data.Entity.Infrastructure;\r\nusing System.Data.Entity.ModelConfiguration.Conventions;\r\n\r\npublic class BlogContext : DbContext  \r\n{  \r\n    public DbSet\u003cPost\u003e Posts { get; set; }  \r\n    public DbSet\u003cComment\u003e Comments { get; set; }  \r\n    \r\n    protected override void OnModelCreating(DbModelBuilder modelBuilder)\r\n    {\r\n        base.OnModelCreating(modelBuilder);\r\n\r\n        modelBuilder.Conventions.Add\u003cSnakeCaseStoreModelConvention\u003e();\r\n        modelBuilder.Conventions.Add\u003cLowerCaseTableNameConvention\u003e();\r\n        modelBuilder.Conventions.Add\u003cSnakeCaseColumnNameConvention\u003e();\r\n    }\r\n}\r\n``` ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faberus%2Fef6.extensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faberus%2Fef6.extensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faberus%2Fef6.extensions/lists"}