Gayan Ranasinghe
Gayan Ranasinghe
English Version Please
when i update dapper and contrib libs in to latest which is 1.50.4 Insert, Update throws exception. so i downgraded to Dapper in to 1.50.2 and Contrib in to 1.50.0...
i'm trying to use hmac authentication on specific api controllers which starts with` /api/ext `so i added these configuration on startup class ``` app.Map("/api/ext", builder => { builder.UseHmacAuthentication(new HmacAuthenticationOptions {...
i'm trying to convert native this code using amqp-ts ``` amqp.connect(configuration.amqpUrl, function (err: any, conn: any) { conn.createChannel(function (err: any, ch: any) { ch.assertQueue('', { exclusive: true }, function (err:...
is it possible to add created file in to solution specific location and save after this line? `dte.ItemOperations.NewFile(@"General\Text File", docName, EnvDTE.Constants.vsViewKindTextView);` currently file in temp location