Base solution for your next web application
Open Closed

Power Tools in Mac Command Line error #9295


User avatar
0
andrebretas created

Hi.

I download the Aspnetzero 9.0.0 yesteday and when I tried to run

dotnet AspNetZeroRadTool.dll Category.Json

Then I received the following message in console:

An error occured. : Object reference not set to an instance of an object.

The Category.json is:

{
  "IsRegenerate": false,
  "MenuPosition": "main",
  "RelativeNamespace": "AB.Category",
  "EntityName": "Category",
  "EntityNamePlural": "Categories",
  "TableName": "Categories",
  "PrimaryKeyType": "int",
  "BaseClass": "AuditedEntity",
  "EntityHistory": false,
  "AutoMigration": false,
  "UpdateDatabase": false,
  "CreateUserInterface": true,
  "CreateViewOnly": true,
  "CreateExcelExport": true,
  "PagePermission": {
       "Host": true,
       "Tenant": true
  },
  "Properties": [
            {
              "Name": "Name",
              "Type": "string",
              "MaxLength": 100,
              "MinLength": 0,
              "Range": {
                "IsRangeSet": false,
                "MinimumValue": 0,
                "MaximumValue": 0
              },
              "Required": true,
              "Nullable": false,
              "Regex": "",
              "UserInterface": {
                "List": true,
                "AdvancedFilter": true,
                "CreateOrUpdate": true
              }
            }
  ]
}

I did it right after downloading the Aspnetzero 9.0.0 package without changes.


4 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @andrebretas

    Unfortunately, we forgot to update some files which are only used in MAC. We will release 9.0.1 at the weekend, so you can try with that version. Sorry for this problem again.

  • User Avatar
    0
    andrebretas created

    Thanks !

    I'll wait release 9.0.1 and test again.

    Regards

  • User Avatar
    0
    andrebretas created

    @ismcagdas,

    I downloaded the new version but the issue continues generating exception. News about this?

    Thanks!

  • User Avatar
    0
    musa.demir created

    Can you please share error log