MountAnything.Hosting.Abstractions 0.9.1

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

// Install MountAnything.Hosting.Abstractions as a Cake Tool
#tool nuget:?package=MountAnything.Hosting.Abstractions&version=0.9.1

MountAnything.Hosting.Abstractions

This package is intended to be the only assembly loaded into the global AssemblyLoadContext of the powershell process. It contains two interfaces, both of which are intended to be very stable as they are based on the public interface of the NavigationCmdletProvider base class. The intention is that any powershell provider written using the MountAnything framework will be loaded into its own isolated AssemblyLoadContext, including the MountAnything libraries it uses (except for this Abstractions package, which will facilitate the communication between the global context and the isolated one). This will allow providers using different versions of MountAnything to co-exist within the same pwsh instance.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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 (1)

Showing the top 1 NuGet packages that depend on MountAnything.Hosting.Abstractions:

Package Downloads
MountAnything

A framework for building powershell providers to make it easy to navigate arbitrary API's as a hierarchical virtual filesystem of objects.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.1 492 1/10/2023
0.9.0 1,517 4/26/2022

- Added methods to IProviderImpl to support dynamic item property commands