valdisiljuconoks / LocalizationProvider

Database driven localization provider for .NET applications (core assemblies)
Apache License 2.0
119 stars 38 forks source link

Migration tool gives "Source directory does not exist" when used with Optimizely CMS 12 #260

Closed huguesl closed 1 year ago

huguesl commented 1 year ago

When attempting to export xml resources to JSON using "DbLocalizationProvider.MigrationTool.exe -s="{path-to-project}" -e -i", the tool always returns error: "Source directory does not exist".

I noticed in other issues that the tool requires a Web.config file which doesn't exist in Asp.Net Core. Has the migration tool been updated for .net core which doesn't use Web.config?