Store-manager customer management + per-store customer identity #40
build.yml
on: pull_request
Build and analyze
9m 12s
Annotations
1 error and 11 warnings
|
Build and analyze
Process completed with exit code 1.
|
|
Build and analyze
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-dotnet@v4, actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and analyze:
src/Business/Grand.Business.Authentication/Services/JwtBearerCustomerAuthenticationService.cs#L34
Drop this useless call to 'ToList' or replace it by 'AsEnumerable' if you are using LINQ to Entities.
|
|
Build and analyze:
src/Business/Grand.Business.Authentication/Services/JwtBearerCustomerAuthenticationService.cs#L33
Drop this useless call to 'ToList' or replace it by 'AsEnumerable' if you are using LINQ to Entities.
|
|
Build and analyze:
src/Business/Grand.Business.Authentication/Services/JwtBearerCustomerAuthenticationService.cs#L32
Drop this useless call to 'ToList' or replace it by 'AsEnumerable' if you are using LINQ to Entities.
|
|
Build and analyze:
src/Business/Grand.Business.Authentication/Services/CookieAuthenticationService.cs#L76
Rename parameter 'isPersistent' to 'createPersistentCookie' to match the interface declaration.
|
|
Build and analyze:
src/Business/Grand.Business.Customers/Services/CustomerManagerService.cs#L92
'System.Exception' should not be thrown by user code.
|
|
Build and analyze:
src/Business/Grand.Business.Customers/Services/CustomerManagerService.cs#L69
'System.Exception' should not be thrown by user code.
|
|
Build and analyze:
src/Business/Grand.Business.Core/Interfaces/Customers/ICustomerService.cs#L47
Method has 21 parameters, which is greater than the 7 authorized.
|
|
Build and analyze:
src/Core/Grand.Infrastructure/StartupBase.cs#L170
Remove this unused method parameter 'typeSearcher'.
|
|
Build and analyze:
src/Core/Grand.Infrastructure/StartupBase.cs#L35
Remove this unused method parameter 'services'.
|
|
Build and analyze:
src/Core/Grand.Infrastructure/StartupBase.cs#L108
Change return type to 'void'; not a single caller uses the returned value.
|