{"id":13431339,"url":"https://github.com/nhibernate/nhibernate-core","last_synced_at":"2025-04-28T15:44:56.941Z","repository":{"id":37336704,"uuid":"2206199","full_name":"nhibernate/nhibernate-core","owner":"nhibernate","description":"NHibernate Object Relational Mapper","archived":false,"fork":false,"pushed_at":"2025-03-20T05:29:27.000Z","size":94858,"stargazers_count":2143,"open_issues_count":691,"forks_count":934,"subscribers_count":161,"default_branch":"master","last_synced_at":"2025-04-03T13:14:05.880Z","etag":null,"topics":["c-sharp","criteria-api","dotnet","dotnet-core","dotnet-core2","linq","linq-provider","nhibernate","nhibernate-developers","object-relational-mapper","orm"],"latest_commit_sha":null,"homepage":"https://nhibernate.info","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nhibernate.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-08-14T17:51:09.000Z","updated_at":"2025-03-30T13:13:49.000Z","dependencies_parsed_at":"2023-02-16T09:45:45.869Z","dependency_job_id":"5fe055c8-23dd-4a42-bd31-21c6fbb548c7","html_url":"https://github.com/nhibernate/nhibernate-core","commit_stats":null,"previous_names":[],"tags_count":128,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhibernate%2Fnhibernate-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhibernate%2Fnhibernate-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhibernate%2Fnhibernate-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhibernate%2Fnhibernate-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nhibernate","download_url":"https://codeload.github.com/nhibernate/nhibernate-core/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248267750,"owners_count":21075432,"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":["c-sharp","criteria-api","dotnet","dotnet-core","dotnet-core2","linq","linq-provider","nhibernate","nhibernate-developers","object-relational-mapper","orm"],"created_at":"2024-07-31T02:01:02.335Z","updated_at":"2025-04-10T18:08:55.749Z","avatar_url":"https://github.com/nhibernate.png","language":"C#","funding_links":[],"categories":["Frameworks, Libraries and Tools","C# #","框架, 库和工具","ORM","C\\#"],"sub_categories":["ORM","对象关系映射ORM"],"readme":"Welcome to NHibernate\n=====================\n\nNHibernate is a mature, open source object-relational mapper for the .NET framework. It is actively developed,\nfully featured and used in thousands of successful projects.\n\nThe NHibernate community website - \u003chttps://nhibernate.info\u003e - has a range of resources to help you get started,\nincluding [howtos][A1], [blogs][A2] and [reference documentation][A3].\n\n[A1]: https://nhibernate.info/doc/\n[A2]: https://nhibernate.info/blog/\n[A3]: https://nhibernate.info/doc/nh/en/index.html\n\nLatest Release Version\n--------------\n\nThe quickest way to get the latest release of NHibernate is to add it to your project using \nNuGet (\u003chttps://nuget.org/List/Packages/NHibernate\u003e).\n\nAlternatively binaries are available from SourceForge at \u003chttp://sourceforge.net/projects/nhibernate\u003e.\n\nYou are encouraged to review the release notes ([releasenotes.txt](releasenotes.txt)), particularly when upgrading to a \nlater version. The release notes will generally document any breaking changes.\n\nNightly Development Builds\n--------------------------\n\nThe quickest way to get the latest development build of NHibernate is to add it to your project using \nNuGet from Cloudsmith feed (\u003chttps://cloudsmith.io/~nhibernate/repos/nhibernate-core/packages/\u003e).\n\nIn order to make life a little bit easier you can register the package source in the NuGet.Config\nfile in the top folder of your project, similar to the following.\n\n```xml\n\u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003cconfiguration\u003e\n  \u003cpackageSources\u003e\n    \u003cadd key=\"NHibernateDevBuilds\" value=\"https://nuget.cloudsmith.io/nhibernate/nhibernate-core/v3/index.json\" /\u003e\n  \u003c/packageSources\u003e\n\u003c/configuration\u003e\n```\n\nPackage repository hosting is graciously provided by  [Cloudsmith](https://cloudsmith.com).\nCloudsmith is the only fully hosted, cloud-native, universal package management solution, that\nenables your organization to create, store and share packages in any format, to any place, with total\nconfidence.\n\n[![Hosted By: Cloudsmith](https://img.shields.io/badge/OSS%20hosting%20by-cloudsmith-blue?logo=cloudsmith\u0026style=flat-square)](https://cloudsmith.com)\n\nCommunity Forums\n----------------\n\nThere are two official NHibernate community forums:\n\n* [NHibernate Users][B1] - a forum for users to find help using NHibernate\n* [NHibernate Development][B2] - a forum for the developers of NHibernate\n\n[B1]: http://groups.google.com/group/nhusers\n[B2]: http://groups.google.com/group/nhibernate-development\n\nBug Reports\n-----------\n\nIf you find any bugs, please report them using the [GitHub issue tracker][C1]. A\ntest-case that demonstrates the issue is usually required. Instructions on providing a test-case\ncan be found in [contributing guidelines][C3] or [here][C2].\n\n[C1]: https://github.com/nhibernate/nhibernate-core/issues\n[C2]: https://nhibernate.info/blog/2008/10/04/the-best-way-to-solve-nhibernate-bugs-submit-good-unit-test.html\n[C3]: CONTRIBUTING.md\n\nLicenses\n--------\n\n- This software is distributed under the terms of the Free Software Foundation [Lesser GNU Public License (LGPL), version 2.1][D1] (see [LICENSE.txt][D2]).\n- The documentation for this software is distributed under the terms of the Free Software Foundation [GNU Free Documentation License (GNU FDL), version 1.1][D3] (see [doc/LICENSE.txt][D4]).\n\n[D1]: http://www.gnu.org/licenses/lgpl-2.1-standalone.html\n[D2]: LICENSE.txt\n[D3]: http://www.gnu.org/licenses/old-licenses/fdl-1.1-standalone.html\n[D4]: doc/LICENSE.txt\n\nCredits\n-------\n\nMany thanks to the following individuals, organisations and projects whose work is so important to the success\nof NHibernate (in no particular order):\n\n* [NUnit][] - unit-testing\n* [Nant][] - build automation\n* [CodeBetter][] - [TeamCity][] continuous integration and build management server hosting\n* [GitHub][] and [SourceForge][] - source code hosting\n* [Atlassian][] - JIRA bug tracker licence and hosting\n* [Log4net][] - logging, by the [Apache Software Foundation][]\n* [JetBrains][] - [ReSharper][] licences for NHibernate developers \n* [LinFu][] - proxy implementation (Philip Laureano)\n* Iesi.Collections - source code taken from an [article][] written by Jason Smith\n* [Relinq][] - Linq provider for NHibernate\n* [AsyncGenerator][] - Roslyn based async C# code generator by @maca88\n\n\n[NUnit]: http://www.nunit.org\n[Nant]: http://nant.sourceforge.net\n[CodeBetter]: http://www.codebetter.com\n[TeamCity]: http://www.jetbrains.com/teamcity\n[GitHub]: http://www.github.com\n[SourceForge]: http://www.sourceforge.net\n[Atlassian]: http://www.atlassian.com\n[Log4net]: http://logging.apache.org/log4net\n[Apache Software Foundation]: http://www.apache.org\n[JetBrains]: http://www.jetbrains.com\n[ReSharper]: http://www.jetbrains.com/resharper\n[LinFu]: https://github.com/philiplaureano/LinFu\n[article]: http://www.codeproject.com/KB/recipes/sets.aspx\n[Relinq]: https://github.com/re-motion/Relinq\n[AsyncGenerator]: http://github.com/maca88/AsyncGenerator\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhibernate%2Fnhibernate-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnhibernate%2Fnhibernate-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhibernate%2Fnhibernate-core/lists"}