How do I remove the jquery.js from the bundle?
Followed the KendoUI documents (getting started and deferred-initialization)
Telerik.UI.for.AspNet.Core.Trial NuGet package.context.Services.AddKendo(); in the ConfigureServices of the web module..Deferred() as explained in its documentation. In this way, I make the component scripts rendering at the end of the page, instead of inline.See the commit => https://github.com/abpframework/abp/commit/ec3ff48ef0e47432bccc1e11f87b0d026cf2f8be
Here are the documents explaining how to customize an ABP project:
Also check out ABP Commercial Technical FAQ
Update the ABP CLI:
dotnet tool update -g Volo.Abp.Cli
Update the ABP Suite:
abp suite update
How to add jQuery-UI package to my MVC project?
Update the ABP CLI:
dotnet tool update -g Volo.Abp.Cli
Update the ABP Suite:
abp suite update
You can report the bugs & issues under this topic for v2.6.0
Update the ABP CLI:
dotnet tool update -g Volo.Abp.Cli
Update the ABP Suite:
abp suite update
You can report the bugs & issues under this topic in the latest v2.5
Update the ABP CLI:
dotnet tool update -g Volo.Abp.Cli
Update the ABP Suite:
abp suite update
An unhandled exception occurred while processing the request. SocketException: No connection could be made because the target machine actively refused it. System.Net.Http.ConnectHelper.ConnectAsync(string host, int port, CancellationToken cancellationToken)
HttpRequestException: No connection could be made because the target machine actively refused it. System.Net.Http.ConnectHelper.ConnectAsync(string host, int port, CancellationToken cancellationToken)
IOException: IDX20804: Unable to retrieve document from: '[PII is hidden. For more details, see https://aka.ms/IdentityModel/PII.]'. Microsoft.IdentityModel.Protocols.HttpDocumentRetriever.GetDocumentAsync(string address, CancellationToken cancel)
InvalidOperationException: IDX20803: Unable to obtain configuration from: '[PII is hidden. For more details, see https://aka.ms/IdentityModel/PII.]'. Microsoft.IdentityModel.Protocols.ConfigurationManager<T>.GetConfigurationAsync(CancellationToken cancel)
Write your issues when upgrading to v2.4. Tomorrow, there will be v2.4.1 with some bugfixes (especiall for Suite)