[ https://issues.apache.org/jira/browse/AMQNET-585?focusedWorklogId=249322&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-249322 ]
ASF GitHub Bot logged work on AMQNET-585: ----------------------------------------- Author: ASF GitHub Bot Created on: 28/May/19 12:52 Start Date: 28/May/19 12:52 Worklog Time Spent: 10m Work Description: HavretGC commented on pull request #3: AMQNET-585: NMS AMQP .NetStd 2.0 Client Support URL: https://github.com/apache/activemq-nms-amqp/pull/3 - Add .NET Standard support - Add nuget package configuration - Update dependencies - Add Microsoft.NET.Test.Sdk to be able to run tests directly form VS - Get the directory containing the current test assembly properly - Fix race condition on .NET Core In previous implementation, CountDownLatch was instantiated after OpenResponse subscription was made. It might lead to race conditions when the connection was established before proper instance CountDownLatch was set. As a result attempt to call Connect would end up with timeout. For whatever reasons it wasn't a case with .NET Framework set as a target framework, but happens every single time when you try to run tests against .NET Core runtime. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 249322) Time Spent: 10m Remaining Estimate: 0h > NMS AMQP .NetStd 2.0 Client Support > ----------------------------------- > > Key: AMQNET-585 > URL: https://issues.apache.org/jira/browse/AMQNET-585 > Project: ActiveMQ .Net > Issue Type: New Feature > Reporter: Michael Andre Pearce > Priority: Major > Time Spent: 10m > Remaining Estimate: 0h > > As part of the NMS AMQP Client Rework, one outstanding task was to support > .NetStd 2 but this required NMS API to support it to. Now thats in place/PR, > this is to make NMS AMQP also build with .NetStd 2.0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)