I'm trying to connect Microsoft SQL Server Analysis server ( SSAS ) from .net core. At first I tried using Microsoft.AnalysisServices.AdomdClient
, but it's not compatible with .net core.
Is there a way to reach SSAS and fetch some data in any other way using .net core?