Skip to content

Merge pull request #244 from abpframework/gterdem/adminuser-sync-fix #175

Merge pull request #244 from abpframework/gterdem/adminuser-sync-fix

Merge pull request #244 from abpframework/gterdem/adminuser-sync-fix #175

Triggered via push May 21, 2024 04:50
Status Success
Total duration 1m 11s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: shared/EShopOnAbp.Keycloak.DbMigrator/KeycloakClientOptions.cs#L5
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider 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 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 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 declaring the property as nullable.
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/KeycloakDataSeeder.cs#L265
Dereference of a possibly null reference.
build: shared/EShopOnAbp.Keycloak.DbMigrator/KeycloakDataSeeder.cs#L296
Dereference of a possibly null reference.