Atividades de "guven.uysall"

Can you check your generate-proxy.json file? Is there an error here?

Hi, Open the ./suite/schematic folder in the terminal in the ui project. Delete the node_module here and run npm install --legacy-peer-deps.

Alternatively, the Angular version on your computer and the Angular version of the project may be different.

@Maliming, save us,

What is ABP's localization support for MAUI?

https://learn.microsoft.com/en-us/dotnet/maui/fundamentals/localization?view=net-maui-8.0

How can I use the localization settings in the domainShared project in our projects? Also, how can I use the authorization keys I wrote in AppsContracts for authorization in MAUI?

If the project will be installed on IIS, AppPool should be selected as LocalSystem. It may also be necessary to install it in PFX Certificate Manager. Also, it would be nice if the passPhrase was not empty.

Hi,

domain registrations need to be made to the server's host file.if you do not have the domain registration you provided, you will usually get this error.

Responder

Hi, I don't understand. I tried everything. When I compile the project with Visual Studio or Powershell, I can get the build, but when I download the project to the server and try to compile it with Bitbucket Runner, it gives an error.

Could not copy the file "obj\Debug\netstandard2.0\AppPool.AdministrationService.Domain.Shared.dll"

Is it possible to compile your trial project with bitbucket runner?

Pergunta
  • ABP Framework version: v6.0.2
  • UI Type: Angular
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no

I have a microservice project. I am trying to run CI/CD processes with Bitbucket runner. When the push operation is made to the relevant branch, the runner starts, downloads the project to the server, and there is only the dotnet build command in the yaml file. After a while, the command gives the following error. Could not copy the file "obj\Debug\netstandard2.0\AppPool.AdministrationService.Domain.Shared.dll" But when I try to compile the same project on Powershell or Visual Studio, it compiles perfectly. What could be the reason for the error with Runner?

image: mcr.microsoft.com/dotnet/core/sdk:6.0
pipelines:
  branches:
    Deploy_Server_Test:
      - step:
          name: "BUILD DB MIGRATOR"
          runs-on:
            - self.hosted
            - windows
            - local
          script:
            - dotnet restore
            - dotnet build

Hi Maliming,

I do not add query parameters such as tenantid or isDelete to any of my queries. ABP does this automatically. In addition to these parameters, I want to add another query condition and manage it centrally. How do I do it? :)

Any idea?

Mostrando 1 até 10 de 70 registros
Made with ❤️ on ABP v8.2.0-preview Updated on março 25, 2024, 15:11