linq
Here are 721 public repositories matching this topic...
-
Updated
Oct 14, 2020 - C#
It's hacky because of a leaky abstraction: marking a property by an attribute to specify it as a column - is an implementation detail and it's quite low-level. If we need to say 'this property is a column' in a generic way - there must be a higher-level entity/API of doing so (without using attributes).
Think it the other way - IMetadataReader returns an attribute which is really not there (not o
SessionFactoryImpl.Close currently allows the body of the function to be run multiple times as it does not check if it is closed prior to proceeding. This should be changed so that Close when called from Dispose does nothing when Close has been called by the application.
On a general level I am not an expert in NHibernate or FluentNHibernate. I need your help to collect all the improvements and bugs that have been lost in the past and are relevant, and the following NHibernate improvements.
We can just break down everything in Features, Improvements and Bugs. If a new idea or bug just open a issue, if not leave here the reference to the issue or PR (example: #1
-
Updated
Oct 15, 2020 - C#
-
Updated
Oct 13, 2020 - C#
-
Updated
Oct 9, 2020 - TypeScript
-
Updated
Oct 13, 2020 - HTML
-
Updated
Aug 19, 2020 - TypeScript
-
Updated
Oct 1, 2020 - C++
-
Updated
May 5, 2020 - C#
-
Updated
Sep 12, 2020 - TypeScript
-
Updated
May 29, 2020 - PHP
-
Updated
Oct 15, 2020 - C#
-
Updated
Sep 27, 2020 - C#
-
Updated
Aug 18, 2020 - C#
-
Updated
Dec 8, 2019 - C#
-
Updated
Oct 13, 2020 - C#
-
Updated
Mar 10, 2020 - C#
-
Updated
Dec 24, 2018 - TypeScript
-
Updated
Sep 16, 2020 - Pascal
-
Updated
May 20, 2020 - C#
Improve this page
Add a description, image, and links to the linq topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the linq topic, visit your repo's landing page and select "manage topics."
In an effort to reduce maintenance, I suggest moving to using AppVeyor for CI/CD exclusively now that it supports building on Linux in addition to Windows.
What will be lost is validating builds against OS X and Mono, but I think that's an acceptable trade-off. If there are issues with either, we can count on people repor