Ivan Monteiro Cantalice
Ivan Monteiro Cantalice
##### **Overview of the feature request** Add unit tests for related entities on the generated dotnet application. As an example: Unit tests for Employee should test adding and removing its...
##### **Overview of the issue** At the generated project's EntityControllerIntTest.cs the enum field is assigned to null: ``` [Fact] public async Task CheckStatusIsRequired() { var databaseSizeBeforeTest = await _entityRepository.CountAsync(); //...
##### **Overview of the issue** When I import entitities by JDL no pagination is generated, even with `paginate * with pagination` set in the JDL. I'm using the main version...
##### **Overview of the issue** The client (angular) is not loading users dropdown list when a relationship exists with User entity. On the client-side the User dorpdown-list does not load...
##### **Overview of the feature request** Use needles at ApplicationDatabaseContext template ##### **Motivation for or Use Case** The file ApplicationDatabaseContext.cs is re-generated on every entity change. It is very common...
Is it possible to implement a custom function for load balancing? I have custom requirements, such as monitoring servers metrics, and I'm wondering if a custom resolver could meet this...
I'm monitoring an asp.net application, and I would like to remove the following histogram metrics: - http_request_duration_seconds histogram - microsoft_aspnetcore_hosting_http_server_request_duration histogram It is adding a lot of clutter to my...