Advertisement
Guest User

Untitled

a guest
Apr 9th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.53 KB | None | 0 0
  1. mkdir -p build/
  2. nuget restore SteamAuth/SteamAuth/SteamAuth.sln
  3. Installing 'Newtonsoft.Json 11.0.1'.
  4. Added file 'Newtonsoft.Json.dll' to folder '/tmp/steamguard-cli/SteamAuth/SteamAuth/packages/Newtonsoft.Json.11.0.1/lib/net20'.
  5. Added file 'Newtonsoft.Json.xml' to folder '/tmp/steamguard-cli/SteamAuth/SteamAuth/packages/Newtonsoft.Json.11.0.1/lib/net20'.
  6. Added file 'Newtonsoft.Json.dll' to folder '/tmp/steamguard-cli/SteamAuth/SteamAuth/packages/Newtonsoft.Json.11.0.1/lib/net35'.
  7. Added file 'Newtonsoft.Json.xml' to folder '/tmp/steamguard-cli/SteamAuth/SteamAuth/packages/Newtonsoft.Json.11.0.1/lib/net35'.
  8. Added file 'Newtonsoft.Json.dll' to folder '/tmp/steamguard-cli/SteamAuth/SteamAuth/packages/Newtonsoft.Json.11.0.1/lib/net40'.
  9. Added file 'Newtonsoft.Json.xml' to folder '/tmp/steamguard-cli/SteamAuth/SteamAuth/packages/Newtonsoft.Json.11.0.1/lib/net40'.
  10. Added file 'Newtonsoft.Json.dll' to folder '/tmp/steamguard-cli/SteamAuth/SteamAuth/packages/Newtonsoft.Json.11.0.1/lib/net45'.
  11. Added file 'Newtonsoft.Json.xml' to folder '/tmp/steamguard-cli/SteamAuth/SteamAuth/packages/Newtonsoft.Json.11.0.1/lib/net45'.
  12. Added file 'Newtonsoft.Json.dll' to folder '/tmp/steamguard-cli/SteamAuth/SteamAuth/packages/Newtonsoft.Json.11.0.1/lib/netstandard1.0'.
  13. Added file 'Newtonsoft.Json.xml' to folder '/tmp/steamguard-cli/SteamAuth/SteamAuth/packages/Newtonsoft.Json.11.0.1/lib/netstandard1.0'.
  14. Added file 'Newtonsoft.Json.dll' to folder '/tmp/steamguard-cli/SteamAuth/SteamAuth/packages/Newtonsoft.Json.11.0.1/lib/netstandard1.3'.
  15. Added file 'Newtonsoft.Json.xml' to folder '/tmp/steamguard-cli/SteamAuth/SteamAuth/packages/Newtonsoft.Json.11.0.1/lib/netstandard1.3'.
  16. Added file 'Newtonsoft.Json.dll' to folder '/tmp/steamguard-cli/SteamAuth/SteamAuth/packages/Newtonsoft.Json.11.0.1/lib/netstandard2.0'.
  17. Added file 'Newtonsoft.Json.xml' to folder '/tmp/steamguard-cli/SteamAuth/SteamAuth/packages/Newtonsoft.Json.11.0.1/lib/netstandard2.0'.
  18. Added file 'Newtonsoft.Json.dll' to folder '/tmp/steamguard-cli/SteamAuth/SteamAuth/packages/Newtonsoft.Json.11.0.1/lib/portable-net40+sl5+win8+wp8+wpa81'.
  19. Added file 'Newtonsoft.Json.xml' to folder '/tmp/steamguard-cli/SteamAuth/SteamAuth/packages/Newtonsoft.Json.11.0.1/lib/portable-net40+sl5+win8+wp8+wpa81'.
  20. Added file 'Newtonsoft.Json.dll' to folder '/tmp/steamguard-cli/SteamAuth/SteamAuth/packages/Newtonsoft.Json.11.0.1/lib/portable-net45+win8+wp8+wpa81'.
  21. Added file 'Newtonsoft.Json.xml' to folder '/tmp/steamguard-cli/SteamAuth/SteamAuth/packages/Newtonsoft.Json.11.0.1/lib/portable-net45+win8+wp8+wpa81'.
  22. Added file 'LICENSE.md' to folder '/tmp/steamguard-cli/SteamAuth/SteamAuth/packages/Newtonsoft.Json.11.0.1'.
  23. Added file 'Newtonsoft.Json.11.0.1.nupkg' to folder 'Newtonsoft.Json.11.0.1'.
  24. WARNING: 'Newtonsoft.Json.11.0.1/Newtonsoft.Json.11.0.1.nupkg' already exists. Skipping...
  25. Successfully installed 'Newtonsoft.Json 11.0.1'.
  26. mcs -target:library -out:build/SteamAuth.dll -r:SteamAuth/SteamAuth/packages/Newtonsoft.Json.7.0.1/lib/net45/Newtonsoft.Json.dll SteamAuth/SteamAuth/APIEndpoints.cs SteamAuth/SteamAuth/AuthenticatorLinker.cs SteamAuth/SteamAuth/Confirmation.cs SteamAuth/SteamAuth/SessionData.cs SteamAuth/SteamAuth/SteamGuardAccount.cs SteamAuth/SteamAuth/SteamWeb.cs SteamAuth/SteamAuth/TimeAligner.cs SteamAuth/SteamAuth/UserLogin.cs SteamAuth/SteamAuth/Util.cs SteamAuth/SteamAuth/Properties/AssemblyInfo.cs
  27. SteamAuth/SteamAuth/SteamGuardAccount.cs(343,20): warning CS0219: The variable `referer' is assigned but its value is never used
  28. SteamAuth/SteamAuth/SteamGuardAccount.cs(363,20): warning CS0219: The variable `referer' is assigned but its value is never used
  29. SteamAuth/SteamAuth/SteamGuardAccount.cs(384,20): warning CS0219: The variable `referer' is assigned but its value is never used
  30. SteamAuth/SteamAuth/UserLogin.cs(71,38): warning CS0219: The variable `secureRandom' is assigned but its value is never used
  31. Compilation succeeded - 4 warning(s)
  32. cp SteamAuth/SteamAuth/packages/Newtonsoft.Json.7.0.1/lib/net45/Newtonsoft.Json.dll build/
  33. mcs -out:build/steamguard -r:build/SteamAuth.dll -r:build/Newtonsoft.Json.dll -r:/usr/lib/mono/4.5/System.Security.dll Program.cs Manifest.cs AssemblyInfo.cs Utils.cs
  34. Program.cs(664,73): error CS1061: Type `SteamAuth.Confirmation' does not contain a definition for `Description' and no extension method `Description' of type `SteamAuth.Confirmation' could be found. Are you missing an assembly reference?
  35. /tmp/steamguard-cli/build/SteamAuth.dll (Location of the symbol related to previous error)
  36. Program.cs(707,67): error CS1061: Type `SteamAuth.Confirmation' does not contain a definition for `Description' and no extension method `Description' of type `SteamAuth.Confirmation' could be found. Are you missing an assembly reference?
  37. /tmp/steamguard-cli/build/SteamAuth.dll (Location of the symbol related to previous error)
  38. Program.cs(711,63): error CS1061: Type `SteamAuth.Confirmation' does not contain a definition for `Description' and no extension method `Description' of type `SteamAuth.Confirmation' could be found. Are you missing an assembly reference?
  39. /tmp/steamguard-cli/build/SteamAuth.dll (Location of the symbol related to previous error)
  40. Program.cs(715,65): error CS1061: Type `SteamAuth.Confirmation' does not contain a definition for `Description' and no extension method `Description' of type `SteamAuth.Confirmation' could be found. Are you missing an assembly reference?
  41. /tmp/steamguard-cli/build/SteamAuth.dll (Location of the symbol related to previous error)
  42. Compilation failed: 4 error(s), 0 warnings
  43. makefile:2: recipe for target 'all' failed
  44. make: *** [all] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement