Advertisement
Guest User

Untitled

a guest
Dec 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.98 KB | None | 0 0
  1. root@rcexp:~/Blockexplorer/Blockexplorer# dotnet run
  2. Stubs/TransactionRepositoryStub.cs(17,34): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/root/Blockexplorer/Blockexplorer.Core/Blockexplorer.Core.csproj]
  3. Stubs/TransactionRepositoryStub.cs(23,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/root/Blockexplorer/Blockexplorer.Core/Blockexplorer.Core.csproj]
  4. Stubs/TransactionRepositoryStub.cs(29,21): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/root/Blockexplorer/Blockexplorer.Core/Blockexplorer.Core.csproj]
  5. Stubs/TransactionRepositoryStub.cs(34,21): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/root/Blockexplorer/Blockexplorer.Core/Blockexplorer.Core.csproj]
  6. Stubs/TransactionRepositoryStub.cs(39,21): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/root/Blockexplorer/Blockexplorer.Core/Blockexplorer.Core.csproj]
  7. Stubs/BlockRepositoryStub.cs(17,28): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/root/Blockexplorer/Blockexplorer.Core/Blockexplorer.Core.csproj]
  8. Stubs/BlockRepositoryStub.cs(23,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/root/Blockexplorer/Blockexplorer.Core/Blockexplorer.Core.csproj]
  9. Stubs/BlockRepositoryStub.cs(29,21): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/root/Blockexplorer/Blockexplorer.Core/Blockexplorer.Core.csproj]
  10. Stubs/BlockRepositoryStub.cs(34,21): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/root/Blockexplorer/Blockexplorer.Core/Blockexplorer.Core.csproj]
  11. Stubs/BlockRepositoryStub.cs(39,21): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/root/Blockexplorer/Blockexplorer.Core/Blockexplorer.Core.csproj]
  12. Stubs/AddressRepositoryStub.cs(18,49): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/root/Blockexplorer/Blockexplorer.Core/Blockexplorer.Core.csproj]
  13. Stubs/AddressRepositoryStub.cs(23,36): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/root/Blockexplorer/Blockexplorer.Core/Blockexplorer.Core.csproj]
  14. Stubs/AddressRepositoryStub.cs(29,36): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/root/Blockexplorer/Blockexplorer.Core/Blockexplorer.Core.csproj]
  15. Stubs/AddressRepositoryStub.cs(34,21): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/root/Blockexplorer/Blockexplorer.Core/Blockexplorer.Core.csproj]
  16. /usr/share/dotnet/sdk/2.1.300-preview2-008533/Microsoft.Common.CurrentVersion.targets(1877,5): warning : The referenced project '../NStratis/NBitcoin/NBitcoin.csproj' does not exist. [/root/Blockexplorer/Blockexplorer.BlockProvider.Rpc/Blockexplorer.BlockProvider.Rpc.csproj]
  17. NetworkSpec.cs(2,7): error CS0246: The type or namespace name 'NBitcoin' could not be found (are you missing a using directive or an assembly reference?) [/root/Blockexplorer/Blockexplorer.BlockProvider.Rpc/Blockexplorer.BlockProvider.Rpc.csproj]
  18. NetworkSpec.cs(3,7): error CS0246: The type or namespace name 'NBitcoin' could not be found (are you missing a using directive or an assembly reference?) [/root/Blockexplorer/Blockexplorer.BlockProvider.Rpc/Blockexplorer.BlockProvider.Rpc.csproj]
  19. NetworkSpec.cs(4,7): error CS0246: The type or namespace name 'NBitcoin' could not be found (are you missing a using directive or an assembly reference?) [/root/Blockexplorer/Blockexplorer.BlockProvider.Rpc/Blockexplorer.BlockProvider.Rpc.csproj]
  20. TransactionAdapter.cs(11,7): error CS0246: The type or namespace name 'NBitcoin' could not be found (are you missing a using directive or an assembly reference?) [/root/Blockexplorer/Blockexplorer.BlockProvider.Rpc/Blockexplorer.BlockProvider.Rpc.csproj]
  21. TransactionAdapter.cs(12,7): error CS0246: The type or namespace name 'NBitcoin' could not be found (are you missing a using directive or an assembly reference?) [/root/Blockexplorer/Blockexplorer.BlockProvider.Rpc/Blockexplorer.BlockProvider.Rpc.csproj]
  22. NetworkSpec.cs(14,20): error CS0246: The type or namespace name 'Network' could not be found (are you missing a using directive or an assembly reference?) [/root/Blockexplorer/Blockexplorer.BlockProvider.Rpc/Blockexplorer.BlockProvider.Rpc.csproj]
  23. NetworkSpec.cs(104,97): error CS0246: The type or namespace name 'Money' could not be found (are you missing a using directive or an assembly reference?) [/root/Blockexplorer/Blockexplorer.BlockProvider.Rpc/Blockexplorer.BlockProvider.Rpc.csproj]
  24. NetworkSpec.cs(104,21): error CS0246: The type or namespace name 'Block' could not be found (are you missing a using directive or an assembly reference?) [/root/Blockexplorer/Blockexplorer.BlockProvider.Rpc/Blockexplorer.BlockProvider.Rpc.csproj]
  25. NetworkSpec.cs(110,118): error CS0246: The type or namespace name 'Money' could not be found (are you missing a using directive or an assembly reference?) [/root/Blockexplorer/Blockexplorer.BlockProvider.Rpc/Blockexplorer.BlockProvider.Rpc.csproj]
  26. NetworkSpec.cs(110,21): error CS0246: The type or namespace name 'Block' could not be found (are you missing a using directive or an assembly reference?) [/root/Blockexplorer/Blockexplorer.BlockProvider.Rpc/Blockexplorer.BlockProvider.Rpc.csproj]
  27. NetworkSpec.cs(10,13): error CS0246: The type or namespace name 'Network' could not be found (are you missing a using directive or an assembly reference?) [/root/Blockexplorer/Blockexplorer.BlockProvider.Rpc/Blockexplorer.BlockProvider.Rpc.csproj]
  28. AddressRepository.cs(76,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/root/Blockexplorer/Blockexplorer.Services/Blockexplorer.Services.csproj]
  29.  
  30. The build failed. Please fix the build errors and run again.
  31. root@rcexp:~/Blockexplorer/Blockexplorer#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement