Csutom Nuget Package Creation

  • Thread starter Thread starter Han MingYun
  • Start date Start date
H

Han MingYun

Guest
Recently, I created the nuget package and referred it in my another project . And it worked fine.

For now, I switched to another pc and resume to work. Source code of is in github, so I cloned the latest commit. But I can't see that it is working.

Actually, methods in my custom nuget are using http request to another api.

For now, if I call the nuget method, it prints the consoles before calling the api request inside nuget method. But fails after this (inside nuget mothod).

I thought that api was broken and checked it but it is not changed and still working if I create the test project that is using this api.

So, I think api call is not working correctly in my custom nuget methods.

Or there may be some setting issue that I am missing.

Problem is that my old pc is still working with this nuget package. Hope someone help me to resolve this issue.

Continue reading...
 
Back
Top