Miguel Domingues
Results
2
issues of
Miguel Domingues
## Summary Import is marked as obsolete ([SYSLIB0026](https://learn.microsoft.com/en-us/dotnet/fundamentals/syslib-diagnostics/syslib0026)): > 'X509Certificate.Import(byte[])' is obsolete: 'X509Certificate and X509Certificate2 are immutable. Use the appropriate constructor to create a new certificate.'
area-System.Security
community-contribution
Hello! Looking at the docs seems there is a way to specify multiple patters with `|`: ``` ls: .svg: kebab-case | regex:.*-(suffix1-suffix2)$ ``` However the behavior seems to be match...