Commit Graph

  • d3adf2c725 Implemented Import and Compile operations on DevEnv. master Torben Nehmer 2016-11-26 22:11:35 +0100
  • 566d727297 Tested DevEnv Interface, fixed up several Code Contract errors / misuses. Torben Nehmer 2016-11-25 22:32:34 +0100
  • 98a044e2de Added framework to call finsql synchronously. Captures all output and handles management of a temporary working directory which is created on the fly in the current GetTempPath location. Any result is read into memory and passed back to the caller. Added some timing and debugging output to trace calls to finsql.exe. TODO: Add an optional callback to optionally allow the caller to handle any additional files created in the working directory. Torben Nehmer 2016-11-23 22:26:36 +0100
  • 6c0d57303a Merge branch 'master' of https://github.com/torbennehmer/NAV-Source-Control.git Torben Nehmer 2016-11-22 23:04:31 +0100
  • 2536f7c80c Added support for code contracts (requires VS support!) Implemented Contracts into existing classes (yet incomplete especially with Interface implementations in NavObject). Otherwise it basically works. Started class for interfacing to finsql.exe. Torben Nehmer 2016-11-22 23:03:24 +0100
  • 8972de71a1 Added support for code contracts (requires VS support!) Implemented Contracts into existing classes (yet incomplete especially with Interface implementations in NavObject). Otherwise it basically works. Torben Nehmer 2016-11-22 23:03:24 +0100
  • 28dbc5c7fa Implemented helper methods, equality, comparison and similar tools to make handling of NavObjects easier. Reject objects with a Company Name set, which we don't support at this point (not sure if this would acutally make sense). Adapted test code. Torben Nehmer 2016-11-22 21:50:01 +0100
  • e2eb504261 Added SQL Interface to NAV Object table with support for serialization. Tested this. Torben Nehmer 2016-11-20 21:34:21 +0100
  • f816138188 CamelCase for Namespace Names Torben Nehmer 2016-11-20 16:24:39 +0100
  • 9b7f91363d Added base Project for the DLL with the actual code. Torben Nehmer 2016-11-20 15:44:36 +0100
  • 4a282e6b5d Changed default Project Namespace Torben Nehmer 2016-11-20 15:44:22 +0100
  • 3588c5359e Restructured Solution, command line app is now test host for the actual DLL. Torben Nehmer 2016-11-20 15:30:45 +0100
  • 98f235815b Optimized Configuration for log4net Torben Nehmer 2016-11-19 22:51:06 +0100
  • 9f324759cd Added basic log4net config file Torben Nehmer 2016-11-19 22:35:33 +0100
  • 04bfca789b Added log4net to Project. Torben Nehmer 2016-11-19 22:04:58 +0100
  • e3b3b9dd85 Initial Project Setup Torben Nehmer 2016-11-19 22:00:13 +0100