Activities of "maliming"

hi

Thanks.

hi

The Icelandic doesn't exist in the template project.

Did you add it manually?

hi

Can you try to upgrade to v8.1.4 and try again.

hi

Please share the logs in the Logs.txt and also try to upgrade the IdentityModel packages to the latest.

<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.5.1" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.5.1" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="7.5.1" />
Answer

hi

Can you explain what is your needs for the Worker Project?

Thanks.

hi

Please try to expose the ITenantManager as well.

[Dependency(ReplaceServices = true)]
[ExposeServices(typeof(TenantManager), typeof(ITenantManager))]
public class CustomTenantManager : TenantManager

hi

Can you share the logs?

Set log level to Debug.

public class Program
{
    public async static Task<int> Main(string[] args)
    {
        Log.Logger = new LoggerConfiguration()
            .MinimumLevel.Debug()
            .MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
            .Enrich.FromLogContext()
            .WriteTo.Async(c => c.File("Logs/logs.txt"))
            .WriteTo.Async(c => c.Console())
            .CreateLogger();

hi

Please use the latest IdentityModel packages in the HttpApi.Host project.

<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.5.1" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.5.1" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="7.5.1" />

https://github.com/abpframework/abp/issues/20145#issuecomment-2202052771

hi

After updating all csproj file manually lots of error occur now in solution as below:

You can change your code according to the error messages, the new version have some breaking changes.

hi

You can update the package version manually. Open your solution in vs code, search the packages, and replace it in all csproj files.

Showing 4551 to 4560 of 11531 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.