Orleans.StorageProviderInterceptors
0.0.7
dotnet add package Orleans.StorageProviderInterceptors --version 0.0.7
NuGet\Install-Package Orleans.StorageProviderInterceptors -Version 0.0.7
<PackageReference Include="Orleans.StorageProviderInterceptors" Version="0.0.7" />
paket add Orleans.StorageProviderInterceptors --version 0.0.7
#r "nuget: Orleans.StorageProviderInterceptors, 0.0.7"
// Install Orleans.StorageProviderInterceptors as a Cake Addin #addin nuget:?package=Orleans.StorageProviderInterceptors&version=0.0.7 // Install Orleans.StorageProviderInterceptors as a Cake Tool #tool nuget:?package=Orleans.StorageProviderInterceptors&version=0.0.7
Orleans.StorageProviderInterceptors
An interceptor library for Orleans Storage Providers allowing interception of grain storage provider operations for transparent encryption, model state validation, or whatever else you can dream up!
The current interceptor implementation requires using StorageInterceptor
instead of Orleans' PersistentState
attribute on injected grain states.
Check out the sample app: https://github.com/ElanHasson/Orleans.StorageProviderInterceptors/blob/main/Source/Sample/
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. 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. |
-
net7.0
- Microsoft.Orleans.Runtime (>= 7.2.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Orleans.StorageProviderInterceptors:
Package | Downloads |
---|---|
WebScheduler.Grains
The API for the Web Scheduler |
GitHub repositories
This package is not used by any popular GitHub repositories.