Hackerprod/-SKYNET-Steam-Emulator

Cannot compile SKYNET.Server

Opened this issue · 0 comments

Hello,
I have downloaded your repo and found out that these classes are not defined at all, and I could not find them anywhere inside of your repo. When building this is the error I get:

Build started at 9:37 pm...
1>------ Build started: Project: SKYNET.Server, Configuration: Release Any CPU ------
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\DB\StatsDB.cs(2,14,2,24): error CS0234: The type or namespace name 'Steamworks' does not exist in the namespace 'SKYNET' (are you missing an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\DB\UserDB.cs(2,14,2,24): error CS0234: The type or namespace name 'Steamworks' does not exist in the namespace 'SKYNET' (are you missing an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Interfaces\IConnection.cs(2,22,2,27): error CS0234: The type or namespace name 'Types' does not exist in the namespace 'SKYNET.Network' (are you missing an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Managers\ConnectionsManager.cs(4,22,4,27): error CS0234: The type or namespace name 'Types' does not exist in the namespace 'SKYNET.Network' (are you missing an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Managers\NetworkManager.cs(3,7,3,21): error CS0246: The type or namespace name 'WebSocketSharp' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Processors\NETProcessor.cs(5,14,5,21): error CS0234: The type or namespace name 'Helpers' does not exist in the namespace 'SKYNET' (are you missing an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Processors\NETProcessor.cs(9,22,9,27): error CS0234: The type or namespace name 'Types' does not exist in the namespace 'SKYNET.Network' (are you missing an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Network\WebServer.cs(5,7,5,21): error CS0246: The type or namespace name 'WebSocketSharp' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Network\WebSocketProcessor.cs(2,7,2,21): error CS0246: The type or namespace name 'WebSocketSharp' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Network\WebSocketProcessor.cs(3,7,3,21): error CS0246: The type or namespace name 'WebSocketSharp' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Network\WebSocketProcessor.cs(4,7,4,21): error CS0246: The type or namespace name 'WebSocketSharp' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Network\WebSocketProcessor.cs(9,22,9,27): error CS0234: The type or namespace name 'Types' does not exist in the namespace 'SKYNET.Network' (are you missing an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Network\WebServer.cs(116,43,116,63): error CS0246: The type or namespace name 'HttpRequestEventArgs' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Managers\ConnectionsManager.cs(106,50,106,58): error CS0246: The type or namespace name 'NET_Base' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Managers\ConnectionsManager.cs(106,68,106,82): error CS0246: The type or namespace name 'NETMessageType' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Managers\ConnectionsManager.cs(121,45,121,53): error CS0246: The type or namespace name 'NET_Base' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Managers\ConnectionsManager.cs(121,63,121,77): error CS0246: The type or namespace name 'NETMessageType' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Processors\NETProcessor.cs(16,60,16,70): error CS0246: The type or namespace name 'NETMessage' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Processors\NETProcessor.cs(72,47,72,57): error CS0246: The type or namespace name 'NETMessage' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Processors\NETProcessor.cs(88,47,88,57): error CS0246: The type or namespace name 'NETMessage' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Processors\NETProcessor.cs(95,54,95,64): error CS0246: The type or namespace name 'NETMessage' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Processors\NETProcessor.cs(102,50,102,60): error CS0246: The type or namespace name 'NETMessage' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Processors\NETProcessor.cs(109,51,109,61): error CS0246: The type or namespace name 'NETMessage' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Processors\NETProcessor.cs(116,51,116,61): error CS0246: The type or namespace name 'NETMessage' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Processors\NETProcessor.cs(123,52,123,62): error CS0246: The type or namespace name 'NETMessage' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Processors\NETProcessor.cs(136,52,136,62): error CS0246: The type or namespace name 'NETMessage' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Processors\NETProcessor.cs(156,52,156,62): error CS0246: The type or namespace name 'NETMessage' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Processors\NETProcessor.cs(187,54,187,64): error CS0246: The type or namespace name 'NETMessage' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Processors\NETProcessor.cs(218,56,218,66): error CS0246: The type or namespace name 'NETMessage' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Processors\NETProcessor.cs(235,55,235,65): error CS0246: The type or namespace name 'NETMessage' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Processors\NETProcessor.cs(243,48,243,58): error CS0246: The type or namespace name 'NETMessage' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Processors\NETProcessor.cs(250,50,250,60): error CS0246: The type or namespace name 'NETMessage' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Processors\NETProcessor.cs(292,48,292,58): error CS0246: The type or namespace name 'NETMessage' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Processors\NETProcessor.cs(345,34,345,42): error CS0246: The type or namespace name 'NET_Base' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Processors\NETProcessor.cs(345,52,345,66): error CS0246: The type or namespace name 'NETMessageType' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Interfaces\IConnection.cs(17,19,17,29): error CS0246: The type or namespace name 'NETMessage' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Network\WebServer.cs(14,17,14,27): error CS0246: The type or namespace name 'HttpServer' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\DB\StatsDB.cs(32,58,32,69): error CS0246: The type or namespace name 'Achievement' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\DB\StatsDB.cs(39,58,39,69): error CS0246: The type or namespace name 'Leaderboard' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\DB\StatsDB.cs(46,57,46,67): error CS0246: The type or namespace name 'PlayerStat' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\DB\StatsDB.cs(53,61,53,72): error CS0246: The type or namespace name 'Achievement' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Network\WebSocketProcessor.cs(14,39,14,56): error CS0246: The type or namespace name 'WebSocketBehavior' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\DB\StatsDB.cs(12,42,12,53): error CS0246: The type or namespace name 'Achievement' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\DB\StatsDB.cs(13,42,13,53): error CS0246: The type or namespace name 'Leaderboard' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\DB\StatsDB.cs(14,42,14,52): error CS0246: The type or namespace name 'PlayerStat' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Network\WebSocketProcessor.cs(43,41,43,55): error CS0246: The type or namespace name 'ErrorEventArgs' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Network\WebSocketProcessor.cs(48,41,48,55): error CS0246: The type or namespace name 'CloseEventArgs' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Network\WebSocketProcessor.cs(62,43,62,59): error CS0246: The type or namespace name 'MessageEventArgs' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Network\WebSocketProcessor.cs(76,40,76,50): error CS0246: The type or namespace name 'NETMessage' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Network\WebSocketProcessor.cs(91,26,91,36): error CS0246: The type or namespace name 'NETMessage' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Managers\NetworkManager.cs(10,23,10,38): error CS0246: The type or namespace name 'WebSocketServer' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Managers\UserManager.cs(21,28,21,40): error CS0246: The type or namespace name 'RichPresence' could not be found (are you missing a using directive or an assembly reference?)
1>D:\sheet source\-SKYNET-Steam-Emulator-master\SKYNET.Server\Managers\UserManager.cs(12,55,12,67): error CS0246: The type or namespace name 'RichPresence' could not be found (are you missing a using directive or an assembly reference?)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
========== Build completed at 9:37 pm and took 06.034 seconds ==========

I dont really know how to fix this since I am a beginner and I would like some help. Thank you!