-
Notifications
You must be signed in to change notification settings - Fork 238
.Net Core support #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Updated packages to latest version Removed ununsed dependencies
Added targets net45 and netstandard1.6. Integrated nuspec info in project.json Bump version to 1.0.5
… is not implemented on .NetCore 1.0 for Unix/MacOs
…(same as project.json)
|
I added an AppVeyor build on my side: https://ci.appveyor.com/project/gpailler/slackapi appveyor.yaml |
|
Hey @gpailler , I'm working on this in the |
|
Great! |
|
I'm currently having some trouble getting IntegrationTests to work again with it from Visual Studio, don't suppose you have some insight on that? :( |
|
When I tested, IntegrationTests worked fine (I added a DLL reference to SlackAPI instead project refrence and IntegrationTests project was still compiled with .NetFramework). As I remember, only one test was failing |
|
Did you tried to checkout my branch directly? You experience same troubles? |
|
Not sure, I'll take a closer look at it later as it's currently almost 6AM my time. |
|
Hey @gpailler , Seeing as I haven't touched this in months, I'm starting to think it makes sense to add other collaborators to the project to help get things moving again. Would you be open to being added as a collaborator on this to help out? |
|
Yes sure. I can help for this PR, on this AppVeyor CI and more globally on the project if you want |
|
I'd prefer more globally, I'm realizing that I just don't have the amount On Tue, Sep 27, 2016, 06:27 Grégoire Pailler notifications@github.com
|
|
Sure. I'm quite busy too but I'll do my best to contribute and help maintaining the project |
|
@gpailler Build FAILED. |
|
Seems Newtonsoft assembly is missing. You followed the steps with |
|
Hi @gpailler indeed, here's what I did found this on appveyor ci buildgit clone -q https://github.com/gpailler/SlackAPI.git c:\git\slackapi then I tried thisdotnet restore And got the following output |
|
According the log, I think you're not on the netcore1 branch because |
|
Thanks for the quick update @gpailler Now it fails on the restore |
|
I don't really now what's wrong but I think you can pick a compiled nuget package here if you need it now: https://ci.appveyor.com/project/gpailler/slackapi/build/1.0.5.5/artifacts |
|
any chance that you can make it work for uap 10.0 as well? Install-Package : Package SlackAPI 1.0.5 is not compatible with uap10.0 (UAP,Version=v10.0). Package SlackAPI 1.0.5 supports:
|
|
Maybe you can try this solution: http://stackoverflow.com/questions/38315273/cannot-reference-net-core-library-from-uwp. |
|
Replaced with #91 |
I updated SlackAPI code to support .NetCore 1.0
SlackApi is now multi-targeted for .NetFramework 4.5 (as before) and .NetStandard 1.6 (used by .NetCore 1.0)
Here is summary of changes:
Points or attention:
How to build: