S-C-O-U-T / Pyadomd

A pythonic approach to query SSAS data models.
https://pyadomd.readthedocs.io/en/latest/index.html
Apache License 2.0
25 stars 6 forks source link

using NetCore version #3

Open bowerth opened 3 years ago

bowerth commented 3 years ago

Hello,

This is not an issue but rather a request: have you tested using the .NET Core ADOMD package? This would allow extending usage to platforms other than Windows.

Cheers

S-C-O-U-T commented 3 years ago

Hi,

Yup I have considered that, and it would make sense to include that. However, the project are using the Pythonnet project for interfacing with .net dll, and that project is not supporting .net core, yet.

In other words, when the Pythonnet project is supporting .net core, this project should also support .net core :-)

Thanks

amueller commented 2 years ago

Hey! It looks to me like pythonnet is now supporting .net core. Is that correct? If so, what's the work involved to make this lib work with .net core?