AlexaSkillsKit.NET icon indicating copy to clipboard operation
AlexaSkillsKit.NET copied to clipboard

Does this work in .NET Core 2.0?

Open tlanzer opened this issue 7 years ago • 5 comments

This package won't install for me into a .NET Core 2.0 project in VS 2017. Is this known. I just get a vague "The given key was not present in the dictionary." error.

tlanzer avatar Jan 23 '18 00:01 tlanzer

Current version of the package targets .NET Framework 4.5 - 4.7 and doesn't not work with .NET Core 2.0. We're working on adding support for .NET Core.

stefann42 avatar Jan 23 '18 00:01 stefann42

FYI, after reading about the Nuget issues in the VS 15.4 update which were fixed in 15.5 (https://developercommunity.visualstudio.com/content/problem/128974/error-occured-while-restoring-nuget-packages-1.html), I updated my VS to 15.5 and my error went away. Thanks for letting me know it doesn't support .NET Core, though.

tlanzer avatar Jan 23 '18 02:01 tlanzer

@ElvenMonky here's a discussion from another library for how they evolved their package to support .NET Core https://github.com/jwt-dotnet/jwt/pull/72. We should do something similar.

stefann42 avatar Jan 23 '18 04:01 stefann42

Isn't it a duplicate of #20? @tonysurma's repo follows this approach with slightly better backwards compatibility (.Net Standard 1.1 is compatible with .Net Framework 4.5 and VS 2013). Support of VS 2012 will be dropped anyway, but I think it's ok.

ElvenMonky avatar Jan 23 '18 13:01 ElvenMonky

What's the likelihood of updating this to .Net Standard 2.0. I've updated this so I can start using it in .Net Core Azure Functions.

mikelor avatar Jun 12 '18 21:06 mikelor