Граф коммитов

247 Коммитов

Автор SHA1 Сообщение Дата
Jozef Izso 5fc32f1f21 Update list of authors 2018-09-07 17:59:38 +02:00
Jozef Izso 51dcb47f83 Update git ignore settings 2018-09-07 17:52:50 +02:00
Alex Leendertsen d5172c4b16 ZipFileExtensions (#53)
Allows for use of ZipFileExtensions without accessing the Instance property.
2018-09-07 09:26:31 +02:00
Jozef Izso dfddfa2cea Release v0.24 2018-02-23 21:02:06 +01:00
Jozef Izso bcabcca93d Merge branch 'develop'
* origin/develop:
  Fix DateTime wrapper documentation Fixes #45
  Pass Encoding parameter to the ZipFile.Open method Fixes #47
  Added link to NuGet badge (#43)
  Fix disposable pattern to allow to protect behavior when inherited (#39)
2018-02-23 21:00:54 +01:00
Jozef Izso bf4f5e17b2 Fix DateTime wrapper documentation
Fixes #45
2018-02-23 17:56:53 +01:00
Jozef Izso abe93d5333 Pass Encoding parameter to the ZipFile.Open method
Fixes #47
2018-02-23 17:55:29 +01:00
Jozef Izso eccb0c833c Merge branch 'master' into develop
* master:
  Release v0.23
  Add airzy91 as author
2018-02-23 17:24:08 +01:00
Julian Verdurmen b744a62f1b Added link to NuGet badge (#43) 2018-01-12 21:17:17 +01:00
Amaury Levé 5e4475a30c Fix disposable pattern to allow to protect behavior when inherited (#39) 2017-10-14 14:04:39 +02:00
Jozef Izso 0601a0fbb8 Release v0.23 2017-10-11 18:02:39 +02:00
Jozef Izso d216d7d57f Add airzy91 as author 2017-10-11 18:02:23 +02:00
Jozef Izso d8158ecd82 Merge branch 'develop'
* develop:
  Implement StreamWriterFactory (#42)
  Implement a ZipArchiveFactory (#41)
  Added a Kill method to ProcessWrap. (#40)
2017-10-11 18:01:13 +02:00
airzy91 3809cd173e Implement StreamWriterFactory (#42) 2017-10-10 18:19:43 +02:00
airzy91 8ee594a696 Implement a ZipArchiveFactory (#41) 2017-10-10 18:19:25 +02:00
Andrew Newcomb bd9a53410d Added a Kill method to ProcessWrap. (#40)
* Added a Kill method to ProcessWrap.

Given that the Kill and WaitForExit methods on ProcessWrap just pass
through to the underlying process I'm not sure the tests provide much
benefit. The tests start a process that runs a cmd file with a known timeout.
Also corrected some namespaces.

* Removed the integration tests that actually started a process. The Kill_throws_expected_exception_if_process_not_started test is enough to show that ProcessWrap.Kill calls Process.Kill.

* Removed a constant that is no longer needed.
2017-10-10 18:18:47 +02:00
Jozef Izso 605c373fbf Release v0.22 2017-08-13 22:26:11 +02:00
Jozef Izso d7c8ffc88d Rename the DeflateStreamFactory test #38 2017-08-13 22:25:09 +02:00
Jozef Izso 73b211613a Merge pull request #38 from airzy91/master
Implement DeflateStreamFactory
2017-08-13 22:10:01 +02:00
Aaron Bamford ac4a1c350d Implement DeflateStreamFactory 2017-08-04 15:27:13 +01:00
Jozef Izso 5a63b42589 Merge pull request #37 from airzy91/master
Add Wrapper for System.Diagnostics.Stopwatch
2017-07-13 22:11:42 +02:00
Aaron Bamford a8533615ea Add Wrapper for System.Diagnostics.Stopwatch 2017-07-13 16:45:21 +01:00
Jozef Izso 09699513c2 Release v0.21 2017-07-03 14:15:56 +02:00
Jozef Izso 4a7ea25da9 Merge branch 'develop'
* develop:
  Implement IDisposable, and define CopyTo on IDeflateStream
  Add test for IAssembly.GetTypes() wrapper
2017-07-03 14:15:11 +02:00
Jozef Izso 39569beaf0 Implement IDisposable on IDeflateStream
Merge pull request #36 from airzy91/feature/IDisposeableOnIDeflateStream
2017-06-23 14:03:16 +02:00
Aaron Bamford ae72dfcb6b Implement IDisposable, and define CopyTo on IDeflateStream
To party address #35
2017-06-20 11:58:50 +01:00
Jozef Izso a052017fd2 Add test for IAssembly.GetTypes() wrapper 2017-06-09 21:46:33 +02:00
Jozef Izso f51eb237a2 Merge pull request #31 from TimHeinrich/master
Added missing method "GetTypes" on IAssembly
2017-06-09 21:11:05 +02:00
Jozef Izso 4abb85d988 Release v0.20 2017-04-28 12:52:05 +02:00
Jozef Izso 7b92d0dac6 Merge branch 'develop'
* develop:
  Add simple unit tests for SqlConnectionFactory #33
  Add simple unit tests for SqlCommandFactory #33
  Add unit test method template
  Add missing SqlClient classes to project. #33
2017-04-28 12:48:02 +02:00
Jozef Izso 393b4fb3ac Add simple unit tests for SqlConnectionFactory #33 2017-04-28 12:44:24 +02:00
Jozef Izso e16f6dc932 Add simple unit tests for SqlCommandFactory #33 2017-04-28 12:23:58 +02:00
Jozef Izso 574e952fc1 Add unit test method template 2017-04-28 12:23:44 +02:00
Jozef Izso 13bafc215a Add missing SqlClient classes to project. #33 2017-04-28 12:12:52 +02:00
Tim Heinrich 8a184efa39 Added missing method "GetTypes" on IAssembly 2017-02-24 13:31:09 +01:00
Jozef Izso 7f82258478 Release v0.19 2017-02-16 21:14:27 +01:00
Jozef Izso 2d349437e0 Merge branch 'master' into develop
* master:
  Release v0.18
2017-02-16 21:12:44 +01:00
Jozef Izso bb80df254e Merge branch 'develop' of https://github.com/jozefizso/SystemWrapper into develop
* 'develop' of https://github.com/jozefizso/SystemWrapper:
  Fix for #25. Added CopyTo methods for IStream
  Fix for #15. Added CopyTo methods to IStream
2017-02-16 21:11:41 +01:00
Jozef Izso 577edc8c1b Merge pull request #29 from cjbush/feature/25-istream_copyto
Fix for #25. Added CopyTo methods to IStream
2017-02-16 21:11:09 +01:00
Chris Bush 9ab51ecc6f Merge branch 'feature/25-istream_copyto' of https://github.com/cjbush/SystemWrapper into feature/25-istream_copyto 2017-02-16 15:01:18 -05:00
Jozef Izso aa123506f2 Release v0.18 2017-02-16 21:01:09 +01:00
Chris Bush b3da3857f6 Fix for #25. Added CopyTo methods for IStream 2017-02-16 15:01:07 -05:00
Chris Bush 5129d75bb5 Fix for #15. Added CopyTo methods to IStream 2017-02-16 14:59:40 -05:00
Jozef Izso ceba6e3f35 Merge branch 'develop'
* develop:
  Improve tests for SetEnvironmentVariable/GetEnvironmentVariable methods
  Reverted Rebracer.xml
  Reverted Rebracer file
  Added async read/write/flush methods to IStream
2017-02-16 20:56:41 +01:00
Jozef Izso 10978c6bb0 Improve tests for SetEnvironmentVariable/GetEnvironmentVariable methods 2017-02-16 20:53:36 +01:00
Jozef Izso 230391a3db Merge pull request #28 from cjbush/feature/istream-async
Added async read/write/flush methods to IStream
2017-02-16 20:46:37 +01:00
Jozef Izso e774ba7792 Merge pull request #27 from cjbush/feature/14-environment_api
Added missing methods for IEnvironment (Fix for #14)
2017-02-16 20:43:50 +01:00
Chris Bush 6360d9f98f Reverted Rebracer.xml 2017-02-16 06:02:01 -05:00
Chris Bush 4087179617 Reverted Rebracer file 2017-02-16 05:57:22 -05:00
Chris Bush 47f6b07c23 Added async read/write/flush methods to IStream 2017-02-16 05:54:44 -05:00