ConsoleRedirect 1.0.1
Adding DataPackage.
You need to replace this.ServiceInitializationParameters to this.Context of ConsolRedirect.cs
You won't have any problem however, the first time, when I publish this code, I'd got an error "TestData" can't find.
After versioning up of ConfigPackage / DataPackage, it seems to work. Now works fine.
I guess "ConsoleRedirectPkg.Manifest.1.0.1" was on the ServiceFabric cluster. However, DataPackage starts with
1.0.0. The first time, Config/Data package didn't copied because they are v1.0.0. after upgrading over1.0.1 it worked. This is just my guess.