Skip to content

Commit 396d8d9

Browse files
dennis-grRogerKratz
authored andcommitted
Update NHibernate to 5.6
1 parent c1f4784 commit 396d8d9

File tree

4 files changed

+1
-16
lines changed

4 files changed

+1
-16
lines changed

Src/NHibernate.Envers.Tests/Entities/CustomType/PrimitiveTestUserType.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ public override object Get(DbDataReader rs, int index, ISessionImplementor sessi
3333
return PrimitiveImmutableType.Get(value);
3434
}
3535

36-
public override object Get(DbDataReader rs, string name, ISessionImplementor session)
37-
{
38-
var ordinal = rs.GetOrdinal(name);
39-
return Get(rs, ordinal, session);
40-
}
41-
4236
public override string Name => "PrimitiveImmutableType";
4337

4438
public override System.Type ReturnedClass => typeof(PrimitiveImmutableType);

Src/NHibernate.Envers/Configuration/Fluent/FluentException.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,5 @@ public FluentException(string message) : base(message)
1717
public FluentException(string message, Exception inner) : base(message, inner)
1818
{
1919
}
20-
21-
protected FluentException(SerializationInfo info, StreamingContext context) : base(info, context)
22-
{
23-
}
2420
}
2521
}

Src/NHibernate.Envers/Exceptions/AuditException.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,5 @@ public AuditException(string message, Exception innerException)
1919
: base(message, innerException)
2020
{
2121
}
22-
23-
protected AuditException(SerializationInfo info, StreamingContext context)
24-
: base(info, context)
25-
{
26-
}
2722
}
2823
}

Src/NHibernate.Envers/NHibernate.Envers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
<DebugType>Portable</DebugType>
1919
</PropertyGroup>
2020
<ItemGroup>
21-
<PackageReference Include="NHibernate" Version="[5.5.0, 5.6.0)" />
21+
<PackageReference Include="NHibernate" Version="[5.6.0, 5.7.0)" />
2222
</ItemGroup>
2323
</Project>

0 commit comments

Comments
 (0)