Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use class applicationName variable instead of local.
I keep getting an exception from Path.Combine after updating to 0.99 if applicationName parameter is null, as suggested since it's now optional. I guess this is an oversight and the local applicationName is used to find the rootAppDirectory, even though the class member applicationName is correctly set beforehand.
- Loading branch information