-
'I have started using this tool in my recent project and love it.
After using it for a while, just have question/feature request.
When defining the Create/Alter expressions for table, would it be muc…
-
When wanting a good unique filename for the .hbm.xml's, the Assembly.FullName will be unique, but it may exceed Windows 260 character path limits.
e.g. I had a class with two generic parameters that …
-
This is a multipart story.
An authorized user must enter their league's keeper settings (since these are not available from Yahoo's API).
- Can/cannot keep players kept in a prior season.
- This must…
-
Hi there.
Program.cs - Console C# - New Project, VS 2012, .Net 4.5. FluentNHibernate through NuGet.
---
using System;
using Domain;
using FluentNHibernate.Cfg;
using FluentNHibernate.Cfg.Db;
using …
-
I am posting this here as well as on the DevArt forum as I am not sure if this is an Entity Designer issue or a Fluent issue. I am just learning NHibernate amd fluent.
Here is my post over there
I …
-
fluentnh在mono下,部分情况映射时发生如下异常
Errors and Failures:
[exec] 1) SetUp Error : Cooper.Model.Test.AccountConnectionTest
[exec] SetUp : System.NullReferenceException : Object reference not set …
wsky updated
12 years ago
-
Example :
http://nuget.org/packages/FluentNHibernate/1.3.0.717
The highest version of FluentNHibernate is 1.3.0.717 but the latest is shown as 1.2.0.712. Is the latest currently determined by the u…
-
this issue is not present in FNH 1.2 but with current Head
```
public class TestMap : SubclassMap
{
public TestMap()
{
KeyColumn("col1");
KeyColumn("col2");
// key ha…
-
Project compiled fine but when I try to run it I get prompted for the ConnectionStringBuilder.cs and now this "d:\Builds\FluentNH\src\FluentNHibernate\Cfg\FluentConfiguration.cs". I could be ignorant …
-
See: http://github.com/jagregory/fluent-nhibernate/wiki/Getting-started
Under Binaries: "Git and Subversion repository information and downloads list is available on the main downloads page, and will…