Open Closed

[ERR] StartIndex cannot be less than zero. (Parameter 'startIndex') #4465


User avatar
0
afatima@asb.bh created
  • ABP Framework version: v7.0.1
  • Framework Template: Application Pro
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
2023-02-01 22:27:46.364 +03:00 [INF] 1/8 - EntityGenerateCommand started...
2023-02-01 22:27:46.392 +03:00 [ERR] ---------- RemoteServiceErrorInfo ----------
{
  "code": null,
  "message": "An internal error occurred during your request!",
  "details": null,
  "data": {},
  "validationErrors": null
}

2023-02-01 22:27:46.394 +03:00 [ERR] StartIndex cannot be less than zero. (Parameter 'startIndex')
System.ArgumentOutOfRangeException: StartIndex cannot be less than zero. (Parameter 'startIndex')
   at System.String.ThrowSubstringArgumentOutOfRange(Int32 startIndex, Int32 length)
   at System.String.Substring(Int32 startIndex)
   at Volo.Abp.Suite.Areas.AbpSuite.CrudPageGenerator.Commands.EntityGenerateCommand.yuTUj3U4io(Boolean  , String  , String  )
   at Volo.Abp.Suite.Areas.AbpSuite.CrudPageGenerator.Commands.EntityGenerateCommand.ro9U4s63A3(Boolean  )
   at Volo.Abp.Suite.Areas.AbpSuite.CrudPageGenerator.Commands.EntityGenerateCommand.P0DjoGvf0Y()
   at Volo.Abp.Suite.Areas.AbpSuite.CrudPageGenerator.Commands.EntityGenerateCommand.ExecuteAsync(CrudPageCommandOptions options)
   at Volo.Abp.Suite.Areas.AbpSuite.CrudPageGenerator.CommandManager.ExecuteAllAsync(CrudPageCommandOptions options)
   at Volo.Abp.Suite.Areas.AbpSuite.CrudPageGenerator.Commands.CrudPageGenerator.GenerateAsync(EntityModel entity, Solution solution)
   at Volo.Abp.Suite.Controllers.CrudPageGeneratorController.SaveAndGenerateEntityAsync(Guid solutionId, EntityModel entity)
   at lambda_method2022(Closure, Object)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.&lt;InvokeNextActionFilterAsync&gt;g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.&lt;InvokeInnerFilterAsync&gt;g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.&lt;InvokeNextExceptionFilterAsync&gt;g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
