VCST-2183: Add public store setting PushMessages.Enable (#9) #105
Annotations
27 errors and 12 warnings
Publish Github Release
Browserslist: caniuse-lite is outdated. Please run:
|
Publish Github Release
npx update-browserslist-db@latest
|
Publish Github Release
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
Publish Github Release
(!) Some chunks are larger than 500 kB after minification. Consider:
|
Publish Github Release
- Using dynamic import() to code-split the application
|
Publish Github Release
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
|
Publish Github Release
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
|
SonarCloud End
ERROR: Error: No inputs were found in config file '/home/runner/work/vc-module-push-messages/vc-module-push-messages/src/VirtoCommerce.PushMessages.Web/bin/Release/net8.0/App/tsconfig.json'. Specified 'include' paths were '["./src/**/*.ts","./src/**/*.vue","./src/**/*.json"]' and 'exclude' paths were '["/home/runner/work/vc-module-push-messages/vc-module-push-messages/src/VirtoCommerce.PushMessages.Web/bin/Release/net8.0/App/dist"]'.
|
SonarCloud End
ERROR: at createProgramOptions (/home/runner/work/vc-module-push-messages/vc-module-push-messages/.sonarqube/out/.sonar/.sonartmp/bridge-bundle/package/lib/jsts/src/program/program.js:103:15)
|
SonarCloud End
ERROR: at createProgram (/home/runner/work/vc-module-push-messages/vc-module-push-messages/.sonarqube/out/.sonar/.sonartmp/bridge-bundle/package/lib/jsts/src/program/program.js:132:28)
|
SonarCloud End
ERROR: at createAndSaveProgram (/home/runner/work/vc-module-push-messages/vc-module-push-messages/.sonarqube/out/.sonar/.sonartmp/bridge-bundle/package/lib/jsts/src/program/program.js:192:21)
|
SonarCloud End
ERROR: at MessagePort.<anonymous> (/home/runner/work/vc-module-push-messages/vc-module-push-messages/.sonarqube/out/.sonar/.sonartmp/bridge-bundle/package/lib/bridge/src/worker.js:114:86)
|
SonarCloud End
ERROR: at [nodejs.internal.kHybridDispatch] (node:internal/event_target:807:20)
|
SonarCloud End
ERROR: at exports.emitMessage (node:internal/per_context/messageport:23:28)
|
SonarCloud End
ERROR: Failed to create program: No inputs were found in config file '/home/runner/work/vc-module-push-messages/vc-module-push-messages/src/VirtoCommerce.PushMessages.Web/bin/Release/net8.0/App/tsconfig.json'. Specified 'include' paths were '["./src/**/*.ts","./src/**/*.vue","./src/**/*.json"]' and 'exclude' paths were '["/home/runner/work/vc-module-push-messages/vc-module-push-messages/src/VirtoCommerce.PushMessages.Web/bin/Release/net8.0/App/dist"]'.
|
Packaging
Browserslist: caniuse-lite is outdated. Please run:
|
Packaging
npx update-browserslist-db@latest
|
Packaging
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
Packaging
(!) Some chunks are larger than 500 kB after minification. Consider:
|
Packaging
- Using dynamic import() to code-split the application
|
Packaging
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
|
Packaging
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
|
Publish Manifest
Cloning into '/home/runner/work/vc-module-push-messages/vc-module-push-messages/artifacts/vc-modules'...
|
|
Publish Manifest
1a69098f..fd59724b HEAD -> master
|
Build
/home/runner/work/vc-module-push-messages/vc-module-push-messages/src/VirtoCommerce.PushMessages.Core/ModuleConstants.cs(57,32): warning S109: Assign this magic number '50' to a well-named variable or constant, and use that instead. (https://rules.sonarsource.com/csharp/RSPEC-109) [/home/runner/work/vc-module-push-messages/vc-module-push-messages/src/VirtoCommerce.PushMessages.Core/VirtoCommerce.PushMessages.Core.csproj]
|
Build
/home/runner/work/vc-module-push-messages/vc-module-push-messages/src/VirtoCommerce.PushMessages.Core/Models/PushMessageResponseGroup.cs(6,13): warning S2342: Rename this enumeration to match the regular expression: '^([A-Z]{1,3}[a-z0-9]+)*([A-Z]{2})?s$'. (https://rules.sonarsource.com/csharp/RSPEC-2342) [/home/runner/work/vc-module-push-messages/vc-module-push-messages/src/VirtoCommerce.PushMessages.Core/VirtoCommerce.PushMessages.Core.csproj]
|
Build
/home/runner/work/vc-module-push-messages/vc-module-push-messages/src/VirtoCommerce.PushMessages.Core/Models/PushMessageRecipientResponseGroup.cs(6,13): warning S2342: Rename this enumeration to match the regular expression: '^([A-Z]{1,3}[a-z0-9]+)*([A-Z]{2})?s$'. (https://rules.sonarsource.com/csharp/RSPEC-2342) [/home/runner/work/vc-module-push-messages/vc-module-push-messages/src/VirtoCommerce.PushMessages.Core/VirtoCommerce.PushMessages.Core.csproj]
|
Build
/home/runner/work/vc-module-push-messages/vc-module-push-messages/src/VirtoCommerce.PushMessages.Data/Handlers/PushMessageChangedEventHandler.cs(29,17): warning S1067: Reduce the number of conditional operators (7) used in the expression (maximum allowed 3). (https://rules.sonarsource.com/csharp/RSPEC-1067) [/home/runner/work/vc-module-push-messages/vc-module-push-messages/src/VirtoCommerce.PushMessages.Data/VirtoCommerce.PushMessages.Data.csproj]
|
Build
/home/runner/work/vc-module-push-messages/vc-module-push-messages/src/VirtoCommerce.PushMessages.Data/Services/PushMessageService.cs(133,24): warning S109: Assign this magic number '100' to a well-named variable or constant, and use that instead. (https://rules.sonarsource.com/csharp/RSPEC-109) [/home/runner/work/vc-module-push-messages/vc-module-push-messages/src/VirtoCommerce.PushMessages.Data/VirtoCommerce.PushMessages.Data.csproj]
|
Build
/home/runner/work/vc-module-push-messages/vc-module-push-messages/src/VirtoCommerce.PushMessages.Data/Services/PushMessageService.cs(135,23): warning S109: Assign this magic number '99' to a well-named variable or constant, and use that instead. (https://rules.sonarsource.com/csharp/RSPEC-109) [/home/runner/work/vc-module-push-messages/vc-module-push-messages/src/VirtoCommerce.PushMessages.Data/VirtoCommerce.PushMessages.Data.csproj]
|
Build
/home/runner/work/vc-module-push-messages/vc-module-push-messages/src/VirtoCommerce.PushMessages.Data/Services/PushMessageSearchService.cs(34,17): warning S1067: Reduce the number of conditional operators (5) used in the expression (maximum allowed 3). (https://rules.sonarsource.com/csharp/RSPEC-1067) [/home/runner/work/vc-module-push-messages/vc-module-push-messages/src/VirtoCommerce.PushMessages.Data/VirtoCommerce.PushMessages.Data.csproj]
|
Build
/home/runner/work/vc-module-push-messages/vc-module-push-messages/src/VirtoCommerce.PushMessages.Data/Services/PushMessageSearchService.cs(27,54): warning S1541: The Cyclomatic Complexity of this method is 15 which is greater than 10 authorized. (https://rules.sonarsource.com/csharp/RSPEC-1541) [/home/runner/work/vc-module-push-messages/vc-module-push-messages/src/VirtoCommerce.PushMessages.Data/VirtoCommerce.PushMessages.Data.csproj]
|
Build
/home/runner/work/vc-module-push-messages/vc-module-push-messages/src/VirtoCommerce.PushMessages.Data/Services/PushMessageRecipientSearchService.cs(53,38): warning S1067: Reduce the number of conditional operators (4) used in the expression (maximum allowed 3). (https://rules.sonarsource.com/csharp/RSPEC-1067) [/home/runner/work/vc-module-push-messages/vc-module-push-messages/src/VirtoCommerce.PushMessages.Data/VirtoCommerce.PushMessages.Data.csproj]
|
Build
/home/runner/work/vc-module-push-messages/vc-module-push-messages/src/VirtoCommerce.PushMessages.Data/BackgroundJobs/PushMessageJobService.cs(163,16): warning S4158: Remove this call, the collection is known to be empty here. (https://rules.sonarsource.com/csharp/RSPEC-4158) [/home/runner/work/vc-module-push-messages/vc-module-push-messages/src/VirtoCommerce.PushMessages.Data/VirtoCommerce.PushMessages.Data.csproj]
|
Publish Nuget
/usr/share/dotnet/sdk/8.0.402/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets(203,6): warning : This project cannot be packaged because packaging has been disabled. Add <IsPackable>true</IsPackable> to the project file to enable producing a package from this project. [/home/runner/work/vc-module-push-messages/vc-module-push-messages/src/VirtoCommerce.PushMessages.Web/VirtoCommerce.PushMessages.Web.csproj]
|
Get Changelog
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading