We are building an extension and doing the test app. We get the following when download symbols.
Any ideas on what we missed? Is anyone available for an hour of support?
[2019-12-13 13:08:52.36] Using reference symbols cache path: c:\Project\AddIn_iPaymentSystems\Test./.alpackages
[2019-12-13 13:08:52.37] Sending request to api.businesscentral.dynamics.com/…/packages
[2019-12-13 13:08:52.38] Sending request to api.businesscentral.dynamics.com/…/packages
[2019-12-13 13:08:52.38] Sending request to [api.businesscentral.dynamics.com/.../packages](https://api.businesscentral.dynamics.com/v1.0/sandbox/dev/packages?publisher=Microsoft&appName=System Application&versionText=15.0.0.0)
[2019-12-13 13:08:52.38] Sending request to [api.businesscentral.dynamics.com/.../packages](https://api.businesscentral.dynamics.com/v1.0/sandbox/dev/packages?publisher=Microsoft&appName=Base Application&versionText=15.0.0.0)
[2019-12-13 13:08:52.38] Sending request to [api.businesscentral.dynamics.com/.../packages](https://api.businesscentral.dynamics.com/v1.0/sandbox/dev/packages?publisher=Microsoft&appName=Library Assert&versionText=15.0.0.0)
[2019-12-13 13:08:52.39] Sending request to api.businesscentral.dynamics.com/…/packages
[2019-12-13 13:08:52.39] Sending request to [api.businesscentral.dynamics.com/.../packages](https://api.businesscentral.dynamics.com/v1.0/sandbox/dev/packages?publisher=Microsoft&appName=System Application Test Library&versionText=15.0.0.0)
[2019-12-13 13:08:52.39] Sending request to api.businesscentral.dynamics.com/…/packages
[2019-12-13 13:08:52.39] Sending request to [api.businesscentral.dynamics.com/.../packages](https://api.businesscentral.dynamics.com/v1.0/sandbox/dev/packages?publisher=Microsoft&appName=Test Runner&versionText=15.0.0.0)
[2019-12-13 13:08:53.17] The request for path /v1.0/sandbox/dev/packages?publisher=Microsoft&appName=Library%20Assert&versionText=15.0.0.0 failed with code NotFound. Reason: No published package matches the provided arguments.
[2019-12-13 13:08:53.19] The request for path /v1.0/sandbox/dev/packages?publisher=Microsoft&appName=System%20Application%20Test%20Library&versionText=15.0.0.0 failed with code NotFound. Reason: No published package matches the provided arguments.
[2019-12-13 13:08:53.23] The request for path /v1.0/sandbox/dev/packages?publisher=Microsoft&appName=Test%20Runner&versionText=15.0.0.0 failed with code NotFound. Reason: No published package matches the provided arguments.
[2019-12-13 13:09:11.14] The request for path /v1.0/sandbox/dev/packages?publisher=Microsoft&appName=Any&versionText=15.0.0.0 failed with code NotFound. Reason: No published package matches the provided arguments.
[2019-12-13 13:09:11.14] The request for path /v1.0/sandbox/dev/packages?publisher=Microsoft&appName=Tests-TestLibraries&versionText=15.0.0.0 failed with code NotFound. Reason: No published package matches the provided arguments.
[2019-12-13 13:09:11.73] Could not download reference symbols. Please ensure that:
- The correct server name and instance are specified in the launch.json file.
- The correct application version is specified in the app.json file.
- The dependencies are correctly specified in the app.json file.