microsoft / GraphEngine

Microsoft Graph Engine
MIT License
2.2k stars 328 forks source link

Using generated C# "struct" classes in a Xamarin Android app? #339

Open mwherman2000 opened 2 years ago

mwherman2000 commented 2 years ago

I'd like to be able to use the generated C# classes from a common set of TSL structs in both a Xamarin Android app and an ASP.NET/Blazor web app.

Has anyone tried this? ....any suggestions?

TaviTruman commented 1 year ago

@mwherman2000 Hi did you ever get an answer to your question; I am looking into this myself, as I have a similar need.

mwherman2000 commented 1 year ago

No, I ended up recoding the structures I needed in my Android client app.

TaviTruman commented 1 year ago

@mwherman2000 Yeah, I have done that myself; I've been experimenting with a few things to retain the generated code. I will add this capability to the Ideas section in the Discussions part of the repo. Thanks for the reply.

mwherman2000 commented 1 year ago

@TaviTruman please do :-)