Does anyone know if there are plans on supporting .NET Core in the future?

If not, and the sqlanywhere folks are reading this, this is a +1 to a request for support.

Reason:

Quite a few of our projects use .net services to perform various tasks. A lot of these services are not windows specific other than using .NET 4.5+ and SQL Anywhere, so to provide more flexibility to our customers I've started to investigate whether .NET core is an option.

Also fwiw, I note our usage of the .NET api for sqlanywhere is quite limited. We only use iAnywhere.Data.SQLAnywhere.SAConnection and any classes that it returns/requires.

asked 15 Aug '16, 21:58

Nick%20Brooks's gravatar image

Nick Brooks
668212537
accept rate: 33%

+1 for EF Core support. This is the official list of supported providers: https://docs.efproject.net/en/latest/providers/

(25 Aug '16, 06:14) Eivind Gussi...

We have been waiting for .NET Core 2.0 to be released as the prior version was both a little 'bare' and had no native support for VB.NET

Most of our current sites run on .NET 4.6.1 and either use the V4.5 (Policy.17.0.SAP.Data.SQLAnywhere.v4.5.dll)provider directly or though a web service that that uses the V4.5 provider...

As the MS documentation is a little confusing as to whether Core runs on 4.6.1, or alongside it, or some totally different arrangement I am given to believe that the V4.5 provider will also work with Core. Is that the case? Has anyone tested this yet?

We will be installing Core 2.0, and VS support for it, this Saturday whilst running the latest patch Tuesday updates. We then intend to re-write some of the older WebForms sites and update existing MVC ones

+1 from me

(14 Sep '17, 10:32) gchq

Is there any news about?

permanent link

answered 08 Jan '19, 09:38

Ada4ko's gravatar image

Ada4ko
262
accept rate: 0%

There are no current plans to support .NET CORE.

(10 Jan '19, 14:18) Chris Keating
Replies hidden
2

Can I read that as an official response from SAP?

(10 Jan '19, 20:54) Nick Brooks
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×76

question asked: 15 Aug '16, 21:58

question was seen: 5,060 times

last updated: 10 Jan '19, 20:54