joschmo80
joschmo80
I tried the latest Obfuscar (2.2.33) with my .NET Core 6.0 project. While it worked, I saw two issues: - Private const string values were not obfuscated (even though HideStrings...
### Library version ToastNotifications.Net5 3.0.0 / ToastNotifiations.Messages.Net5 3.0.1 ### Expected behaviour Assemblies are strong named for security ### Actual behaviour Assemblies are not strong named ### Steps to reproduce behaviour...
Hello, I have a .NET 5.0 app that uses gRpc and your package to perform IPC. I wish to add interceptors for global logging, error handling, and profiling. I attempted...
### Description For enum parameters, show the enum names in the command line help by default. Given: - enum SomeOption { Foo, Bar, Baz } - [Parameter()] static SomeOption Option;...
### Description Option to Alphabetize targets and parameters that show in the command line help. This should work even if targets and parameters are consumed via interface or base class....