Hi @pliaspzero,
The current docker files are being built in release mode. The command includes just appsettings.Production.json
If you don't use it in your project, please remove it.
I don't understand your second question. But you need to set your environments in docker .yml
files
Hi @pliaspzero,
Please look at these documents. I think it should help. https://learn.microsoft.com/en-us/aspnet/core/fundamentals/configuration/?view=aspnetcore-8.0 https://www.roundthecode.com/dotnet-tutorials/how-to-read-the-appsettings-json-configuration-file-in-asp-net-core
Hi @cmonzon,
Could you email [email protected] for this request?
Hi @pliaspzero,
You need two containers. One for Angular and one for the Aspnetcore backend. You can check docker document here. https://docs.aspnetzero.com/aspnet-core-angular/latest/Deployment-Angular-Docker
We are using OWASP ZAP for security tests. https://docs.aspnetzero.com/aspnet-core-mvc/latest/Security-Test-Core
Hi @pliaspzero,
You can check this documents.
https://docs.aspnetzero.com/aspnet-core-angular/latest/Deployment-Angular-Docker https://docs.docker.com/compose/environment-variables/set-environment-variables/
Hi @dominici,
If you use useConventionalHttpVerbs = false
, some things may not work as expected. But since it will be a Post
method by default, I don't think it will cause too many problems.
You can check this document for more information. https://aspnetboilerplate.com/Pages/Documents/AspNet-Core#application-services-as-controllers
Hi @kalidarscope,
I can reproduce this in my project. Could you share your project with us? [email protected]
Hi @aiqbal,
Please look for this document. https://docs.aspnetzero.com/aspnet-core-mvc/latest/Development-Mvc-Core-Docker
ASP.NET Zero aspnet-core folder contains various docker projects for your application to debug using docker containers. You can add these projects to your .Web
or .All
solutions by Add Existing Project
to your preferred solution.
Hi @kalidarscope,
What is your project version? I checked the project's latest version and did not encounter such an error.
Hi @conorcorr,
There is no specific release date, but we typically update every 2 to 3 months. I estimate that our next release will occur in the early months of 2025.