This test application performs one simple search call. However, it's dependency is the freshly built Nuget package.
If you run this locally, you might need to:
- First build the
Releaseconfiguration from the EverythingSearchClient library. - Manually edit TestNugetConsoleApp.csproj to reference the built package with the correct version number.
- If you want to built against the
Debugversion of the EverythingSearchClient library, you also need to edit nuget.config to target theDebugbin directory as package source.