Activities of "boltth"

  • ABP Framework version: v5.1.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes

We're building a docker build process on Azure Devops to build the HttpApi.Host of our ABP based application. It constantly fails with a couple of errors relating to some ABP-packages.

2022-01-25T08:49:01.8942948Z /app/aspnet-core/src/[removed].Domain.Shared/[removed]DomainSharedModule.cs(6,16): error CS0234: The type or namespace name 'LanguageManagement' does not exist in the namespace 'Volo.Abp' (are you missing an assembly reference?) [/app/aspnet-core/src/[removed].Domain.Shared/[removed].Domain.Shared.csproj] 2022-01-25T08:49:01.8945969Z /app/aspnet-core/src/[removed].Domain.Shared/[removed]DomainSharedModule.cs(14,16): error CS0234: The type or namespace name 'TextTemplateManagement' does not exist in the namespace 'Volo.Abp' (are you missing an assembly reference?) [/app/aspnet-core/src/[removed].Domain.Shared/[removed].Domain.Shared.csproj] 2022-01-25T08:49:01.8951286Z /app/aspnet-core/src/[removed].Domain.Shared/[removed]DomainSharedModule.cs(16,12): error CS0234: The type or namespace name 'Saas' does not exist in the namespace 'Volo' (are you missing an assembly reference?) [/app/aspnet-core/src/[removed].Domain.Shared/[removed].Domain.Shared.csproj] 2022-01-25T08:49:01.8953298Z /app/aspnet-core/src/[removed].Domain.Shared/[removed]DomainSharedModule.cs(26,16): error CS0246: The type or namespace name 'AbpIdentityProDomainSharedModule' could not be found (are you missing a using directive or an assembly reference?) [/app/aspnet-core/src/[removed].Domain.Shared/[removed].Domain.Shared.csproj] 2022-01-25T08:49:01.8955157Z /app/aspnet-core/src/[removed].Domain.Shared/[removed]DomainSharedModule.cs(29,16): error CS0246: The type or namespace name 'LanguageManagementDomainSharedModule' could not be found (are you missing a using directive or an assembly reference?) [/app/aspnet-core/src/[removed].Domain.Shared/[removed].Domain.Shared.csproj] 2022-01-25T08:49:01.8957108Z /app/aspnet-core/src/[removed].Domain.Shared/[removed]DomainSharedModule.cs(30,16): error CS0246: The type or namespace name 'SaasDomainSharedModule' could not be found (are you missing a using directive or an assembly reference?) [/app/aspnet-core/src/[removed].Domain.Shared/[removed].Domain.Shared.csproj] 2022-01-25T08:49:01.8958773Z /app/aspnet-core/src/[removed].Domain.Shared/[removed]DomainSharedModule.cs(31,16): error CS0246: The type or namespace name 'TextTemplateManagementDomainSharedModule' could not be found (are you missing a using directive or an assembly reference?) [/app/aspnet-core/src/[removed].Domain.Shared/[removed].Domain.Shared.csproj] 202

I recognized the following error in the Nuget downloads from the private ABP-Nuget-feed. Failed to download package 'Volo.Abp.LanguageManagement.Domain.Shared.5.1.2' from 'https://nuget.abp.io/[removed]/v3/package/volo.abp.languagemanagement.domain.shared/5.1.2/volo.abp.languagemanagement.domain.shared.5.1.2.nupkg'. 2022-01-25T08:48:12.8750945Z Response status code does not indicate success: 409 (Conflict).

The same happens for the following packages as well:

  • Volo.Abp.TextTemplateManagement.Domain.Shared.5.1.2
  • Volo.Abp.Account.Pro.Public.Application.5.1.2
  • Volo.Abp.Identity.Pro.Domain.5.1.2
  • Volo.Saas.Host.Application.Contracts.5.1.2
  • Volo.Abp.LanguageManagement.Domain.Shared.5.1.2
  • Volo.Payment.Domain.5.1.2
  • Volo.Payment.EntityFrameworkCore.5.1.2

There's another, but closed, discussion about the same issue a couple of months ago. So this might be connected to the same issue. https://support.abp.io/QA/Questions/1809/Abp-Commercial-Nuget-docker--409-Conflict

Thank you for your help!

Dear Volosoft-Team

I'm searching the documentation for the Lepton-Theme and the volosoft-Angular-framework. I sadly couldn't find much in both documentations (abp community and commercial). Is there another link I should know about? You surely implemented many awesome things that could be used in the frontend. But I should know about which possibilities are available and how to use them.

What am I looking for exactly: In the past we worked with a Material html-theme. They have a demonstration-site, that contains all kind of possibilities with the theme: http://byrushan.com/projects/ma/1-5-1/jquery/index.html And then, you have surely many angular-components.

Best Regards Thomas

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