Upgrade to ABP version 8.3.1 #195
Annotations
11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
shared/EShopOnAbp.Keycloak.DbMigrator/KeycloakDataSeeder.cs#L265
Dereference of a possibly null reference.
|
build:
shared/EShopOnAbp.Keycloak.DbMigrator/EShopOnAbpDbMigratorModule.cs#L18
Possible null reference assignment.
|
build:
shared/EShopOnAbp.Keycloak.DbMigrator/EShopOnAbpDbMigratorModule.cs#L19
Possible null reference assignment.
|
build:
shared/EShopOnAbp.Keycloak.DbMigrator/EShopOnAbpDbMigratorModule.cs#L20
Possible null reference assignment.
|
build:
shared/EShopOnAbp.Keycloak.DbMigrator/EShopOnAbpDbMigratorModule.cs#L21
Possible null reference assignment.
|
build:
shared/EShopOnAbp.Keycloak.DbMigrator/KeycloakClientOptions.cs#L5
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
shared/EShopOnAbp.Keycloak.DbMigrator/KeycloakClientOptions.cs#L6
Non-nullable property 'AdminUserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
shared/EShopOnAbp.Keycloak.DbMigrator/KeycloakClientOptions.cs#L7
Non-nullable property 'AdminPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
shared/EShopOnAbp.Keycloak.DbMigrator/KeycloakClientOptions.cs#L8
Non-nullable property 'RealmName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
shared/EShopOnAbp.Keycloak.DbMigrator/KeycloakDataSeeder.cs#L296
Dereference of a possibly null reference.
|