Heath Stewart

Results 419 comments of Heath Stewart

> I saw several references to DynamiJson being in Azure.Core. Is that what we decided? I though we were leaning toward a separate package, e.g. Azure.Core.Json (or something like that)...

Turns out that `dotnet test eng/service.proj -warnaserror /t:rebuild /p:DebugType=none /p:SDKType=all /p:ServiceDirectory=monitor /p:IncludePerf=false /p:IncludeStress=false /p:PublicSign=false /p:Configuration=Release /p:EnableSourceLink=false /p:BuildSnippets=true` works if we add the following to the _Directory.Build.props_ file: ```xml true ```...

> Since the APIs exists, maybe we can just not call them at runtime if we detect that they would have throw PlatfromNotSupportedException. This is what I do in Key...

Can you provide some sample code of the endpoint request you are making?

Please note this repo is only for Azure SDK issues. If you're having a problem with the Portal, please use the feedback button in the top-right to report an issue.

In my specific use case - #25125 - there are a few methods where I want to give callers more control over how errors are processed since .NET exceptions are...

@ArcturusZhang take a look at #25125 for context. Basically, what I want clarification on - documented in our guidelines if any change is to be made - is whether we...

@JoshLove-msft I had the same problem with Cognitive. I'm assuming it's because we changed how `net - core - ci` works now, that it doesn't necessarily build everything. @fengzhou-msft the...

It also didn't occur because sdk/core/ci.yml had `BuildSnippets: false` because of some of its own errors that didn't have a straight forward solution. Either way, these were missed. I'm working...

This problem was never caught because the project was never built in a CI when running `dotnet test` which runs `dotnet test eng/service.proj /p:IncludeTests=true ...` because the files are treated...