Maciej Warszawski
Maciej Warszawski
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...
this does not work, its possible to write tests like this: ```javascript [1,2,3,4].map(i=> { it(`is dynamic test name ${i}`, ()=> { expect(i+5).toMatchSnapshot(); }) }); ``` do you think it would...
- SqlPackage or DacFx Version: Microsoft.Build.Sql 0.1.15-preview and SSDT targets from VS 17.9.6 - .NET Framework (Windows-only) or .NET Core: both - Environment (local platform and source/target platforms): windows **Steps...
**Is your feature request related to a problem? Please describe.** We have a very large legacy database that runs on SQL Server Enterprise we would like to use `sqlpackage` out...
**Is your feature request related to a problem? Please describe.** We have a legacy database that has between 50k-100k stored procedures in it, sqlpackage out of a box is unusable...