vc-platform icon indicating copy to clipboard operation
vc-platform copied to clipboard

Virto Commerce B2B Innovation Platform

Results 91 vc-platform issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When you update the value in the dictionary for a given property, that change is not propagated to the items with that property value. **Steps to reproduce**...

**Problem:** The current logic for controller action tagging in Swagger is to group actions by modules and tag the rest with `Platform` fallback: https://github.com/VirtoCommerce/vc-platform/blob/3cb9f46f239bd37d7ac2d5b59d6ef726c59ddeb9/src/VirtoCommerce.Platform.Web/Swagger/SwaggerServiceCollectionExtensions.cs#L215-L235 The problem is that if some...

## Description ## References ### QA-test: ### Jira-link: https://virtocommerce.atlassian.net/browse/VCST-1109 ### Image tag: ghcr.io/VirtoCommerce/platform:3.848.0-pr-2791-5fb4-vcst-1109-2-5fb4dfd9

review task created

I'm wondering if there is currently any particular reason the platform uses NewtonsoftJson instead of the now-default System.Text.Json for ASP.NET MVC? Are there any particular customizations that would be difficult...

## Description ![image](https://github.com/VirtoCommerce/vc-platform/assets/20122385/9613f5aa-16d6-43fc-918d-147d459c1ded) ## References ### QA-test: ### Jira-link: ### Artifact URL: Image tag: 3.826.0-pr-2793-da1b-vcst-1213-da1bdd72

## Description ```csharp using VirtoCommerce.Platform.Core.Events; public class Module : IModule, IHasConfiguration { public void PostInitialize(IApplicationBuilder appBuilder) { // Unregister specific handler appBuilder.UnregisterEventHandler(); // Unregister all handlers for specific event appBuilder.UnregisterEventHandlers();...

Hi, is there any reason the platform registers the DI service collection in itself? This feels very weird... https://github.com/VirtoCommerce/vc-platform/blob/ddce0c966f011c9e33dfb2f2a6a85bf789b4ab1f/src/VirtoCommerce.Platform.Web/Extensions/ServiceCollectionExtensions.cs#L18

## Description Used latest version of GH action `zaproxy/action-baseline`, removed `docker_name` option as by default the action runs the stable version of ZAP. ## References https://github.com/zaproxy/action-baseline/blob/master/README.md#docker_name ### QA-test: ### Jira-link:...

- Site: [http://localhost:8090](http://localhost:8090) **New Alerts** - **CSP: Wildcard Directive** [10055] total: 2: - [http://localhost:8090](http://localhost:8090) - [http://localhost:8090/](http://localhost:8090/) - **CSP: script-src unsafe-inline** [10055] total: 2: - [http://localhost:8090](http://localhost:8090) - [http://localhost:8090/](http://localhost:8090/) - **CSP: style-src...

## Description feat: Bump Azure.Core to 1.39. ## References ### QA-test: ### Jira-link: ### Artifact URL: Image tag: 3.830.0-pr-2800-5eff-vcst-510-5eff1a75