dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.32k stars 4.74k forks source link

ADOMD.NET support for .NET Core #28497

Closed twenzel closed 4 years ago

twenzel commented 5 years ago

This is a follow up for dotnet/runtime#22182.

When does MS provide a client library to connect to SSAS supporting .NET Core/.netstandard? At the moment the only option to query cubes is the unofficial adomd.net client.

There must be a library from Microsoft that can access SSAS.

Wraith2 commented 5 years ago

Would it not be better to ask the group in charge of developing the SSAS package? This repo is developing .net core itself which is essentially the BCL and some core packages. Upstream consumers are free to consume or not as they wish.

twenzel commented 5 years ago

Unfortunately, I don't have any contact for this group.

karelz commented 5 years ago

Duplicate of dotnet/runtime#22182