Atmoos.World 0.0.4

dotnet add package Atmoos.World --version 0.0.4                
NuGet\Install-Package Atmoos.World -Version 0.0.4                
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.0.4" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Atmoos.World --version 0.0.4                
#r "nuget: Atmoos.World, 0.0.4"                
#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.
// Install Atmoos.World as a Cake Addin
#addin nuget:?package=Atmoos.World&version=0.0.4

// Install Atmoos.World as a Cake Tool
#tool nuget:?package=Atmoos.World&version=0.0.4                

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 net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.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.IO

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

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.4 106 7/12/2024
0.0.3 74 7/12/2024
0.0.2 75 7/12/2024
0.0.1 139 7/6/2024