This message was deleted.
# dotnet
s
This message was deleted.
m
Looks like this will work
Copy code
HttpsOnly = webApp.HttpsOnly.Apply(v => v!.Value),
but I'm still not sure why ClientAffinityEnabled and HttpsOnly behave differently?
t
That’s a very good question. The duality of nullable types in C# (value vs reference) is getting us here. Maybe we could improve this situation with an extra conversion. Do you mind creating a case in https://github.com/pulumi/pulumi ?
m
Thanks Mikhail here you go...