Activities of "jogoertzen"

I can also download it, but the abp cli cannot. The abp cli appears to be hard coded to use api.nuget.org.

Hi!

I am trying to run abp update -v 6.0.3 but I get errors like HTTP request attempt failed to https://api.nuget.org/v3-flatcontainer/volo.abp.auditlogging.application/index.json with an error: 404-Not Found.

Of course volo.abp.auditlogging.application cannot be found at api.nuget.org because it is a commercial package, but it seems like this package id is missing from the list of commercial package ids here. https://github.com/abpframework/abp/commit/13034bfb91b18b9c09946781d2d90af9dca80e67

In fact, the only package id (other than Lepton stuff) that the cli only considers to be commerical is volo.abp.suite.

Am I missing something? Should not all of the commerical package ids be in the list? Do I need to add them myself or something?

Thanks!

Thanks! I was not aware of that.

  • ABP Framework version: v5.1.4
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): Identity Server Separated (Angular)
  • Exception message and stack trace: N/A
  • Steps to reproduce the issue:" N/A

This question is related to the Microservice Template.

The documentation here states that the MyProjectName_AdministrationService client is used by the administration service for requesting the user list in administration pages from the identity service, however I don't see the MyProjectName_AdministrationService client ever requesting an access token to do so in the logs. It seems like the MyProjectName_Angular client handles all requests to the identity service.

  • Can I safely delete the MyProjectName_AdministrationService client from my application?
  • Is the MyProjectName_AdministrationService client used in other startup templates (eg. Application Template) or UI types (eg. Blazor)?

I tried changing the client secret to see if anything breaks, but everything seems to work fine.

Thanks!

@gterdem

Thanks for the clarification. I had not tested bringing up the list of permissions for a user, but I see now that it does not work when the internal gateway is down.

Alright. Thanks for looking into it anyways.

@albert

We tried using the preview version of the application template with abp suite v4.3.3 which attempts to download the app-pro-4.4.0-rc.2 template, but our firewall blocks it again claiming it found the same Apple Safari WebKit Selections Use-After-Free Vulnerability, but this time the file it claims has the vulnerability is toastui-editor.js as opposed to tui-editor-Editor-full.js which was reported previously when downloading the app-pro-4.3.3 template.

So it seems the apparent false-positive is still there in v2.x of Toast UI.

We confirmed a third option exists: explicitly adding Microsoft.EntityFrameworkCore.Relational 5.0.8 to the Shared.Hosting project gets rid of the conflict.

Hi liangshiwei,

Was there a particular section of the documentation you linked to above that you would like me to focus on?

I believe I understand how the internal gateway is supposed to work, but it seems like the current version of the Microservice template does not actually use the internal gateway at all. In other words, the template seems to work fine even if the internal gateway is down.

Are you aware of this?

Hi maliming,

Unfortunately, installing the latest .NET SDK did not solve the problem; the same error occurs.

I did a little digging and it seems Volo.Abp.EntityFrameworkCore >= 4.3.3 still depends on Microsoft.EntityFrameworkCore 5.0.7, but there are several package references in the Microservice template 4.3.3 that specify a wildcard in the patch version number (ie. 5.0.*) for Microsoft.EntityFrameworkCore that started resolving to 5.0.8 as of 2021-07-13. This seems to be what is breaking the build.

It seems the only options right now are (1) to replace all instances of 5.0.* with 5.0.7 to match Volo.Abp.EntityFrameworkCore, or (2) wait for a new version of Volo.Abp.EntityFrameworkCore that depends on Microsoft.EntityFrameworkCore 5.0.8.

Is that an accurate assessment?

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