linq
Here are 739 public repositories matching this topic...
-
Updated
Oct 22, 2020 - C#
Hi,
is it possible to define enum mappings WITHOUT using attributes, maybe with some kind of fluent API? The only possibility I see right now is to use the MapValue
attribute:
public enum Gender
{
[MapValue("M")] Male,
[MapValue("F")] Female,
[MapValue("U")] Unknown,
[MapValue("O")] Other,
}
But I don't like this approach (see my longer explanation below). Thank you in
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
Dec 2, 2020 - C#
-
Updated
Dec 3, 2020 - C#
-
Updated
Nov 24, 2020 - TypeScript
-
Updated
Dec 3, 2020 - C#
-
Updated
Dec 2, 2020 - HTML
-
Updated
Aug 19, 2020 - TypeScript
-
Updated
May 5, 2020 - C#
-
Updated
Oct 1, 2020 - C++
-
Updated
Dec 4, 2020 - TypeScript
-
Updated
Dec 4, 2020 - C#
-
Updated
May 29, 2020 - PHP
-
Updated
Dec 5, 2020 - C#
-
Updated
Aug 18, 2020 - C#
-
Updated
Dec 8, 2019 - C#
-
Updated
Nov 10, 2020 - C#
-
Updated
Mar 10, 2020 - C#
-
Updated
Nov 15, 2020 - Pascal
-
Updated
Dec 24, 2018 - TypeScript
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