Skip to content

Product image bug fixed #199

Product image bug fixed

Product image bug fixed #199

Triggered via pull request October 21, 2024 08:39
Status Success
Total duration 1m 37s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/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#L265
Dereference of a possibly null reference.
build: shared/EShopOnAbp.Keycloak.DbMigrator/KeycloakDataSeeder.cs#L296
Dereference of a possibly null reference.