Activities of "EngincanV"

Hi, we fixed the problem on our NuGet Server. We refunded your ticket, thanks for your understanding. I close the question, if it still persists for you, please don't hesitate to reopen it.

Best Regards.

Hi, we fixed the problem on our NuGet Server. I refunded your ticket, thanks for your understanding. I close the question, if it still persists for you, please don't hesitate to reopen it.

Best Regards.

Hi, we fixed the problem on our NuGet Server. I refunded your ticket, thanks for your understanding. I close the question, if it still persists for you, please don't hesitate to reopen it.

Best Regards.

Hi, we fixed the problem on our NuGet Server. We refunded your ticket, thanks for your understanding. I close the question, if it still persists for you, please don't hesitate to reopen it.

Best Regards.

Hi, we fixed the problem on our NuGet Server. I refunded your ticket, thanks for your understanding. I close the question, if it still persists for you, please don't hesitate to reopen it.

Best Regards.

Hi @alessio.gogna@flybotix.com, we fixed this problem for MVC & Blazor sides. But, it seems it persists on the Angular side. I have created an issue (#13493) for this problem.

Still not updating.

Can you try to upgrade the Suite with the following dotnet CLI command? (i need to ensure that it was related to your global nuGet source or not):

dotnet tool update -g Volo.Abp.Suite --add-source https://nuget.abp.io/***your-api-key-here***/v3/index.json --version 7.0.1

Don't forget to replace the your-api-key with yours, You can find your API key in the NuGet.config of your solution.

I did this already. For fun, I tried it again. See results.

When you updated the ABP Suite, did you specify a version (--version 7.0.1)?

Hi @gterdem my goal is add a new app (es. a PWA to B2B on eshop example). This new app ass 2 microservice

  • Delivery service
  • Logistic service

We need to create a new dedicated gateway with Catalog, Ordering, Logistics and Delivery Service an a dadicated app.
So my approch is duplicate the gateway project and adjust Seed/CORS/config to allow conncetion but for a quick start to web pwa app I create a normal APP with cli command line and copy&paste angular folder.

The question is it's the best/only path that I've to do that?

If you need to create a gateway, yes duplicating the public gateway and customizing it to your needs is a good start. ABP Framework doesn't provide you with any API to create a custom gateway. So, creating a new gateway is your responsibility and you can check Ocelot's documentation for that purpose.

For the second question, as @gterdem mentioned, you need to create the UI application by yourself. If you want you can create it via Application Startup Template and remove the unnecessary projects/packages, and make the related configurations such as updating the Environment.ts file. At that point, ABP Framework can't do anything because this is a custom requirement and you need to make the related configurations by yourself.

Best regards.

Answer

Hi, can you check Microsoft's Mock gRPC client in tests documentation, it describes how you can mock your gRPC client with Moq. ABP Framework uses NSubstitude for the mocking library, so you should update the mocking statement according to the NSubstitute library.

Btw, this question is not related to ABP Framework and ABP Framework doesn't provide any helper class/method to mock gRPC clients. You should be able to mock the gRPC client like you would do any .NET Core application.

Showing 281 to 290 of 730 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11