Flavio Sidnei Baia
Flavio Sidnei Baia
In fact using DynamicParameters solves the issue. But I make use of anonymous parameters frequently, and unfortunately, using DynamicParameters does not allow me to retrieve the parameter name using the...
There is no single command that accomplishes that. You will need to use separate commands to achieve the desired outcome. Here is an example: msiexec.exe /x {ProductCode} /qn msiexec.exe /i...
It would be advantageous to include a retry on fail mechanism in the built-in methods, eliminating the need to create wrappers for all Dapper's methods to handle the errors. Currently,...
That's true. But, it would be useful for Dapper to allow configuring a list of transient error codes/exceptions to retry on, for each database it supports. This could be done...
I understand. I like the idea of extending Dapper with this option. An extension library like Dapper.Extensions.Retry would allow implementing retries while keeping Dapper simple. Polly really works but it...
Concordo, não vejo a necessidade de pacotes NuGet para os projetos FastReport. Entretanto, para o projeto de impressão nativa da NFC-e (NFe.Danfe.Nativo), considero útil a criação de um pacote NuGet,...
Pessoal, alguma posição quanto a isso?
um pacote nuget para a NF-e e NFC-e no modelo de html seria uma boa. Estou tendo de usar duas soluções aqui, uma do Zeus para gerar o recibo NFC-e...
quanto ao pacote nuget eu me refiro para a NFC-e nativa, que nao faz uso do fast, é esse projeto (Nfe.Danfe.Nativo) que gostaria de um pacote nuget..
The @dbrennan solution worked for me, but if LocalDB doesn't have a password set (it's the default), you need to set your driver settings to "Allow empty password". But there...