Update platform #59
Annotations
16 errors and 10 warnings
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 '["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:96: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:126: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:187: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:101: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 '["dist"]'.
|
|
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.
|
Packaging
/usr/share/dotnet/sdk/8.0.300/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(266,5): error NETSDK1004: Assets file '/home/runner/work/vc-module-push-messages/vc-module-push-messages/src/VirtoCommerce.PushMessages.Web/obj/project.assets.json' not found. Run a NuGet package restore to generate this file. [/home/runner/work/vc-module-push-messages/vc-module-push-messages/src/VirtoCommerce.PushMessages.Web/VirtoCommerce.PushMessages.Web.csproj]
|
Packaging
Target "Publish" has thrown an exception
|
Packaging
Process completed with exit code 255.
|
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.Core/ModuleConstants.cs(39,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/Extensions/ApplicationBuilderExtensions.cs(17,9): warning S4462: Replace this use of 'Task.GetAwaiter.GetResult' with 'await'. (https://rules.sonarsource.com/csharp/RSPEC-4462) [/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/Repositories/PushMessagesDbContext.cs(25,83): warning S109: Assign this magic number '128' 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/Repositories/PushMessagesDbContext.cs(28,89): warning S109: Assign this magic number '128' 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/Repositories/PushMessagesDbContext.cs(37,92): warning S109: Assign this magic number '128' 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/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/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]
|
Loading