Davide Mauri

Results 34 comments of Davide Mauri

Btw, opening the `targets` files, it shows that the error is raised at this line: ```xml ```

Yes, I have both .NET 6 and 7 installed, but the build process uses the msbuild tool shipped with .NET 7 SDK. Any idea how to fix this without having...

I'll use the workaround to avoid installing 0.1.15-preview projects for now. Do you know there is the need to add a reference to Microsoft.NET.Sdk.targets in the Microsoft.Build.Sql project? I mean,...

According to MSSQL package used by Prisma, the correct value for using Azure AD Integrated Authentication is "active directory integrated" and not "active directory managed" Here's the source code: https://github.com/tediousjs/node-mssql/blob/5fba4a4bc79af3b4908dc5aedc896ca68ca8b8e9/lib/base/connection-pool.js#L114...

Uh, my bad, I quickly looked at prisma source code, and I saw it is using mssql package: https://github.com/prisma/prisma/blob/47d1c8cae0e77a548f428a68e9e14b5c2b07341b/packages/client/src/utils/setupMSSQL.ts#L27 so I just assumed it was using it everywhere. Thanks for...

BulkExecutorAPI has a lot of overhead which doesn't make it suitable for just 25 rows

> if we have a comment stating the reason why we have enabled rest calls for an entity and then if we disable the rest api calls, The fact the...

I also got the feedback that this aspect of role management should be improved. There are serious security implications here, and by automatically using a role, as it will lead...

Adding also @PaoloPia as he provided similar feeback