Leila Lali

Results 32 comments of Leila Lali

@Phylum123 have you created a [feedback ticket](https://developercommunity.visualstudio.com/home) for visual studio? if yes, can you please send the link here? For English .resource.dlls file are not needed as you mentioned. I...

@Phylum123 is it possible for you to share a sample of your dacpac? can you repro it with a simple dacpac with just one table? what is the project target...

the app I'm using is really simple. I verified it targeting 4.7.2 and net6. I also tested different versions of DacFx Nuget. If you can please give me any details...

@Phylum123 is the other bug you created duplicate of this bug? https://github.com/microsoft/DacFx/issues/158 or can you repro it now even without restarting VS?

We recently added support for DefaultAzureCredential for this feature. More Info here: https://learn.microsoft.com/en-us/dotnet/api/azure.identity.defaultazurecredential?view=azure-dotnet this means without setting akv parameter, DacFx can still do the authentication for AKV using the local...

you can try the latest credential support using the preview version of sqlpackage.` dotnet tool insall -g Microsoft.SqlPackage --version 162.3.540-preview`

@pgeorge-redmond we would need the scripts of the databases to be able to repro the issue. can you please share the dacpacs for the databases?

@IVNSTN sorry for the delay. Is it possible to run the same command with additional parameter to generate logs (/df:[path to logs] I'm hoping that in that generated logs we...

@IVNSTN this kind of error usually happens when using * instead of specifying column names in queries.

@hacitandogan can you please put an example for the procedure?