Silvair L. Soares

Results 3 issues of Silvair L. Soares

When doing a calculation with the following expression: (5 + 15) - (10 * (5 -3)) The result "20" is being obtained. The result of this calculation should be "0"...

triage needed

### URL(s) https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.0/6.0.0.md ### Description I have this method in a .NET (net6.0) application, to instantiate and return a digital certificate. ```csharp using framework.mstiCSharp.Extensions; using System; using System.Security.Cryptography.X509Certificates; namespace msti.newpro.Core.Services.ADMServices.Services...

area-release-notes

Criação do atributo personalizado "[TString]" o qual pode ser utilizado para decorar todas as proriedades referentes às tags do xml do tipo "TString". Com o objetivo de corrigir automaticamente os...