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.85k stars 536 forks source link

filesystem #3006

Closed randomusert closed 2 weeks ago

randomusert commented 3 weeks ago

Have you checked Github Issues for similar errors? YES Exception Post the exception returned by Visual Studio Severity Code Description Project File Line Suppression State Details Error CS0234 The type or namespace name 'FileSystem' does not exist in the namespace 'Cosmos' (are you missing an assembly reference?) tinos C:\Users\Kone\Desktop\tinos\tinos\tinos\Kernel.cs 11 Active

Visual Studio Output Logs Post the entire output log given by Visual Studio for the build Build started at 20.13... 1>------ Build started: Project: tinos, Configuration: Debug Any CPU ------ 1>C:\Users\Kone\Desktop\tinos\tinos\tinos\Kernel.cs(11,50,11,60): error CS0234: The type or namespace name 'FileSystem' does not exist in the namespace 'Cosmos' (are you missing an assembly reference?) 1>Done building project "tinos.csproj" -- FAILED. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== ========== Build completed at 20.14 and took 04,913 seconds ==========

How To Reproduce Describe any changes done to a clean kernel for this error to occur. try and initialize the VFS Screenshots If applicable, add screenshots to help explain your problem. image

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

Add any other context about the problem which might be helpful.

Blackneeed commented 2 weeks ago

It’s not Cosmos.Filesystem but its Cosmos.System.Filesystem

randomusert commented 2 weeks ago

It was from The website sothat was wrong