diff --git a/contract-tests/TestService.cs b/contract-tests/TestService.cs index 59940839..d23521c5 100644 --- a/contract-tests/TestService.cs +++ b/contract-tests/TestService.cs @@ -38,7 +38,9 @@ public class Webapp "strongly-typed", "user-type", "tags", - "auto-env-attributes" + "auto-env-attributes", + "inline-context", + "anonymous-redaction" }; public readonly Handler Handler; diff --git a/src/LaunchDarkly.ClientSdk/LaunchDarkly.ClientSdk.csproj b/src/LaunchDarkly.ClientSdk/LaunchDarkly.ClientSdk.csproj index 7d678996..90133bf2 100644 --- a/src/LaunchDarkly.ClientSdk/LaunchDarkly.ClientSdk.csproj +++ b/src/LaunchDarkly.ClientSdk/LaunchDarkly.ClientSdk.csproj @@ -44,7 +44,7 @@ - +