Chris Walsh
Chris Walsh
The solution does allow you to specify your own connection string/connection name. With that facility you can write your own Connection String Generator class that will be able to take...
I have a similar problem. My connection string is a function of a named app.config connection string AND another parameter which I have my own interface/implementation that provides this (`IConnectionStringResolver`)....
@ellern Thanks for the pointers. This is very useful. @mitsbits Thanks for the example.
Async versions of `Console.ReadKey` and `Console.ReadLine` with `CancellationToken` are notably missing, but I think we should follow convention and: 1. Create async versions of the methods (`ReadKeyAsync`, `ReadLineAsync` etc.) 2....
[projects.zip](https://github.com/aws/porting-assistant-dotnet-client/files/13322346/projects.zip) Attached file contains the solution file and all refrenced .csproj files with their paths maintained. (please note that the "zip" file is actually a "7z" file but you should...
> Can not reproduce the problem in either PAClient or PA UI tools. > > This the reference record I used for testing. Do you mind sharing the csproj file?...