Alexander Sorokin
Alexander Sorokin
ResolvePackageAssets target is skipped for multiple target frameworks and Rebuild target in 17.2.0
### Issue Description The `ResolvePackageAssets` target is skipped if three conditions are met: 1. The feature "multiple target frameworks" is used in `csproj`; 2. The `Rebuild` target is selected; 3....
### System info - Playwright Version: v1.40 - Operating System: All - Browser: All ### Source code ```js import {mergeTests, test as base} from '@playwright/test'; const fix1Base = base.extend({ commonName:...
### Describe the bug I develop widgets that use different Vite configs to serve them. I test the widgets simultaneously on a single html page that is served by another...
I have two Vite configs that use the same `node_modules` directory but have different externals config. `vite-plugin-externals` uses a single non-configurable cache directory for both of them. So there are...
I'm using the `csp-header` package in a browser environment to dynamically build Content Security Policies, which are then included in child iframes via `meta` tags. Currently, the package only provides...