You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 5, 2023. It is now read-only.
I have a problem when use "Templify Here" function, it can not get name of project and project's name always returns "NAME". I checked folder "AppData\Roaming\Endjin\Templify\errors" and this is error message:
Object reference not set to an instance of an object.
at Endjin.Templify.Domain.Infrastructure.Configuration.GetConfigSetting(String settingName) in C:_Projects\endjin\OSS\Templify\Solutions\Endjin.Templify.Domain\Infrastructure\Configuration.cs:line 58
at Endjin.Templify.Domain.Infrastructure.Configuration.GetFileExclusions() in C:_Projects\endjin\OSS\Templify\Solutions\Endjin.Templify.Domain\Infrastructure\Configuration.cs:line 26
at Endjin.Templify.Domain.Domain.Packager.Processors.FilteredFileSystemArtefactProcessor.SetFilters() in C:_Projects\endjin\OSS\Templify\Solutions\Endjin.Templify.Domain\Domain\Packager\Processors\FilteredFileSystemArtefactProcessor.cs:line 37
at Endjin.Templify.Domain.Domain.Packager.Processors.FilteredFileSystemArtefactProcessor.RetrieveFiles(String path) in C:_Projects\endjin\OSS\Templify\Solutions\Endjin.Templify.Domain\Domain\Packager\Processors\FilteredFileSystemArtefactProcessor.cs:line 30
at Endjin.Templify.Domain.Domain.Packager.Processors.PackageProcessor.ProcessFiles(String path, Dictionary2 tokens) in C:\_Projects\endjin\OSS\Templify\Solutions\Endjin.Templify.Domain\Domain\Packager\Processors\PackageProcessor.cs:line 74 at Endjin.Templify.Domain.Domain.Packager.Processors.PackageProcessor.Process(String path, Dictionary2 tokens) in C:_Projects\endjin\OSS\Templify\Solutions\Endjin.Templify.Domain\Domain\Packager\Processors\PackageProcessor.cs:line 47
at Endjin.Templify.Domain.Tasks.PackageDeployerTasks.RunDeployPackage() in C:_Projects\endjin\OSS\Templify\Solutions\Endjin.Templify.Domain\Tasks\PackageDeployerTasks.cs:line 94
at Endjin.Templify.Domain.Tasks.PackageDeployerTasks.DeployPackage(CommandOptions options) in C:_Projects\endjin\OSS\Templify\Solutions\Endjin.Templify.Domain\Tasks\PackageDeployerTasks.cs:line 66
at Endjin.Templify.Client.ViewModel.DeployPackageViewModel.ExecutePackage() in C:_Projects\endjin\OSS\Templify\Solutions\Endjin.Templify.Client\ViewModel\DeployPackageViewModel.cs:line 91
at Endjin.Templify.Domain.Framework.Threading.BackgroundWorkerManager.<>c__DisplayClass3.b__0(Object , DoWorkEventArgs ) in C:_Projects\endjin\OSS\Templify\Solutions\Endjin.Templify.Domain\Framework\Threading\BackgroundWorkerManager.cs:line 15
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
I used Window7, Templify v0.6.14983 and "sharp-architecture-1.9.6.0--templify-package"
Hi Howard,
I have a problem when use "Templify Here" function, it can not get name of project and project's name always returns "NAME". I checked folder "AppData\Roaming\Endjin\Templify\errors" and this is error message:
Object reference not set to an instance of an object.
at Endjin.Templify.Domain.Infrastructure.Configuration.GetConfigSetting(String settingName) in C:_Projects\endjin\OSS\Templify\Solutions\Endjin.Templify.Domain\Infrastructure\Configuration.cs:line 58
at Endjin.Templify.Domain.Infrastructure.Configuration.GetFileExclusions() in C:_Projects\endjin\OSS\Templify\Solutions\Endjin.Templify.Domain\Infrastructure\Configuration.cs:line 26
at Endjin.Templify.Domain.Domain.Packager.Processors.FilteredFileSystemArtefactProcessor.SetFilters() in C:_Projects\endjin\OSS\Templify\Solutions\Endjin.Templify.Domain\Domain\Packager\Processors\FilteredFileSystemArtefactProcessor.cs:line 37
at Endjin.Templify.Domain.Domain.Packager.Processors.FilteredFileSystemArtefactProcessor.RetrieveFiles(String path) in C:_Projects\endjin\OSS\Templify\Solutions\Endjin.Templify.Domain\Domain\Packager\Processors\FilteredFileSystemArtefactProcessor.cs:line 30
at Endjin.Templify.Domain.Domain.Packager.Processors.PackageProcessor.ProcessFiles(String path, Dictionary
2 tokens) in C:\_Projects\endjin\OSS\Templify\Solutions\Endjin.Templify.Domain\Domain\Packager\Processors\PackageProcessor.cs:line 74 at Endjin.Templify.Domain.Domain.Packager.Processors.PackageProcessor.Process(String path, Dictionary2 tokens) in C:_Projects\endjin\OSS\Templify\Solutions\Endjin.Templify.Domain\Domain\Packager\Processors\PackageProcessor.cs:line 47at Endjin.Templify.Domain.Tasks.PackageDeployerTasks.RunDeployPackage() in C:_Projects\endjin\OSS\Templify\Solutions\Endjin.Templify.Domain\Tasks\PackageDeployerTasks.cs:line 94
at Endjin.Templify.Domain.Tasks.PackageDeployerTasks.DeployPackage(CommandOptions options) in C:_Projects\endjin\OSS\Templify\Solutions\Endjin.Templify.Domain\Tasks\PackageDeployerTasks.cs:line 66
at Endjin.Templify.Client.ViewModel.DeployPackageViewModel.ExecutePackage() in C:_Projects\endjin\OSS\Templify\Solutions\Endjin.Templify.Client\ViewModel\DeployPackageViewModel.cs:line 91
at Endjin.Templify.Domain.Framework.Threading.BackgroundWorkerManager.<>c__DisplayClass3.b__0(Object , DoWorkEventArgs ) in C:_Projects\endjin\OSS\Templify\Solutions\Endjin.Templify.Domain\Framework\Threading\BackgroundWorkerManager.cs:line 15
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
I used Window7, Templify v0.6.14983 and "sharp-architecture-1.9.6.0--templify-package"