michaellperry / Assisticant

MIT License
36 stars 19 forks source link

Assisticant with .NET Standard (1.4) support #25

Closed 1iveowl closed 2 years ago

1iveowl commented 7 years ago

Any plans for Assisticant supporting .NET Standard?

1iveowl commented 7 years ago

I've added a PR #26

1iveowl commented 7 years ago

Hmm. Looking deeper at this, what I really wanted to do was to use .NET Standard as a replacement for the PCL in a Xamarin Forms based project, which is now becoming possible.

However, I now see that Assisticant is not yet available for Xamarin Forms. Are there any near terms plans for this?

I suppose that PR #26 enables .NET Standard for native Xamarin apps, but obviously not for Xamarin Forms.

michaellperry commented 7 years ago

Thank you. Yes, I had started down the path of porting Assisticant to .NET Standard 2.0. I will take a look at your PR and see if that solves the problems that I was having. This is the first step toward Xamarin.Forms support.

michaellperry commented 2 years ago

The Android and iOS libraries now use the Netstandard 1.4 build, not PCL.