Stormancer.Filters
0.1.0
See the version list below for details.
dotnet add package Stormancer.Filters --version 0.1.0
NuGet\Install-Package Stormancer.Filters -Version 0.1.0
<PackageReference Include="Stormancer.Filters" Version="0.1.0" />
paket add Stormancer.Filters --version 0.1.0
#r "nuget: Stormancer.Filters, 0.1.0"
// Install Stormancer.Filters as a Cake Addin #addin nuget:?package=Stormancer.Filters&version=0.1.0 // Install Stormancer.Filters as a Cake Tool #tool nuget:?package=Stormancer.Filters&version=0.1.0
Provides a common filter API for Stormancer components and plugins.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. 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. |
-
net5.0
- Newtonsoft.Json (>= 12.0.3)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Stormancer.Filters:
Package | Downloads |
---|---|
Stormancer.Server.Node
Package Description |
|
Stormancer.Server.Plugins.Queries
Provides an in memory distributed query system for Stormancer server applications. |
|
Stormancer.Server.Plugins.RemoteControl
Enables remote control of automated Stormancer agents. |
|
Stormancer.Server.Plugins.ServiceQueries
Provides authentication, user management and sessions features to a Stormancer server application. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.2.0.2-pre | 535 | 3/13/2024 |
0.2.0.1 | 14,745 | 1/19/2022 |
0.2.0.1-pre | 9,264 | 1/6/2022 |
0.2.0-pre | 297 | 12/20/2021 |
0.1.0.1-pre | 234 | 12/14/2021 |
0.1.0 | 3,142 | 10/14/2021 |
0.1.0-pre | 408 | 9/23/2021 |
Added
*****
- The Stormancer.Filters package contains a reusable and generic API to implement filters that can be loaded from json and custom FilterEngines to process the filter against arbitrary data sources.