Activities of "werner@deventerprise.com"

Thanks, didn't realize that migrations needed to be added after version updates/migrations.

Thanks,

Added

    private void ConfigureSaasPaymentOptions(IConfiguration configuration)
    {
        Configure<AbpSaasPaymentOptions>(options =>
        {
            options.IsPaymentSupported = true;
        });
    }

and called it from ConfigureServices

Same here, looks like all the Volo packages are gone/hidden all of a sudden no matter what the version.

*NU1103 - Unable to find a stable package Volo.Abp.Anything with version (>= 5.2.2)

This is all that's in the ABP Commercial Source list (no Volo packages at all):

Solved with information provided here: https://stackoverflow.com/a/58927285/564726

Showing 1 to 4 of 4 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11