1
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 2 days ago.
Sep 19, 2025 — Sep 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixing bug in test. More... over 11 years ago
Fixing bug that came up with the last set of updates to the IoC container. Wouldn't show up in tests because of the way that VS creates test dlls and handles testing... More... over 11 years ago
Finished with embedded resource files. More... over 11 years ago
Fixed some of the unit tests and resource file system is a bit more complete. Still need to handle resx files though. More... over 11 years ago
Started adding resource file system. Needs a bit of work as I need to be able to deal with embedded resources or items in resx files. More... over 11 years ago
Added the ability to compile multiple classes and just receive the results. AOP manager now allows creating multiple classes at once. Changed ORM code to take advantage of the above. Should speed things up a bit at startup. Fixed a couple of unit tests. More... over 11 years ago
Updated packages. More... over 11 years ago
[no comment] More... over 11 years ago
Added Guid generator. Updated some packages. More... over 11 years ago
Fixing issue with multithreaded race issues with some of the tests. More... over 11 years ago
Minor updates. More... over 11 years ago
Finishing up code to get structure of source database. More... over 11 years ago
Cleaning up the schema generator for SQL Server. Should improve startup time and tests a bit when it's done. Added For extension for IList objects that also passes in the items location in the list to the Action or Func. More... over 11 years ago
Updated packages. More... over 11 years ago
Worked on cleaning up the bootstrapper/IoC container. More... over 11 years ago
Apparently I did not have the cache set up for static analysis. Fixed where I found the issue. More... over 11 years ago
Added doxygen files. Also updated IntegrationTests file to work with Visual Studio 2013 MSBuild... More... over 11 years ago
[no comment] More... over 11 years ago
Package updates (fixing nuget restore issues) More... over 11 years ago
Fixed potential bug in profiler if current isn't set to anything. More... over 11 years ago
Fixing unit tests. More... over 11 years ago
Updated packages. Fixing a couple of tests. More... over 11 years ago
Quick fix for serialization. More... over 11 years ago
Pushed changes to nuget. More... over 11 years ago
Package updates. More... over 11 years ago
Pushed updates. More... over 11 years ago
Fixing issue with mapped items in ORM. More... over 11 years ago
Updating packages. Updating parameters, reducing assignment code. More... over 11 years ago
Screwed up and didn't update to the correct version of MVC yesterday... Also ORM needs it since it uses Validation... More... over 11 years ago
Updated unit tests. Unforunately this library was not designed for multithreading support in mind for this version so updating xunit breaks the SQL tests... Version 4.0 on the other hand handles it without issue really. Updated packages and added MVC package where appropriate. Fixed bug with SQL parameters and ORM columns that had non alphanumeric characters. Basically things other than [a-zA-Z0-9_@]. More... over 11 years ago