unchase / Unchase.Odata.Connectedservice

:scroll: A Visual Studio extension for connecting to OData services with generating client-side C# proxy-classes
Apache License 2.0
44 stars 13 forks source link

Cannot find OrgConext #36

Closed HASSEN-MEDDEB-ATOS closed 4 years ago

HASSEN-MEDDEB-ATOS commented 4 years ago

Hello,

I have migrated my projet from .NET Framework to .NET Core, WCF is not fully supported by .NET Core. that's why I orientated to Unchase.Odata.Connectedservice but when i generate oData, i don't find OrgContext in Reference.cs

Appreciate any assistance or suggestions. Thank you

unchase commented 4 years ago

Hi, @HASSEN-MEDDEB-ATOS

To help you, I need the content of the metadata (xml) generated by OData.

HASSEN-MEDDEB-ATOS commented 4 years ago

Hello @unchase

can you give me your mail please, i can't upload xml file in this Form

Best regards

HASSEN-MEDDEB-ATOS commented 4 years ago

Hello again,

I have sent the file to this mail spiritkola@hotmail.com

Cordially

unchase commented 4 years ago

The Connected Service generates only those classes (contexts) that are in the metadata file. If OrgContext is not in the metadata, then it will not be in the generated client code. Perhaps he has a different name.