WhiteCoreSim / WhiteCore-Dev

WhiteCoreSim - Software to create your own virtual world
BSD 3-Clause "New" or "Revised" License
26 stars 34 forks source link

Build Broken for .Net #314

Closed fly-man- closed 5 years ago

fly-man- commented 5 years ago

"C:\projects\whitecore-dev\WhiteCore.sln" (default target) (1) -> "C:\projects\whitecore-dev\WhiteCore\BotManager\WhiteCore.BotManager.csproj" (default target) (17) -> (CoreCompile target) -> BotAPI.cs(233,50): error CS0103: The name '' does not exist in the current context [C:\projects\whitecore-dev\WhiteCore\BotManager\WhiteCore.BotManager.csproj]

emperorstarfinder commented 5 years ago

Yes but I think it is AppVeyor because it is an _ this time in greythane's latest commit. When I pushed a commit to my team's project last night I found AppVeyor hated a , which was necessary and did not break build locally.

greythane commented 5 years ago

Just rebuilt on Mac and Win 10 from scratch with no errors. I will recheck to see what is being referred to though in the morning. (11pm)

fly-man- commented 5 years ago

Seems the last commit 32eb063 fixed the issue