PPWCode.Vernacular.NHibernate.II.SqlServer
4.4.0
dotnet add package PPWCode.Vernacular.NHibernate.II.SqlServer --version 4.4.0
NuGet\Install-Package PPWCode.Vernacular.NHibernate.II.SqlServer -Version 4.4.0
<PackageReference Include="PPWCode.Vernacular.NHibernate.II.SqlServer" Version="4.4.0" />
paket add PPWCode.Vernacular.NHibernate.II.SqlServer --version 4.4.0
#r "nuget: PPWCode.Vernacular.NHibernate.II.SqlServer, 4.4.0"
// Install PPWCode.Vernacular.NHibernate.II.SqlServer as a Cake Addin #addin nuget:?package=PPWCode.Vernacular.NHibernate.II.SqlServer&version=4.4.0 // Install PPWCode.Vernacular.NHibernate.II.SqlServer as a Cake Tool #tool nuget:?package=PPWCode.Vernacular.NHibernate.II.SqlServer&version=4.4.0
The PPWCode Vernacular NHibernate SQLServer library version II.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 is compatible. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.8
- PPWCode.Vernacular.NHibernate.II (>= 4.4.0)
-
.NETStandard 2.0
- PPWCode.Vernacular.NHibernate.II (>= 4.4.0)
- System.Data.SqlClient (>= 4.8.5)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on PPWCode.Vernacular.NHibernate.II.SqlServer:
Package | Downloads |
---|---|
PPWCode.Vernacular.NHibernate.II.Test
The PPWCode Vernacular NHibernate Test library version II. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.4.0 | 401 | 1/3/2023 |
4.3.0 | 1,186 | 11/19/2021 |
4.2.0 | 521 | 2/4/2021 |
4.1.0 | 722 | 11/18/2020 |
4.0.0 | 653 | 4/24/2020 |
3.0.1 | 825 | 8/6/2019 |
2.0.4 | 4,459 | 1/21/2019 |
2.0.3 | 814 | 1/10/2019 |
2.0.2 | 10,881 | 12/20/2018 |
2.0.1 | 1,012 | 10/11/2018 |
2.0.0 | 889 | 10/2/2018 |
1.0.1 | 916 | 9/23/2018 |
1.0.0 | 896 | 9/19/2018 |
1.0.0 Initial release
1.0.1 Improve ordering of mapped types by pre-ordering them (workaround for a bug in nHibernate v5.1.3 and below)
2.0.0 Improvements
- auxiliary database objects support multiple dialects (SQL Server, PostgreSQL, FireBird)
- Hibernate HiLo generator follows settings in model mapper
2.0.1 Bugfix
- AddSubResolverConditionally checked for CollectionResolver instead of the generic type
2.0.2 - Upgrade packages to latest version
- nHibernate (5.2.1) / nHibernate.Profiler (5.0.5031) / Remotion Linq (2.2.0)
Firebird (6.4.0), PostgreSQL (4.0.4) and SqlServer ADO.Net drivers (4.6.0)
Moq (4.10.1) and NUnit (3.11.0)
Stylecop (1.1.1-beta.61)
- Introduce support for caching (entities and associations) in SimpleModelMapper
2.0.3 - Upgrade packages to latest version
- nHibernate (5.2.2)
- Microsoft.SourceLink.GitHub (1.0.0-beta2-18618-05)
3.0.1 - Upgrade packages to latest version
- nHibernate (5.2.5) / NHibernateProfiler.Appender (5.0.5036)
Firebird (6.6.0), PostgreSQL (4.0.8) and SqlServer ADO.Net drivers (4.6.1)
Moq (4.12.0) and NUnit (3.13.0)
Stylecop (1.1.118)
Castle.Windsor (5.0.0)
- Add object context to AuditLogEventListener
- Support in repositories (LinqRepository, QueryOverRepository) for EmptyResultException
4.0.0 - Rework of IRepository / Repository / LinqRepository
* Remove ILinqRepository interface, prevent leakage of queries outside our repository
* improve documentation
* add LoadById member to IRepository
* Add support for Counting records
* Add Async support for LinqRepository
* Projecting an Entity to a Dto directly
- HbmMapping / Auxillary
* Including support for indices: covering / filtering for SQLServer / PostGre
* Better support for many-to-many default mapping
- Add a TContext type to the AuditLogEventListener
- Upgrade packages to latest version
* nHibernate (5.2.7)
* NHibernateProfiler.Appender (5.0.5043)
* Firebird (7.1.1)
* PostgreSQL (4.1.2)
* SqlServer ADO.Net drivers (4.8.0)
* Moq (4.13.1)
* NUnit (3.12.0)
* Castle.Windsor (5.0.1)
- re-arrange tests (namespaces, ..)
4.1.0 - Upgrade packages to latest version
* nHibernate (5.3.5)
** IsActive on ITransaction should be replaced by GetCurrentTransaction()?.IsActive
* NHibernateProfiler.Appender (5.0.5051)
* PostgreSQL (4.1.4)
* Moq (4.15.1)
* System.Runtime.CompilerServices.Unsafe (4.5.4)
* System.Diagnostics.DiagnosticSource (4.7.1)
* System.Threading.Tasks.Extensions (4.5.4)
* System.Data.SqlClient (4.8.2)
* log4net (2.0.12)
* Common Logging (3.4.1)
* use Common.Logging.Log4Net.Universal (1.0.0) package for bridge between Common.Logging an log4net
* Castle.Windsor (5.1.0)
4.2.0 - Upgrade packages to latest version
* Castle.Windsor 5.1.0 -> 5.1.1
* FirebirdSql.Data.FirebirdClient 7.5.0 -> 7.10.1
* Npgsql 4.1.4 -> 5.0.3
* NUnit 3.12.0 -> 3.13.1
* Moq 4.15.1 -> 4.16.0
* NHibernateProfiler.Appender 5.0.5051 -> 6.0.6019
* System.Diagnostics.DiagnosticSource 4.7.1 -> 5.0.1
- Introduce GetNextHi() in class HighLowPerTableAuxiliaryDatabaseObject
4.3.0 - Upgrade packages to latest version
* nHibernate 5.3.5 -> 5.3.10
* FirebirdSql.Data.FirebirdClient 7.10.1 -> 8.5.4
* Npgsql 5.0.3 -> 6.0.0
* System.Runtime.CompilerServices.Unsafe 5.0.0 -> 6.0.0
* System.Data.SqlClient 4.8.2 -> 4.8.3 (netstandard20)
* NUnit 3.13.1 -> 3.13.2
* Moq 4.16.0 -> 4.16.1
* NHibernateProfiler.Appender 6.0.6019 -> 6.0.6029
* System.Diagnostics.DiagnosticSource 5.0.1 -> 6.0.0
- Enhance Count, you can now use the Count functionality on a projection of TRoot
4.4.0 - Adjust life style for ISessionProvider / ISessionProviderAsync
- Add Commit(Async) / Rollback(Async) as save members (exception triage)
- Upgrade packages to latest version
* System.Data.SqlClient 4.8.3 -> 4.8.5 (CVE-2022-41064)