2023-02-01 22:27:46.404 +03:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Http.RemoteServiceErrorResponse'.
2023-02-01 22:27:46.404 +03:00 [INF] Executed action Volo.Abp.Suite.Controllers.CrudPageGeneratorController.SaveAndGenerateEntityAsync (Volo.Abp.Suite) in 168.82ms
2023-02-01 22:27:46.404 +03:00 [INF] Executed endpoint 'Volo.Abp.Suite.Controllers.CrudPageGeneratorController.SaveAndGenerateEntityAsync (Volo.Abp.Suite)'
2023-02-01 22:27:46.404 +03:00 [INF] Request finished HTTP/1.1 POST http://localhost:3000/api/abpSuite/crudPageGenerator/588e4183-b13b-4eaa-b725-bed37a83b973/save-and-generate-entity application/json 5653 - 500 - application/json;+charset=utf-8 169.2439ms
  • Suite Entity File
{
  "Id": "c7dc1f48-89d7-417e-97ad-fcb8d2e078f5",
  "Name": "MITItem",
  "OriginalName": "MITItem",
  "NamePlural": "MITItems",
  "DatabaseTableName": "MITItems",
  "Namespace": "MITs",
  "BaseClass": "FullAuditedAggregateRoot",
  "MenuIcon": "tools",
  "PrimaryKeyType": "int",
  "IsMultiTenant": false,
  "CheckConcurrency": true,
  "ShouldCreateUserInterface": false,
  "ShouldCreateBackend": true,
  "ShouldExportExcel": false,
  "ShouldAddMigration": true,
  "ShouldUpdateDatabase": true,
  "CreateTests": false,
  "Properties": [
    {
      "Id": "b124bb7e-c962-4a10-8dd1-4f7539bf3eac",
      "Name": "Code",
      "Type": "string",
      "EnumType": "",
      "EnumNamespace": "",
      "EnumAngularImport": "shared/enums",
      "EnumFilePath": null,
      "DefaultValue": null,
      "IsNullable": false,
      "IsRequired": true,
      "IsTextArea": false,
      "MinLength": null,
      "MaxLength": null,
      "SortOrder": 0,
      "SortType": 0,
      "Regex": "[a-zA-Z0-9.-]*",
      "EmailValidation": false,
      "EnumValues": null,
      "IsSelected": true,
      "OrdinalIndex": 0
    },
    {
      "Id": "6b7f1739-b91f-4056-849e-9f98df382e4d",
      "Name": "Name",
      "Type": "string",
      "EnumType": "",
      "EnumNamespace": "",
      "EnumAngularImport": "shared/enums",
      "EnumFilePath": null,
      "DefaultValue": null,
      "IsNullable": false,
      "IsRequired": true,
      "IsTextArea": false,
      "MinLength": null,
      "MaxLength": null,
      "SortOrder": 0,
      "SortType": 0,
      "Regex": "[a-zA-Z0-9\\-_ .]*",
      "EmailValidation": false,
      "EnumValues": null,
      "IsSelected": true,
      "OrdinalIndex": 0
    },
    {
      "Id": "6c90c2f7-de33-4757-872e-22d86ae9317a",
      "Name": "DisplayName",
      "Type": "string",
      "EnumType": "",
      "EnumNamespace": "",
      "EnumAngularImport": "shared/enums",
      "EnumFilePath": null,
      "DefaultValue": null,
      "IsNullable": false,
      "IsRequired": false,
      "IsTextArea": false,
      "MinLength": null,
      "MaxLength": null,
      "SortOrder": 0,
      "SortType": 0,
      "Regex": "",
      "EmailValidation": false,
      "EnumValues": null,
      "IsSelected": true,
      "OrdinalIndex": 0
    },
    {
      "Id": "f0c010c1-2dfd-40d6-a0c1-cfe96500f60b",
      "Name": "Description",
      "Type": "string",
      "EnumType": "",
      "EnumNamespace": "",
      "EnumAngularImport": "shared/enums",
      "EnumFilePath": null,
      "DefaultValue": null,
      "IsNullable": false,
      "IsRequired": false,
      "IsTextArea": false,
      "MinLength": null,
      "MaxLength": null,
      "SortOrder": 0,
      "SortType": 0,
      "Regex": "",
      "EmailValidation": false,
      "EnumValues": null,
      "IsSelected": true,
      "OrdinalIndex": 0
    },
    {
      "Id": "9f916871-c973-420b-b74b-b96bde46524f",
      "Name": "Hint",
      "Type": "string",
      "EnumType": "",
      "EnumNamespace": "",
      "EnumAngularImport": "shared/enums",
      "EnumFilePath": null,
      "DefaultValue": null,
      "IsNullable": false,
      "IsRequired": false,
      "IsTextArea": false,
      "MinLength": null,
      "MaxLength": null,
      "SortOrder": 0,
      "SortType": 0,
      "Regex": "",
      "EmailValidation": false,
      "EnumValues": null,
      "IsSelected": true,
      "OrdinalIndex": 0
    },
    {
      "Id": "ae86f1c3-85b8-45fb-9357-4b84e989df45",
      "Name": "HintAsHtml",
      "Type": "string",
      "EnumType": "",
      "EnumNamespace": "",
      "EnumAngularImport": "shared/enums",
      "EnumFilePath": null,
      "DefaultValue": null,
      "IsNullable": false,
      "IsRequired": false,
      "IsTextArea": false,
      "MinLength": null,
      "MaxLength": null,
      "SortOrder": 0,
      "SortType": 0,
      "Regex": "",
      "EmailValidation": false,
      "EnumValues": null,
      "IsSelected": true,
      "OrdinalIndex": 0
    },
    {
      "Id": "651f0581-df06-4b64-aff0-67d9ae59a715",
      "Name": "DatabaseValue",
      "Type": "string",
      "EnumType": "",
      "EnumNamespace": "",
      "EnumAngularImport": "shared/enums",
      "EnumFilePath": null,
      "DefaultValue": null,
      "IsNullable": false,
      "IsRequired": true,
      "IsTextArea": false,
      "MinLength": null,
      "MaxLength": null,
      "SortOrder": 0,
      "SortType": 0,
      "Regex": "[a-zA-Z0-9-\\.]*",
      "EmailValidation": false,
      "EnumValues": null,
      "IsSelected": true,
      "OrdinalIndex": 0
    },
    {
      "Id": "930548ff-9590-4816-af77-b0212c0ca355",
      "Name": "DisplayValue",
      "Type": "string",
      "EnumType": "",
      "EnumNamespace": "",
      "EnumAngularImport": "shared/enums",
      "EnumFilePath": null,
      "DefaultValue": null,
      "IsNullable": false,
      "IsRequired": false,
      "IsTextArea": false,
      "MinLength": null,
      "MaxLength": null,
      "SortOrder": 0,
      "SortType": 0,
      "Regex": "[a-zA-Z0-9\\-_ .]*",
      "EmailValidation": false,
      "EnumValues": null,
      "IsSelected": true,
      "OrdinalIndex": 0
    },
    {
      "Id": "feea4237-8917-440b-916f-c6b9a6cf088c",
      "Name": "SortOrder",
      "Type": "int",
      "EnumType": "",
      "EnumNamespace": "",
      "EnumAngularImport": "shared/enums",
      "EnumFilePath": null,
      "DefaultValue": null,
      "IsNullable": false,
      "IsRequired": false,
      "IsTextArea": false,
      "MinLength": null,
      "MaxLength": null,
      "SortOrder": 1,
      "SortType": 1,
      "Regex": "",
      "EmailValidation": false,
      "EnumValues": null,
      "IsSelected": true,
      "OrdinalIndex": 0
    },
    {
      "Id": "a16a6bfd-9d67-4def-bb05-1297e8bae731",
      "Name": "IsFactory",
      "Type": "bool",
      "EnumType": "",
      "EnumNamespace": "",
      "EnumAngularImport": "shared/enums",
      "EnumFilePath": null,
      "DefaultValue": "false",
      "IsNullable": false,
      "IsRequired": false,
      "IsTextArea": false,
      "MinLength": null,
      "MaxLength": null,
      "SortOrder": 0,
      "SortType": 0,
      "Regex": "",
      "EmailValidation": false,
      "EnumValues": null,
      "IsSelected": true,
      "OrdinalIndex": 0
    },
    {
      "Id": "94e29170-0655-4b18-b4a6-63a3e6560f23",
      "Name": "IsActive",
      "Type": "bool",
      "EnumType": "",
      "EnumNamespace": "",
      "EnumAngularImport": "shared/enums",
      "EnumFilePath": null,
      "DefaultValue": "true",
      "IsNullable": false,
      "IsRequired": false,
      "IsTextArea": false,
      "MinLength": null,
      "MaxLength": null,
      "SortOrder": 0,
      "SortType": 0,
      "Regex": "",
      "EmailValidation": false,
      "EnumValues": null,
      "IsSelected": true,
      "OrdinalIndex": 0
    }
  ],
  "NavigationProperties": [
    {
      "EntityNameWithDuplicationNumber": "MITCatalog",
      "EntitySetNameWithDuplicationNumber": "Catalogs",
      "ReferencePropertyName": "Catalog",
      "UiPickType": "Typeahead",
      "IsRequired": true,
      "Name": "CatalogId",
      "DisplayProperty": "DisplayName",
      "Namespace": "SchoolAut0mater.CoreService.MITCatalogs",
      "EntityName": "MITCatalog",
      "EntitySetName": "Catalogs",
      "DtoNamespace": "SchoolAut0mater.CoreService.MITCatalogs",
      "DtoEntityName": "MITCatalogDto",
      "Type": "int"
    }
  ],
  "NavigationConnections": [],
  "PhysicalFileName": "MITItem.json"
}
  • Steps to reproduce the issue:"
    • abp suite
    • open module project
    • configure the above attached entity
    • save and generate
    • booooooommmmmmm.... ERROR

