hi
Note : You don’t need the codebase for this. Just download the codebase from ABP.IO, open the SaaS Service, and try to add a new feature. Also, attempt to apply localization for the newly added feature.
Can you share this project via https://wetransfer.com/, I will change and share the code.
liming.ma@volosoft.com
Thanks.
ok, I will update it soon
hi
There is no such change in the new version.
hi
Enable EF Core logs to see what happened.
public class Program
{
public async static Task<int> Main(string[] args)
{
Log.Logger = new LoggerConfiguration()
.MinimumLevel.Debug()
.MinimumLevel.Override("Microsoft", LogEventLevel.Information)
.Enrich.FromLogContext()
.WriteTo.Async(c => c.File("Logs/logs.txt"))
.WriteTo.Async(c => c.Console())
.CreateLogger();
Of course. The password in the whole solution will be matched.
Yes, The studio will use same command to create pfx file.