DontPanicLabs.Ifx.Proxy.Contracts 1.1.1

Prefix Reserved
dotnet add package DontPanicLabs.Ifx.Proxy.Contracts --version 1.1.1
                    
NuGet\Install-Package DontPanicLabs.Ifx.Proxy.Contracts -Version 1.1.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="DontPanicLabs.Ifx.Proxy.Contracts" Version="1.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DontPanicLabs.Ifx.Proxy.Contracts" Version="1.1.1" />
                    
Directory.Packages.props
<PackageReference Include="DontPanicLabs.Ifx.Proxy.Contracts" />
                    
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 DontPanicLabs.Ifx.Proxy.Contracts --version 1.1.1
                    
#r "nuget: DontPanicLabs.Ifx.Proxy.Contracts, 1.1.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.
#:package DontPanicLabs.Ifx.Proxy.Contracts@1.1.1
                    
#: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=DontPanicLabs.Ifx.Proxy.Contracts&version=1.1.1
                    
Install as a Cake Addin
#tool nuget:?package=DontPanicLabs.Ifx.Proxy.Contracts&version=1.1.1
                    
Install as a Cake Tool

DontPanicLabs.Ifx.Proxy.Contracts

The foundational contracts and base implementations for the Don't Panic Labs Infrastructure Framework (Ifx) proxy system. This package provides essential interfaces, abstract classes, and core functionality needed to build context-aware, interceptor-enabled service proxies.

Overview

This package serves as the cornerstone for creating dynamic service proxies that support:

  • Context-aware service resolution: Services are resolved with appropriate request/ambient context
  • Interception capabilities: Support for method interception using Castle DynamicProxy
  • Service lifecycle management: Base classes for proxy-enabled services with proper dependency injection
  • Extensible proxy generation: Core interfaces that can be implemented by different IoC container adapters

Key Components

  • Service Interfaces: IProxyEnabledService, IProxyEnabledComponent, IProxyEnabledSubsystem, IProxyEnabledUtility
  • Base Classes: ProxyEnabledServiceBase for implementing proxy-enabled services
  • Proxy Generation: IProxyGenerator interface for creating service proxies
  • Context Management: Base classes for ambient and request-scoped contexts
  • Exception Handling: Custom exceptions for proxy-related errors

Getting started

This package should be automatically added as a dependency of other Don't Panic Labs Proxy packages.

Feedback

Submit issues at:

https://github.com/dontpaniclabs/DontPanicLabs.Ifx/issues

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

Showing the top 2 NuGet packages that depend on DontPanicLabs.Ifx.Proxy.Contracts:

Package Downloads
DontPanicLabs.Ifx.Proxy.Autofac

Proxy Implementation using Autofac

DontPanicLabs.Ifx.Proxy.Autofac.Extensions

Extension methods and utilities for DontPanicLabs.Ifx.Proxy.Autofac packages

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.1 179 8/12/2025
1.1.0 111 8/1/2025
1.0.2 114 1/15/2025
1.0.1 106 1/15/2025
1.0.0 114 1/15/2025
0.5.0 246 1/3/2025