Hi,
There are two ways to put it.
1 Use BundleContributor https://abp.io/docs/latest/framework/ui/mvc-razor-pages/bundling-minification#contributor-dependencies
[DependsOn(typeof(JQueryScriptContributor))] //Define the dependency
public class MyExtensionScriptBundleContributor : BundleContributor
{
//...
}
Hi,
It's reasonable, I will refund your ticket.
Hi,
You can consider using different Localization Resource.
for example
[LocalizationResourceName("MyResource")]
public class MyResource
{
}
[LocalizationResourceName("MyPartialResource")]
public class MyPartialResource
{
}
Configure<AbpLocalizationOptions>(options =>
{
options.Resources
.Add<MyResource>("en")
.AddBaseTypes(typeof(MyResource))
.AddVirtualJson("/Localization/MyResource");
options.Resources
.Add<MyPartialResource>("en")
.AddVirtualJson("/Localization/MyPartialResource")
.AddBaseTypes(typeof(MyResource)); //Inherit from an existing resource
options.DefaultResourceType = typeof(MyPartialResource);
});
Hi
I think you can't do it.
Add the Kendo UI scripts. The Kendo UI script files required by UI for ASP.NET Core must be loaded in the <head> tag after the jQuery script:
https://docs.telerik.com/aspnet-core/getting-started/first-steps
Hi,
we will consider use long type in the next version
Hi,
we will update the document
Hi,
Hi thank you. Can we do a quick google meet perhaps? my email address faldielb@gmail.com
okay
https://abp.io/support/questions/7912/I-need-help-to-create-Identity-serverUsing-Identity-server-4-not-openIdct--in-latest-ABP-framework-82#answer-3a153a3b-680b-1e9d-9ff5-6baf6703cd0d
Sorry, I didn't see any error message here.
I think you have missed Volo.Abp.IdentityServer.Application.Contracts 8.3.0 in Contract layer please resolve this issue.
you can add it if missed. this is not a big problem.
Hi
Has this been documented anywhere
Nope , because when you create a project with pro template, it will be added automatically.
Hi
I will feedback to the LeptonX team