CosmosOS / Cosmos

Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
https://www.goCosmos.org
BSD 3-Clause "New" or "Revised" License
2.94k stars 552 forks source link

COMPILATION ERRORS. #3066

Closed qveezzx closed 3 months ago

qveezzx commented 3 months ago

not sure if it should be here but: image

Have you checked Github Issues for similar errors? yes, didnt find anything.

Exception Post the exception returned by Visual Studio ^^

Visual Studio Output Logs Post the entire output log given by Visual Studio for the build ^^

Screenshots If applicable, add screenshots to help explain your problem. ^^

Context Before posting please confirm that the following are in order [ ✅] Both Cosmos VS Extensions are installed [ ✅ ] In the NuGet Package Manager "Include prerelease" is selected [ ✅ ] The Cosmos NuGet package store is selected (NOT nuget.org) in 'Manage NuGet Packages' [ ✅ ] The Cosmos NuGet packages are installed

Add any other context about the problem which might be helpful. its "Cannot implicitly convert type 'long' to 'int'" tho

tails1154 commented 3 months ago

put (int) next to the numbers may do it. Most likely not though.