PulseTrade.Comm.Spa.ACL 0.1.0-alpha11

This is a prerelease version of PulseTrade.Comm.Spa.ACL.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package PulseTrade.Comm.Spa.ACL --version 0.1.0-alpha11
                    
NuGet\Install-Package PulseTrade.Comm.Spa.ACL -Version 0.1.0-alpha11
                    
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="PulseTrade.Comm.Spa.ACL" Version="0.1.0-alpha11" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PulseTrade.Comm.Spa.ACL" Version="0.1.0-alpha11" />
                    
Directory.Packages.props
<PackageReference Include="PulseTrade.Comm.Spa.ACL" />
                    
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 PulseTrade.Comm.Spa.ACL --version 0.1.0-alpha11
                    
#r "nuget: PulseTrade.Comm.Spa.ACL, 0.1.0-alpha11"
                    
#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 PulseTrade.Comm.Spa.ACL@0.1.0-alpha11
                    
#: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=PulseTrade.Comm.Spa.ACL&version=0.1.0-alpha11&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=PulseTrade.Comm.Spa.ACL&version=0.1.0-alpha11&prerelease
                    
Install as a Cake Tool

PulseTrade.Comm.Spa.ACL

Open PTCS ACL extension package.

This package is still small in the current extraction slice. The closed packages PulseTrade.Comm.Spa and PulseTrade.Comm.ACL.Core still own the runtime contracts and evaluator implementation. This open package gives NuGet consumers a stable final boundary for ACL wiring and now also owns the browser extension manifest/script registration used by PTCS:

#r "nuget: PulseTrade.Comm.Spa"
#r "nuget: PulseTrade.Comm.ACL.Core"
#r "nuget: PulseTrade.Comm.Spa.ACL"

open PulseTrade.Comm.Spa
open PulseTrade.Comm.Spa.ACL

let options =
    ServerOptions.localRandom()
    |> PtcsAclExtension.useAcl aclOptions

PtcsAclExtension.useAcl performs two actions:

  • registers PtcsAclOptions into the PTCS server runtime by calling the PTCS SPI;
  • registers extension id pulse-trade-comm-spa-acl, script url /client-extensions/acl/PulseTrade.Comm.Spa.ACL.js, and the package contentFiles script asset in the PTCS client-extension manifest;
  • registers the WebSharper runtime asset required by the package bundle at /client-extensions/acl/WebSharper.Core.JavaScript/Runtime.js;
  • registers a browser ACL snapshot observer through PulseTradeRegisterAclSnapshotObserver;
  • registers a browser ACL capability provider through PulseTradeRegisterAclCapabilityProvider, so PTCS core can delegate browser action visibility decisions to this open extension before falling back to its closed in-core evaluator.

This is not yet the final extraction of every ACL-owned browser behavior from PTCS core. The current package proves the open NuGet boundary, manifest/script ownership, runtime asset ownership, ACL snapshot observer hook, ACL capability provider hook, and ACL2 browser/runtime gate. Remaining work is moving any residual ACL-owned client behavior that still lives in PTCS core into this package.

PulseTrade.Comm.Spa.ACL must reference PulseTrade.Comm.ACL.Core as an exact binary NuGet package. It must not require Core source access.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.0-alpha9 32 7/2/2026
0.1.0-alpha8 31 7/2/2026
0.1.0-alpha3 31 7/2/2026
0.1.0-alpha2 31 7/2/2026
0.1.0-alpha11 0 7/3/2026
0.1.0-alpha10 32 7/2/2026