Skip to content

Tags: PrashantJuluri/csharptest-net

Tags

v2.14.126.467

Removed bad tag

2.12.810.409

Release version 2.12.810.409

v1.11.924.348

Release version 1.11.924.348 - Missing CSBuild update

v1.11.426.305

Release version 1.11.426.305

v1.10.1124.358

Release v1.10.1124.358

* Introduction of the RpcLibrary
* Added GeneratedCode attributes to nested classes within the resource generator

v1.10.1024.336

*v1.10.1024.336*

  # Added CSharpTest.Net.Generators.exe to integrate with the CmdTool's VS integration:
    * Provides ResX loose-typed string formatting via simply using "{0}" in a resource string.
    * Provides ResX strong-typed string formatting via resource names like "Name(string x)"
    * Adds exception generation to resources via names like "NameException"
    * Exceptions can be derived from explicit type via comments: " : ArgumentException"
  # Added Crypto.ModifiedRijndael class to overload the construction of the of BCL's RijndaelManaged transform.  This allows you to specify non-AES-standard key lengths and encryption rounds supported by the Rijndael algorithm.
  # Added Formatting namespace to contain classes for string-based byte encoding.
    * Base64Stream - Streams data to a text format using base-64 encoding.
    * ByteEncoding - Provides a base abstract class/interface for encoding bytes.
    * HexEncoding - Converts a series of bytes to a string of hexidecimal charcters.
    * HexStream - Streams data to a text format using hexidecimal characters.
    * Safe64Encoding - Replaces AsciiEncoder, a base-64 derived encoding ('-_' instead of '+/=')
    * Safe64Stream - Streams data to a text format using the Safe64Encoding.
  # Extended the IEncryptDecrypt interface to support string encryption with a specified byte encoding.
  # Merged the 'Shared source' files with the Library

v1.10.913.269

Release version 1.10.913.269

added missing file - src\Tools\CSBuild\Test\Tests\Projects\SomeExe.sln

v1.10.607.213

Release version 1.10.607.213

v1.10.420.164

Release version 1.10.420.164

v1.9.1004.144

Released version 1.9.1004.144

Major updates include:
1. Removed dependency from Library to Logging so that they can be independently used.
2. Added a command-line interpreter and parser under Library.Commands
3. Added a WinForms cross-threaded event delegate class that prevents deadlocking
4. Added Library.Processes.ProcessRunner utility class for spawning a process and correctly collecting the Output
5. Added a few FileUtils to allow searching the environment path and granting full access on a file for a well-known account
6. Dropped usage of [DebuggerStepThrough] attribute
7. Added static methods on ArgumentList for Join, Parse, and Remove
8. Added an implementation of a SSL tunneling service for securing non-secure TCP/IP communications