Problems with OpenWrap

Just starting with a tutorial , and everything goes smoothly until I hit the problem below.

It seems that openWrap has detected several log4net dlls on my system (which is one of the reasons I need openWrap!), But it does not give me a clear way to decide which dll I want.

What should I do?

Cheers,
Berry

command line output

C:\...\Documents\Projects\Library\openWrapProject>o add-wrap log4net  
# OpenWrap v1.0.0.0 ...\Projects\Library\openWrap\Project\wraps\_cache\openwrap-1.0.0.53270092\bin-net35\OpenWrap.dll']  
Wrap descriptor found.  
Project repository present.  
Trying to add package.  
Package log4net not found in repositories.  <=== this is in red  
Did you mean one of the following package?  <=== no choices presented, what to do??
+3
source share
1 answer

You have not added the nuget repository that log4net lives in. See how to do this wiki .

The instruction "you had in mind" should only be displayed if openwrap can guess a little about which package you had in mind.

+5
source

Source: https://habr.com/ru/post/1791918/


All Articles