Jozef Izso
bf4f5e17b2
Fix DateTime wrapper documentation
...
Fixes #45
2018-02-23 17:56:53 +01: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
Aaron Bamford
ac4a1c350d
Implement DeflateStreamFactory
2017-08-04 15:27:13 +01:00
Aaron Bamford
a8533615ea
Add Wrapper for System.Diagnostics.Stopwatch
2017-07-13 16:45:21 +01: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
f51eb237a2
Merge pull request #31 from TimHeinrich/master
...
Added missing method "GetTypes" on IAssembly
2017-06-09 21:11:05 +02:00
Jozef Izso
e16f6dc932
Add simple unit tests for SqlCommandFactory #33
2017-04-28 12:23:58 +02:00
Tim Heinrich
8a184efa39
Added missing method "GetTypes" on IAssembly
2017-02-24 13:31:09 +01:00
Chris Bush
b3da3857f6
Fix for #25 . Added CopyTo methods for IStream
2017-02-16 15:01:07 -05: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
Chris Bush
47f6b07c23
Added async read/write/flush methods to IStream
2017-02-16 05:54:44 -05:00
Chris Bush
d33f26ce36
Added missing methods for IEnvironment
2017-02-16 05:39:16 -05:00
Jozef Izso
353c5cd4f9
Add documentation for FileVersionInfo wrappers and refactor unit tests
2017-01-22 14:12:14 +01:00
Jozef Izso
b383d2c83d
Added wrapper for FileVersionInfo ( #22 )
...
Implementing FileVersionInfo wrapper from original pull request #20 .
2017-01-22 13:06:39 +01:00
Jozef Izso
a9777d195e
Update documentation for Assembly implementations
2017-01-18 22:19:25 +01:00
Jozef Izso
a426597e4b
Added ZipFile wrappers ( #19 )
...
Also added a Rebracer file with project specific settings
2017-01-18 22:10:31 +01:00
Jozef Izso
2309f4a3b5
Add AssemblyFactory implementation. ( #18 )
2017-01-18 22:10:31 +01:00
Jozef Izso
4bc503d4c1
Implement Environment.GetFolderPath() methods #14
2017-01-17 18:44:40 +01:00
Jozef Izso
e83aa14705
Implement wrapper for Environment.ExpandEnvironmentVariables() method #14
2017-01-17 18:27:11 +01:00
Christian Schuster
fc571befae
Add Assembly.Load method to IAssembly
...
Assembly.Load(String) overload added to IAssembly and implement in AssemblyWrap class.
2016-07-13 13:22:38 +02:00
Neil McGuire
a98de56238
Add File.ReadLines() ( #11 )
...
Add File.ReadLines() and File.AppendAllLines() to the interface and wrapper
Resolves Issue #10
2016-05-27 15:18:26 +02:00
Jozef Izso
b14725ec38
Reformatted code in IConfiguration and ConfigurationWrap classes.
2016-03-12 14:07:50 +01:00
Jozef Izso
e45d88a55b
Merge branch 'chrischu/configuration'
...
* chrischu/configuration:
Added interface and wrapper for System.Configuration.Configuration.
2016-03-12 14:02:00 +01:00
Jozef Izso
69b98257b2
Release v0.10 - dropped support for .NET 4.0
2016-03-12 12:18:34 +01:00
Jozef Izso
7ec4e84baf
Create NuGet packages in psake script when building on AppVeyor.
2016-03-12 11:54:10 +01:00
Jozef Izso
324b6df399
Merge branch 'develop'
...
* develop: (25 commits)
Added correct platform to the build script.
Build NuGet packages on AppVeyor and push packages to NuGet when tagging releases.
Exclude obj and bin directories from files included in NuGet packages.
Cache packages folder based on the packages.config files.
Use only normal verbosity when building solution.
Fixed path for AssemblySharedInfo.cs file.
Migrated NuGet to use automatic package restore.
Updated AppVeyor build config.
Added WorkingDirectory property
Updated version to 0.7.0.1
Added RedirectStandardOutput property
Updated comment section of members not yet implemented
Added StandardOutput property to IProcess
Reformatted code to match the code style.
Cleaned up code formatting.
Removed white space at the end of lines.
Huge code cleanup.
Do not warn about unused references.
Removed white space at the end of lines.
White space cleanup (tabs to spaces).
...
2016-03-12 11:53:24 +01:00
rhyous
e17647e980
Added UnitTests and completed wrap
2016-03-11 14:27:17 -07:00
rhyous
a8084bfafb
Update SmtpClient internface and wrapper
2016-03-11 10:27:23 -07:00
Christian Schuster
7424615220
Added interface and wrapper for System.Configuration.Configuration.
2016-03-06 19:14:54 +01:00
Jozef Izso
7586873748
Added nuspec files to projects.
2016-01-30 11:58:59 +01:00
Jozef Izso
8d0e81e8e6
Release 0.9.0.0
2016-01-30 11:26:11 +01:00
Chamalo
03462e1000
Added bunch of interfaces (IO, Net, X509, Xml, Data, ActiveDirectory)
2016-01-30 07:42:52 +01:00
Jozef Izso
930ad4f53f
Exclude obj and bin directories from files included in NuGet packages.
2015-11-27 21:34:42 +01:00
Jozef Izso
7a8df84de3
Merged branch 'origin/master' into develop
...
* origin/master:
IStreamWriter derives from IDisposable - allows seamless usage in using statements
Added definition for Directory.EnumerateFiles() method and overloads from .NET 4.5 and 4.6. Fixes #1
Added AssemblyName.ToInterface() extension method.
Reformatted IAssemblyName file.
Added Codealike tracking ID.
2015-11-27 16:24:53 +01:00
gpomykala
fece207569
IStreamWriter derives from IDisposable - allows seamless usage in using statements
2015-11-24 17:44:04 +01:00
Severin Friede
2b2aa81b58
Added WorkingDirectory property
2015-09-29 08:34:09 +02:00
Severin Friede
7d101325d5
Added RedirectStandardOutput property
2015-09-28 18:17:22 +02:00
Severin Friede
95fb6e714e
Updated comment section of members not yet implemented
...
Removed StandardOutput from comment section
2015-09-28 17:59:28 +02:00
Severin Friede
9bb72ab955
Added StandardOutput property to IProcess
...
Improved IProcess, ProcessWrap and unit tests.
2015-09-28 17:52:52 +02:00
Jozef Izso
65586421bd
Added definition for Directory.EnumerateFiles() method and overloads from .NET 4.5 and 4.6.
...
Fixes #1
2015-09-17 21:36:14 +02:00
Jozef Izso
c65c4cfd34
Reformatted IAssemblyName file.
2015-05-17 00:24:20 +02:00
Jozef Izso
450f1d472f
Huge code cleanup.
2014-11-01 21:47:00 +01:00
Jozef Izso
480069aab9
Removed white space at the end of lines.
2014-11-01 20:26:06 +01:00
Jozef Izso
55141f6ac3
White space cleanup (tabs to spaces).
2014-11-01 20:18:06 +01:00
Jozef Izso
28860349df
CurrentManagedThreadId is only available in .NET 4.5.
2014-11-01 01:52:19 +01:00
Jozef Izso
597aa25b46
WorkingSet property.
2014-11-01 01:31:23 +01:00
Jozef Izso
16658d74a6
Version property.
2014-11-01 01:27:49 +01:00
Jozef Izso
1226bf7751
UserName property.
2014-11-01 01:26:27 +01:00