9 Answer(s)
  • User Avatar
    0
    yekalkan created
    Support Team Fullstack Developer

    Hi @afatima

    Can you share the DbContext file content? You can send it to support@abp.io if it is private.

  • User Avatar
    0
    afatima@asb.bh created

    We have updated the project so cannot reproduce the above error currently.

    We are facing another issue where the angular components and proxies are not generated if the module name is hyphenated or has a '.' in the name. Kindly find the errors and steps to reproduce below. Kindly let us know if there is a workaround for the same.

    Our Project have 2 parts

    1. main application via 'app-pro' template with the solution name "SchoolAut0mater"
    abp new SchoolAut0mater -t app-pro -u angular -m none --database-provider ef -csf
    
    1. and a module via 'module-pro' template with solution name "SchoolAut0mater.Store"
    abp add-module SchoolAut0mater.Staff --new -t module-pro -u angular --add-to-solution-file --startup-project .\aspnet-core\src\SchoolAut0mater.HttpApi.Host\SchoolAut0mater.HttpApi.Host.csproj
    

    First part worked, We were able to run the application. When we add part 2, we faced some issue somehow we fixed using below changes

    • renamed "@school-aut0mater/staff" to "@staff" in '.\SchoolAut0mater\angular\projects\staff\package.json'
    • renamed "@school-aut0mater/staff" to "@staff" in '.\SchoolAut0mater\angular\tsconfig.json'
    • renamed "@school-aut0mater/staff/config" to "@staff/config" in '.\SchoolAut0mater\angular\tsconfig.json'
    • in .\SchoolAut0mater\angular\projects\staff\src\lib\staff.service.spec.ts, Service reference path is corrected import { StaffService } from './staff.service'; to import { StaffService } from './services/staff.service';
    • in .\SchoolAut0mater\angular\projects\staff\src\lib\staff.component.spec.ts, Componenreference path is corrected import { StaffComponent } from './staff.component'; to import { StaffComponent } from './components/staff.component';
    • implemented the fix for "Fix wrong import when module added to angular project #15550"~~~~

    some how the application is working Now I am using abp suite to generate/scaffolding all required items including angular files for am entity "MITCatalog", Unfortunately the angular files are not generated.


    No matter what I tried there are no signs of angular files generation.

    So I had a doubts on name conversion of my Module solution name 'SchoolAut0mater.Staff'. I have delete all codes or Module 'SchoolAut0mater.Staff' and decided to recreate a new module with the name 'Staff'

    1. and a module via 'module-pro' template with solution name "Store"
    abp add-module Staff --new -t module-pro -u angular --add-to-solution-file --startup-project .\aspnet-core\src\SchoolAut0mater.HttpApi.Host\SchoolAut0mater.HttpApi.Host.csproj
    
    • in .\SchoolAut0mater\angular\projects\staff\src\lib\staff.service.spec.ts, Service reference path is corrected import { StaffService } from './staff.service'; to import { StaffService } from './services/staff.service';
    • in .\SchoolAut0mater\angular\projects\staff\src\lib\staff.component.spec.ts, Componenreference path is corrected import { StaffComponent } from './staff.component'; to import { StaffComponent } from './components/staff.component';
    • implemented the fix for "Fix wrong import when module added to angular project #15550"

    some how the application is working Now I am using abp suite to generate/scaffolding all required items including angular files for the same entity "MITCatalog", Now angular files are create this time.


    We want all the name of module for our solutions to prefix with SchoolA0tomater

    is there any solution....

  • User Avatar
    0
    yekalkan created
    Support Team Fullstack Developer

    Hi @afatima,

    You added the generated module to ABP Suite and generated code on that, right?

    Can you open %USERPROFILE%\.abp\suite\appsettings.json file and check if the UiFramework and AngularSolutionRootPath are correct? (UiFramework should be 3)

  • User Avatar
    0
    afatima@asb.bh created

    Yes I have added the module to ABP Suite and then generated the code on that. Kindly find the appsettings file below:

  • User Avatar
    0
    muhammedaltug created

    Hello

    in .\SchoolAut0mater\angular\projects\staff\src\lib\staff.service.spec.ts, Service reference path is corrected import { StaffService } from './staff.service'; to import { StaffService } from './services/staff.service'; in .\SchoolAut0mater\angular\projects\staff\src\lib\staff.component.spec.ts, Componenreference path is corrected import { StaffComponent } from './staff.component'; to import { StaffComponent } from './components/staff.component';

    We will fix the template by moving spec.ts files to the related component and service directory. You can move related files.

    renamed "@school-aut0mater/staff" to "@staff" in '.\SchoolAut0mater\angular\projects\staff\package.json' renamed "@school-aut0mater/staff" to "@staff" in '.\SchoolAut0mater\angular\tsconfig.json' renamed "@school-aut0mater/staff/config" to "@staff/config" in '.\SchoolAut0mater\angular\tsconfig.json'

    We will fix the import statement of ConfigModule in app.module.ts from @package-name/config to @namespace/package-name/config. You can change the import statement.

    Also, we will fix entity generation in your case. The fixes are available in the next bugfix version of 7.0

  • User Avatar
    0
    afatima@asb.bh created

    Hello

    We have tried the same steps again after updating to version 7.1.0-rc.1 but are still having the same issue - angular files are not generated for the entity. Kindly view the abp suite logs below:

    2023-02-10 00:44:36.386 +03:00 [INF] Route matched with {controller = "crudPageGenerator", action = "SaveAndGenerateEntity", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.NoContentResult] SaveAndGenerateEntityAsync(System.Guid, Volo.Abp.Suite.Models.EntityModel) on controller Volo.Abp.Suite.Controllers.CrudPageGeneratorController (Volo.Abp.Suite).
    2023-02-10 00:44:36.677 +03:00 [INF] 
    === ENTITY GENERATION STARTED === 
    * SOLUTION: SchoolAut0mater.Staff
    * ENTITY:{
      "Id": "5e45a018-331b-4ae5-9f54-3f662627d19d",
      "Name": "AcademicYear",
      "OriginalName": "AcademicYear",
      "NamePlural": "AcademicYears",
      "DatabaseTableName": "AcademicYears",
      "Namespace": "AcademicYears",
      "BaseClass": "FullAuditedAggregateRoot",
      "MenuIcon": "file-alt",
      "PrimaryKeyType": "Guid",
      "IsMultiTenant": false,
      "CheckConcurrency": true,
      "ShouldCreateUserInterface": true,
      "ShouldCreateBackend": true,
      "ShouldExportExcel": true,
      "ShouldAddMigration": true,
      "ShouldUpdateDatabase": true,
      "CreateTests": true,
      "Properties": [
        {
          "Id": "9b6891b6-e588-4691-bbda-6bfa0172bc8e",
          "Name": "Code",
          "Type": "string",
          "EnumType": "",
          "EnumNamespace": "",
          "EnumAngularImport": "shared/enums",
          "EnumFilePath": null,
          "DefaultValue": null,
          "IsNullable": false,
          "IsRequired": false,
          "IsTextArea": false,
          "MinLength": null,
          "MaxLength": null,
          "SortOrder": 0,
          "SortType": 0,
          "Regex": "",
          "EmailValidation": false,
          "EnumValues": null,
          "IsSelected": true,
          "OrdinalIndex": 0
        }
      ],
      "NavigationProperties": [],
      "NavigationConnections": [],
      "PhysicalFileName": "AcademicYear.json"
    }
    
    2023-02-10 00:44:36.678 +03:00 [INF] 1/9 - EntityGenerateCommand started...
    2023-02-10 00:44:36.711 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:3000/Themes/Lepton/Global/assets/fonts/poppins-v6-latin-700.woff2 - -
    2023-02-10 00:44:36.716 +03:00 [INF] Sending file. Request path: '/Themes/Lepton/Global/assets/fonts/poppins-v6-latin-700.woff2'. Physical path: 'N/A'
    2023-02-10 00:44:36.716 +03:00 [INF] Request finished HTTP/1.1 GET http://localhost:3000/Themes/Lepton/Global/assets/fonts/poppins-v6-latin-700.woff2 - - - 200 7924 font/woff2 5.0516ms
    2023-02-10 00:44:37.628 +03:00 [INF] 1/9 - EntityGenerateCommand completed.                    | Duration: 947 ms.
    2023-02-10 00:44:37.628 +03:00 [INF] 2/9 - RepositoryCommand started...
    2023-02-10 00:44:37.695 +03:00 [INF] 2/9 - RepositoryCommand completed.                        | Duration: 66 ms.
    2023-02-10 00:44:37.695 +03:00 [INF] 3/9 - ManagerCommand started...
    2023-02-10 00:44:37.716 +03:00 [INF] 3/9 - ManagerCommand completed.                           | Duration: 20 ms.
    2023-02-10 00:44:37.716 +03:00 [INF] 4/9 - AppServiceCommand started...
    2023-02-10 00:44:44.965 +03:00 [INF] 4/9 - AppServiceCommand completed.                        | Duration: 7248 ms.
    2023-02-10 00:44:44.965 +03:00 [INF] 5/9 - ProxyControllerCommand started...
    2023-02-10 00:44:44.983 +03:00 [INF] 5/9 - ProxyControllerCommand completed.                   | Duration: 17 ms.
    2023-02-10 00:44:44.983 +03:00 [INF] 6/9 - PermissionCommand started...
    2023-02-10 00:44:45.010 +03:00 [INF] 6/9 - PermissionCommand completed.                        | Duration: 26 ms.
    2023-02-10 00:44:45.010 +03:00 [INF] 7/9 - ApplicationObjectMappingCommand started...
    2023-02-10 00:44:45.021 +03:00 [INF] 7/9 - ApplicationObjectMappingCommand completed.          | Duration: 10 ms.
    2023-02-10 00:44:45.021 +03:00 [INF] 8/9 - UnitTestCommandCommand started...
    2023-02-10 00:44:45.054 +03:00 [INF] 8/9 - UnitTestCommandCommand completed.                   | Duration: 33 ms.
    2023-02-10 00:44:45.054 +03:00 [INF] 9/9 - GenerateProxyCommand started...
    2023-02-10 00:44:45.055 +03:00 [INF] 9/9 - GenerateProxyCommand completed.                     | Duration: 0 ms.
    2023-02-10 00:44:45.055 +03:00 [INF] Entity generation completed in 8 sec.
    2023-02-10 00:44:45.057 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 204
    2023-02-10 00:44:45.057 +03:00 [INF] Executed action Volo.Abp.Suite.Controllers.CrudPageGeneratorController.SaveAndGenerateEntityAsync (Volo.Abp.Suite) in 8671.12ms
    2023-02-10 00:44:45.057 +03:00 [INF] Executed endpoint 'Volo.Abp.Suite.Controllers.CrudPageGeneratorController.SaveAndGenerateEntityAsync (Volo.Abp.Suite)'
    2023-02-10 00:44:45.057 +03:00 [INF] Request finished HTTP/1.1 POST http://localhost:3000/api/abpSuite/crudPageGenerator/2cb57931-7304-40d2-8fbe-d883cbea5edc/save-and-generate-entity application/json 902 - 204 - - 8672.2334ms
    2023-02-10 00:44:45.075 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:3000/api/abpSuite/crudPageGenerator/2cb57931-7304-40d2-8fbe-d883cbea5edc/entities application/json -
    2023-02-10 00:44:45.076 +03:00 [INF] Executing endpoint 'Volo.Abp.Suite.Controllers.CrudPageGeneratorController.GetEntitiesAsync (Volo.Abp.Suite)'
    2023-02-10 00:44:45.076 +03:00 [INF] Route matched with {controller = "crudPageGenerator", action = "GetEntities", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Volo.Abp.Suite.Models.EntityModel]] GetEntitiesAsync(System.Guid) on controller Volo.Abp.Suite.Controllers.CrudPageGeneratorController (Volo.Abp.Suite).
    2023-02-10 00:44:45.079 +03:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Volo.Abp.Suite.Models.EntityModel, Volo.Abp.Suite, Version=7.1.0.0, Culture=neutral, PublicKeyToken=null]]'.
    2023-02-10 00:44:45.080 +03:00 [INF] Executed action Volo.Abp.Suite.Controllers.CrudPageGeneratorController.GetEntitiesAsync (Volo.Abp.Suite) in 4.1813ms
    2023-02-10 00:44:45.080 +03:00 [INF] Executed endpoint 'Volo.Abp.Suite.Controllers.CrudPageGeneratorController.GetEntitiesAsync (Volo.Abp.Suite)'
    2023-02-10 00:44:45.080 +03:00 [INF] Request finished HTTP/1.1 GET http://localhost:3000/api/abpSuite/crudPageGenerator/2cb57931-7304-40d2-8fbe-d883cbea5edc/entities application/json - - 200 - application/json;+charset=utf-8 4.8682ms
    2023-02-10 00:44:45.105 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:3000/api/abpSuite/crudPageGenerator/2cb57931-7304-40d2-8fbe-d883cbea5edc/AcademicYear application/json -
    2023-02-10 00:44:45.105 +03:00 [INF] Executing endpoint 'Volo.Abp.Suite.Controllers.CrudPageGeneratorController.GetEntityAsync (Volo.Abp.Suite)'
    2023-02-10 00:44:45.106 +03:00 [INF] Route matched with {controller = "crudPageGenerator", action = "GetEntity", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Suite.Models.EntityModel] GetEntityAsync(System.Guid, System.String) on controller Volo.Abp.Suite.Controllers.CrudPageGeneratorController (Volo.Abp.Suite).
    2023-02-10 00:44:45.108 +03:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Suite.Models.EntityModel'.
    2023-02-10 00:44:45.108 +03:00 [INF] Executed action Volo.Abp.Suite.Controllers.CrudPageGeneratorController.GetEntityAsync (Volo.Abp.Suite) in 2.7032ms
    2023-02-10 00:44:45.108 +03:00 [INF] Executed endpoint 'Volo.Abp.Suite.Controllers.CrudPageGeneratorController.GetEntityAsync (Volo.Abp.Suite)'
    2023-02-10 00:44:45.108 +03:00 [INF] Request finished HTTP/1.1 GET http://localhost:3000/api/abpSuite/crudPageGenerator/2cb57931-7304-40d2-8fbe-d883cbea5edc/AcademicYear application/json - - 200 - application/json;+charset=utf-8 3.4621ms
    
  • User Avatar
    0
    yekalkan created
    Support Team Fullstack Developer

    @afatima

    7.1.0-rc.1 is released before this issue is fixed. Please wait for the next RC release which will be released soon (next-week probably).

    Also we refunded your question credit for this question, since it was a bug.

  • User Avatar
    0
    afatima@asb.bh created

    Hi,

    I would like to follow on the issue. Any update on the next RC release? When would it be released?

  • User Avatar
    0
    yekalkan created
    Support Team Fullstack Developer

    Hi @afatima

    7.0.2 is being released today, 7.1.0-rc.2 tomorrow.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11