Bruce Wilson
Bruce Wilson
I would find it useful to have a step that adds additional text (or bytes) at the beginning or end of the input so far. The use-case I'm trying to...
[CommandLineParser.cs](https://github.com/rnwood/smtp4dev/blob/master/Rnwood.Smtp4dev/CommandLineParser.cs) suggests that the service can be configured to serve the web interface over multiple URLs, but I can't find an example of how to specify this on the command...
[The latest appsettings.json](https://github.com/rnwood/smtp4dev/blob/master/Rnwood.Smtp4dev/appsettings.json) file in master is showing incorrect information about ServerOptions->TlsMode > // Specifies the TLS mode to use. Valid options are: None, Auto or StartTls. // Default value:...
Smtp4Dev 3.1.4 (latest release at this writing) running on Windows Server 2016. In actual use I would be running as a service, and putting these settings into appsettings.json, but for...
Summary: An internal const string returns null when compiled for Release and obfuscated. It behaves normally when compiled for Debug and obfuscated, and when compiled for Release and not obfuscated....
I'm migrating over to neo-ConfuserEx after using Dotfuscator for a while. I'm surprised that one of the features I liked from Dotfuscator didn't make it here. When Dotfuscator renames objects,...