Mike Harder
                                            Mike Harder
                                        
                                    @annatisch: LGTM. Feel free to merge at will.
I think the best we can do here is add perf tests in C++ for all three scenarios: 1. Call `Download()`, read the `bodyStream`, and discard the bytes as they...
@gearama: This is a draft PR to test the new C++ perf infrastructure. It should never be merged to main. I am still in progress of working on it, so...
It repros for me on `15.0.26202.1 D15REL`. Repro project at https://github.com/mikeharder/HelloWorldNetCoreApp2. One thing unusual about the repro project is `TargetFramework=netcoreapp2.0` and `RuntimeFrameworkVersion=2.0.0-*`.
`dotnet restore` from the command line works fine: ``` > dotnet --info .NET Command Line Tools (1.0.0-rc4-004755) Product Information: Version: 1.0.0-rc4-004755 Commit SHA-1 hash: bffbee2b91 Runtime Environment: OS Name: Windows...
Build error in VS: ``` Severity: Error Code: MSB4062 Description: The "HandlePackageFileConflicts" task could not be loaded from the assembly C:\Users\mharder\.nuget\packages\netstandard.library\2.0.0-beta-24918-03\build\desktop/NETStandard.Tools.dll. Could not load file or assembly 'NETStandard.Tools, Version=999.999.999.999, Culture=neutral,...
``` The "HandlePackageFileConflicts" task could not be loaded from the assembly C:\Users\\.nuget\packages\netstandard.library\2.0.0-beta-24918-03\build\desktop/NETStandard.Tools.dll. Could not load file or assembly 'NETStandard.Tools, Version=999.999.999.999, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. Strong name validation...
@natidea @abpiskunov: The solution from Anton does **not** repro on my install of `15.0.26202.1 D15REL`.
I created a minimal app and pipeline to repro this, but I don't see the API failing. Can you try again? Repo: https://github.com/mikeharder/AzurePipelineTests/tree/java-hostname Run: https://dev.azure.com/azure-sdk/playground/_build/results?buildId=1754451&view=logs&j=774eaf24-5336-55da-d764-6724e371398c
I believe the fix will be very simple. The following code needs to check for `apiPath` under both `spec.paths` and `spec["x-ms-paths"]`: https://github.com/Azure/oav/blob/795eda540a65426f21a7ff5d58e5881dd3eacf7d/lib/generator/util.ts#L114-L122