Advertisement
Guest User

Untitled

a guest
May 25th, 2016
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. Restoring NuGet packages...
  2. To prevent NuGet from restoring packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages during build.'
  3. 1>------ Rebuild All started: Project: Discord.Net, Configuration: Debug Any CPU ------
  4. 1> Discord.Net -> C:\nadekonew\nadekobot\discord.net\src\Discord.Net.Net45\bin\Debug\Discord.Net.dll
  5. 2>------ Rebuild All started: Project: Discord.Net.Commands, Configuration: Debug Any CPU ------
  6. 3>------ Rebuild All started: Project: Discord.Net.Audio, Configuration: Debug Any CPU ------
  7. 2> Discord.Net.Commands -> C:\nadekonew\nadekobot\discord.net\src\Discord.Net.Commands.Net45\bin\Debug\Discord.Net.Commands.dll
  8. 4>------ Rebuild All started: Project: Discord.Net.Modules, Configuration: Debug Any CPU ------
  9. 4> Discord.Net.Modules -> C:\nadekonew\nadekobot\discord.net\src\Discord.Net.Modules.Net45\bin\Debug\Discord.Net.Modules.dll
  10. 3> Discord.Net.Audio -> C:\nadekonew\nadekobot\discord.net\src\Discord.Net.Audio.Net45\bin\Debug\Discord.Net.Audio.dll
  11. 5>------ Rebuild All started: Project: NadekoBot, Configuration: Debug Any CPU ------
  12. 5>C:\nadekonew\nadekobot\NadekoBot\Modules\Administration\Commands\InfoCommands.cs(89,107,89,112): error CS1061: 'string' does not contain a definition for 'Value' and no extension method 'Value' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)
  13. 5>C:\nadekonew\nadekobot\NadekoBot\Modules\Administration\AdministrationModule.cs(989,55,989,60): error CS1061: 'string' does not contain a definition for 'Name' and no extension method 'Name' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)
  14. 5>C:\nadekonew\nadekobot\NadekoBot\SQLite.cs(241,15,241,39): warning CS0649: Field 'SQLiteConnection._preserveDuringLinkMagic' is never assigned to, and will always have its default value false
  15. 6>------ Rebuild All started: Project: Tests, Configuration: Debug Any CPU ------
  16. 6>CSC : error CS0006: Metadata file 'C:\nadekonew\nadekobot\NadekoBot\bin\Debug\NadekoBot.exe' could not be found
  17. ========== Rebuild All: 4 succeeded, 2 failed, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement