0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 02, 2024 — Sep 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated Target Platform to x86 from Any so that the SQL Lite tests will pass. More... over 15 years ago
Committing changes More... over 15 years ago
Fix bug in ValidationAdapter More... over 15 years ago
Merge branch 'master' of github.com:codai/Sharp-Architecture More... almost 16 years ago
Updated Castle dependencies to be latest official release - not those from trunk More... almost 16 years ago
Updated build file to not use VCS build number for AssemblyInfo.cs More... almost 16 years ago
Within the VS project template, added ref to YourProject.AppServices layer to SharpArch.Core and added ref to YourProject.Tests to YourProject.AppServices More... almost 16 years ago
Update MvcContrib and added MvcContrib.FluentHtml to be included by default, with a web.config namespace inclusion, in VS generated projects More... almost 16 years ago
Upgraded all relevant dependencies such as NH, FNH and Rhino Mocks; updated VS Project Template; updated /VersionHistory.txt with all the details More... almost 16 years ago
Added note concerning latest changes More... almost 16 years ago
Fixed issue 14 for improving support of IEntityWithTypedId<> properties within EntityDuplicateChecker More... almost 16 years ago
Fixed issue 12 for improving model binder for collections of entities with GUIDs for Ids More... almost 16 years ago
Now returning ITransaction as IDisposable from DbContext.BeginTransaction; Fixed breaking unit test when building via go.bat More... almost 16 years ago
Modified VS template to use HiLo Id generation instead of identity; Added example convention-DB-schema for helping to build DB against VS generated project More... almost 16 years ago
Added appropriate credit in VersionHistory.txt for source of changes More... almost 16 years ago
Added many-to-many convention to VS project template and unit test to generate DB schema - see VersionHistory.txt for details More... almost 16 years ago
Got rid of extraneous line in config file More... almost 16 years ago
Merged Tom Cabanski's branch for upgrade of NHibernate and Fluent NHibernate. Upgrade guidance found in /VersionHistory.txt More... almost 16 years ago
Merged Tom Cabanski's branch for upgrade of NHibernate and Fluent NHibernate. Upgrade guidance found in /VersionHistory.txt. More... almost 16 years ago
Checked in effect of getting source with AutoCRLF=true More... almost 16 years ago
Modified build file to use build.number rather than build.vcs.number in the version target as the VCS number is a guid-like number in git More... almost 16 years ago
Make NHibernateSession.Storage public again. This allows, for example, a unit of work pattern where the storage is emptied after each request is completed. More... almost 16 years ago
Adding .gitignore. Whitespace changes due to autocrlf More... almost 16 years ago
Upgraded Sharp Architecture to use Fluent NHibernate 1.0 (Rev 593), NHibernate 2.1.0.4000 and NHibernate Linq 1.0 (Rev 4000). VS template and Northwind sample application were also updated. More... almost 16 years ago
Adding CLSCompliant attribute to remove warnings More... about 16 years ago
Adding CLSCompliant attributes to remove warnings More... about 16 years ago
Making ServiceHost public, as requested in Issue #117 More... about 16 years ago
Fix for Issue #118 More... about 16 years ago
Attempting to fix Issue #109. The Session property was incorrectly trying to get the SessionFactoryAttribute attached to this, instead of the entity being passed in More... about 16 years ago
Updating unit test to work with new NHibernateSession public interface More... about 16 years ago