Datadog.Sma 0.11.0

Prefix Reserved
Suggested Alternatives

Datadog.Serverless.Compat

Additional Details

The preview period for .NET Azure Functions using NuGet package is over and this package is no longer supported.

See the official documentation for more details on how to enable Datadog APM on Azure Functions: https://docs.datadoghq.com/serverless/azure_functions/?tab=dotnet

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