linq
Here are 727 public repositories matching this topic...
-
Updated
Oct 22, 2020 - C#
I have the following setup
[Table(Name = "Customer")]
public partial class Customer
{
[PrimaryKey, Identity]
[Column(Name = "CustomerId"), NotNull]
public int CustomerId { get; set; }
[Column(Name = "Street", MemberName = ".Street"), Column(Name = "City", MemberName = ".City")]
public Adress Adress { get; set; }
}
public class Adress
{
public stringSessionFactoryImpl.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
Nov 13, 2020 - C#
-
Updated
Nov 13, 2020 - C#
-
Updated
Nov 8, 2020 - TypeScript
-
Updated
Nov 14, 2020 - HTML
-
Updated
Aug 19, 2020 - TypeScript
-
Updated
Oct 1, 2020 - C++
-
Updated
May 5, 2020 - C#
-
Updated
Sep 12, 2020 - TypeScript
-
Updated
Nov 13, 2020 - C#
-
Updated
May 29, 2020 - PHP
-
Updated
Nov 15, 2020 - C#
-
Updated
Aug 18, 2020 - C#
-
Updated
Dec 8, 2019 - C#
-
Updated
Nov 10, 2020 - C#
-
Updated
Mar 10, 2020 - C#
-
Updated
Dec 24, 2018 - TypeScript
-
Updated
Nov 13, 2020 - Pascal
-
Updated
Oct 30, 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