Re: NMS 1.8.0 SessionExtensions not defined on .NET Framework

2019-12-02 Thread W B D
Created as AMQNET-631 https://issues.apache.org/jira/browse/AMQNET-631 - thanks! On Thu, Nov 28, 2019 at 12:16 PM Krzysztof wrote: > Hi, > > We must have missed that during the work on .net standard migration. Feel > free to submit the issue >

Re: NMS 1.8.0 SessionExtensions not defined on .NET Framework

2019-11-28 Thread Krzysztof
Hi, We must have missed that during the work on .net standard migration. Feel free to submit the issue https://issues.apache.org/jira/projects/AMQNET/summary and we can expose this api back again. Krzysztof Porebski On Thu, Nov 28, 2019 at 9:02 PM W B D wrote: > I have tried updating the

NMS 1.8.0 SessionExtensions not defined on .NET Framework

2019-11-28 Thread W B D
I have tried updating the Apache.ActiveMQ.NMS Nuget package to 1.8.0 in my project, and am getting build errors indicating that the GetDestination method is not available on ISession. This method is defined in the SessionExtensions class, but it is conditionally compiled only if the symbol MONO