AMQNET-637 Collected changes to help move forward with 2.0.0

AMQNET-637 Collected changes to help move forward with 2.0.0

* Update SharpZipLib to 1.3.3 to address a security warning

* Remove unused variable name for an Exception that was not
  referenced in catch block

* Remove a timeout variable that was not referenced

* Fix tests using CreateMessageAsync and CreateTextMessageAsync
  as these do not exist in NMS 2.0.0

* Suppress compiler warning in various async tests that do not
  contain await, by awaiting Task.CompletedTask
12 files changed
tree: 617c60cd4a45f3f6f37baee6019625333438e18f
  1. docs/
  2. ext_bin/
  3. keyfile/
  4. src/
  5. test/
  6. .gitignore
  7. LICENSE.txt
  8. nms-openwire.sln
  9. NOTICE.txt
  10. package.ps1
  11. README.md
  12. RELEASE.md
README.md

Apache.NMS: The .NET Messaging Service Client API

For more information see http://activemq.apache.org/nms

Building

Visual Studio 2017 or above is required to build Apache.NMS. To build, launch Visual Studio with the nms.sln file and build the solution.

Testing

Tests use the NUnit Framework.

Documentation

NMS documentation is generated automatically using DocFX after build. Documentation files are available under folder:

<root_directory>\docs\_site