Duc Vu Nguyen

Results 3 issues of Duc Vu Nguyen

I would like to add some more features into qmlnet. However, I couldn't compile the project. I have clone the qmlnet and have also cloned `pauldotknopf/dotnet-buildary` to Buildary directory. However,...

I use this piece of code to define ssl binding for my webapp with `Microsoft.Azure.Management.Fluent` ``` await webApp.Update().DefineSslBinding() .ForHostname(request.Fqdn) .WithPfxByteArrayToUpload(File.ReadAllBytes(pkcs12FilePath, "mypassword") .WithSniBasedSsl() .Attach() .ApplyAsync(); ``` However, `Microsoft.Azure.Management.Fluent` is deprecated with...

App Services
Mgmt
customer-reported
question
needs-team-attention

Hi Clarius team, We found an unexpected issue with the Cast API (v10.1.1 and 10.2.2). Please see the screenshot below. When there is a Cast API connected to the transducer,...