Atmoos.World 0.2.0

dotnet add package Atmoos.World --version 0.2.0
                    
NuGet\Install-Package Atmoos.World -Version 0.2.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Atmoos.World" Version="0.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Atmoos.World" Version="0.2.0" />
                    
Directory.Packages.props
<PackageReference Include="Atmoos.World" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Atmoos.World --version 0.2.0
                    
#r "nuget: Atmoos.World, 0.2.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Atmoos.World&version=0.2.0
                    
Install Atmoos.World as a Cake Addin
#tool nuget:?package=Atmoos.World&version=0.2.0
                    
Install Atmoos.World as a Cake Tool

Atmoos.World

nuget package License: MIT

Contains basic abstractions for access to the world through file systems and time.

These are:

  • IFileSystem
    • which is composed of narrow "sub-interfaces"
    • enabling a fine grained permission like access to a file system.
  • ITime
    • The most basic access to time, or a clock imaginable.

For examples, please refer to the tests and to Examples.cs.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Atmoos.World:

Package Downloads
Atmoos.World.InMemory

Atmoos World InMemory: In memory representation of The World.

Atmoos.World.Time

Atmoos World Time: Access to the most fundamental worldly experience of all.

Atmoos.World.IO

Atmoos World IO: Interaction with The World through input/output.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.0 152 3/13/2025
0.1.0 136 12/10/2024
0.0.4 161 7/12/2024
0.0.3 103 7/12/2024
0.0.2 111 7/12/2024
0.0.1 184 7/6/2024