Hi,
I can't reproduce your problem. Can you provide complete steps? Including environment, project information, etc..., Or I can remotely access your computer. Thanks.
Hi ,@sean.alford
Please check your email, I responded to your email.
Hi,
public class qaSettingDefinitionProvider : SettingDefinitionProvider
{
public override void Define(ISettingDefinitionContext context)
{
context.Add(new SettingDefinition(MySettingModel.SettingKey,
JsonConvert.SerializeObject(new MySettingModel {Name = "name", Email = "email"})));
}
}
public class MySettingModel
{
public const string SettingKey = "MySettingModel";
public string Name { get; set; }
public string Email { get; set; }
}
Then you can read all the required settings at once:
I saw that you posted a duplicate question: https://support.abp.io/QA/Questions/262/Efficient-user-of-Settings-and-Features
3.0 will be released on July 1st, but this is not a framework issue,only abpio's issue.
Hi
Try use dotnet build
command to build solution.
It will be fixed in 3.0, You can send an email to info@abp.io and explain the account infomation whose password is to be changed. We will help you change your password : ).
Thanks for your beeback, I will check as soon as possible
Hi,
ABP has no restrictions on this, you can use any way you favorite.
LIke : https://blog.elmah.io/generate-a-pdf-from-asp-net-core-for-free/