Gert Driesen
Gert Driesen
We currently have classes in the following namespaces where the namespace of the class does not correspond with its file location (folder): * Renci.SshNet.Security * Renci.SshNet.Sftp.Requests * Renci.SshNet.Sftp.Responses * Renci.SshNet.Messages.Connection...
Use conditional compilation to switch to regex source generators when targeting .NET 7+. When done, remove the SYSLIB1045 "exclusion" from the **.editorconfig** in the **Renci.SshNet** project.
## Describe the bug After upgrading MSTest (V2) from version *3.1.1* to version *3.4.3*, the following diagnostic is reported for one of our solutions: `error CS8892: Method 'TestingPlatformEntryPoint.Main(string[])' will not...
**MA0155** is currently also reported for a method that overrides a method on a base class. When the base class is not under your control, you cannot change its return...
Update comparison doc to list **CA1507** as equivalent of **MA0043**, and **S3376** as similar to **MA0058**.