Zafiro.FileSystem.Core 44.0.5

dotnet add package Zafiro.FileSystem.Core --version 44.0.5
                    
NuGet\Install-Package Zafiro.FileSystem.Core -Version 44.0.5
                    
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="Zafiro.FileSystem.Core" Version="44.0.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Zafiro.FileSystem.Core" Version="44.0.5" />
                    
Directory.Packages.props
<PackageReference Include="Zafiro.FileSystem.Core" />
                    
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 Zafiro.FileSystem.Core --version 44.0.5
                    
#r "nuget: Zafiro.FileSystem.Core, 44.0.5"
                    
#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.
#:package Zafiro.FileSystem.Core@44.0.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Zafiro.FileSystem.Core&version=44.0.5
                    
Install as a Cake Addin
#tool nuget:?package=Zafiro.FileSystem.Core&version=44.0.5
                    
Install as a Cake Tool

The Cross-platform Crema for .NET Devs

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.  net9.0 was computed.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Zafiro.FileSystem.Core:

Package Downloads
Zafiro.UI

The Cross-platform Crema for .NET Devs

Zafiro.FileSystem.Local

The Cross-platform Crema for .NET Devs

Zafiro.FileSystem.Mutable

Package Description

Zafiro.FileSystem.Dynamic

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
44.0.5 0 12/11/2025
44.0.4 102 12/9/2025
44.0.3 722 12/2/2025
44.0.2 724 12/2/2025
44.0.1 724 12/2/2025
44.0.0 957 12/2/2025
43.0.1 267 11/29/2025
43.0.0 187 11/29/2025
42.0.6 167 11/29/2025
42.0.5 168 11/29/2025
42.0.3 253 11/26/2025
42.0.2 432 11/25/2025
42.0.1 253 11/25/2025
42.0.0 336 11/25/2025

Commit: 0b9d3de66ec1afabbb56888ce4dded6683a44203\nSummary: Introduce Select for CSharpFunctionalExtensions to enable 'let' keyword. (#118)\nChanges since 44.0.4 (1fdf05f730a20cf4804edbb8fcea6e04a37127fb):\n\- 0b9d3de Introduce Select for CSharpFunctionalExtensions to enable 'let' keyword. (#118)