[ 
https://issues.apache.org/jira/browse/AMQNET-565?focusedWorklogId=275149&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-275149
 ]

ASF GitHub Bot logged work on AMQNET-565:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 11/Jul/19 03:08
            Start Date: 11/Jul/19 03:08
    Worklog Time Spent: 10m 
      Work Description: killnine commented on issue #9: [AMQNET-565] - .net 
standard conversion, project reorganization
URL: 
https://github.com/apache/activemq-nms-openwire/pull/9#issuecomment-510310967
 
 
   **Unit Testing Update:**
   
   I did get unit tests running by standing up a local broker. I'd like to add 
something to the README for setting up local unit testing. 
   
   But here's some other open issues:
   
   * All the SqlServer tests were failing trying to execute distributed 
transactions. [I'm a bit confused as to whether this is an issue with the 
platform](https://github.com/dotnet/corefx/issues/2949) or simply because of 
how the tests are written. I'd appreciate some input, if possible.
   * There's some tests failing because of 'performance', but that's based 
solely on the number of handles opened during test execution. Not sure if its 
truly and issue.
   * There's at least a few tests failing because of domain logic that I can't 
really find (or maybe it's in the NMS API?). For example, a test should fail 
when setting a message property with an empty property name. However, I don't 
see any logic that would check that (in NMS API or OpenWire). 
   
   I just don't have enough familiarity with the codebase to know whether this 
is an issue with the transition to .net standard or if it's really just fragile 
tests.
 
----------------------------------------------------------------
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:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 275149)
    Time Spent: 5h 40m  (was: 5.5h)

> Dotnet core port 
> -----------------
>
>                 Key: AMQNET-565
>                 URL: https://issues.apache.org/jira/browse/AMQNET-565
>             Project: ActiveMQ .Net
>          Issue Type: New Feature
>          Components: ActiveMQ
>            Reporter: Wojtek Kulma
>            Priority: Major
>          Time Spent: 5h 40m
>  Remaining Estimate: 0h
>
> Apache.NMS.ActiveMQ should be ported for dotnet core. 
> For now the following error is rises:
> D:\RiderProjects\syncro [master ≡ +1 ~1 -1 !]> dotnet add package 
> Apache.NMS.ActiveMQ
> Microsoft (R) Build Engine version 15.1.1012.6693
> Copyright (C) Microsoft Corporation. All rights reserved.
>   Writing C:\Users\wkulma\AppData\Local\Temp\tmp9A2E.tmp
> info : Adding PackageReference for package 'Apache.NMS.ActiveMQ' into project 
> 'D:\RiderProjects\syncro\syncro.fsproj'.
> log  : Restoring packages for D:\RiderProjects\syncro\syncro.fsproj...
> info :   GET 
> https://api.nuget.org/v3-flatcontainer/apache.nms.activemq/index.json
> info :   CACHE https://api.nuget.org/v3-flatcontainer/fsharp.core/index.json
> info :   CACHE 
> https://api.nuget.org/v3-flatcontainer/fsharp.core/4.1.17/fsharp.core.4.1.17.nupkg
> info :   CACHE 
> https://api.nuget.org/v3-flatcontainer/fsharp.net.sdk/index.json
> info :   CACHE 
> https://api.nuget.org/v3-flatcontainer/fsharp.net.sdk/1.0.5/fsharp.net.sdk.1.0.5.nupkg
> info :   OK 
> https://api.nuget.org/v3-flatcontainer/apache.nms.activemq/index.json 611ms
> info :   GET 
> https://api.nuget.org/v3-flatcontainer/apache.nms.activemq/1.7.2/apache.nms.activemq.1.7.2.nupkg
> info :   OK 
> https://api.nuget.org/v3-flatcontainer/apache.nms.activemq/1.7.2/apache.nms.activemq.1.7.2.nupkg
>  481ms
> error: Package Apache.NMS.ActiveMQ 1.7.2 is not compatible with netcoreapp1.1 
> (.NETCoreApp,Version=v1.1). Package Apache.NMS.ActiveMQ 1.7.2 supports:
> error:   - net20 (.NETFramework,Version=v2.0)
> error:   - net35 (.NETFramework,Version=v3.5)
> error:   - net40 (.NETFramework,Version=v4.0)
> error: Package Apache.NMS 1.7.1 is not compatible with netcoreapp1.1 
> (.NETCoreApp,Version=v1.1). Package Apache.NMS 1.7.1 supports:
> error:   - net20 (.NETFramework,Version=v2.0)
> error:   - net20-cf (.NETFramework,Version=v2.0,Profile=CompactFramework)
> error:   - net35 (.NETFramework,Version=v3.5)
> error:   - net40 (.NETFramework,Version=v4.0)
> error: One or more packages are incompatible with .NETCoreApp,Version=v1.1.
> error: Package 'Apache.NMS.ActiveMQ' is incompatible with 'all' frameworks in 
> project 'D:\RiderProjects\syncro\syncro.fsproj'.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to