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
<PackageReference Include="MountAnything.Hosting.Abstractions" Version="0.9.1" />
paket add MountAnything.Hosting.Abstractions --version 0.9.1
#r "nuget: MountAnything.Hosting.Abstractions, 0.9.1"
// 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 | Versions 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. |
-
net6.0
- System.Management.Automation (>= 7.2.0)
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.
- Added methods to IProviderImpl to support dynamic item property commands