You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.IO.FileNotFoundException: 'Could not load file or assembly 'Mono.Options, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.'
If you encounter this issue, you have to change the references to Private: True.
@GoatLeywin ah it's been a while but do a global search ctrl+shift+f in your code and search for <reference Include= and that might help you find the file.
<Private>True</Private> is what you should add, I believe.
System.IO.FileNotFoundException: 'Could not load file or assembly 'Mono.Options, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.'
If you encounter this issue, you have to change the references to Private: True.
The text was updated successfully, but these errors were encountered: