zulip / zulip-csharp

A C# library for the Zulip API
MIT License
15 stars 16 forks source link

NetCore project doesn't reference when used in sample app #15

Closed penCsharpener closed 6 years ago

penCsharpener commented 6 years ago

not sure why but the namespace ZulipNetCore doesn't include any classes. They all seem to be inaccessible due to their protection level. However all classes and constructors are public.

Therefore until this is fixed I need the other Project ZulipClient to build the class library and test it in the SampleApp

priyank-p commented 6 years ago

I know why this is now working sending a fix.

penCsharpener commented 6 years ago

thanks @cPhost even though your PR didn't work you pointed me in the right direction. fixed with e477b26