Aleksandar Puskas
Aleksandar Puskas
Similar to #231 there is a crash when the main assembly references the other assembly's enum as a method parameter with a default value. Version 2.2.24 is affected. Have a...
The reproduced issue is available here: https://github.com/gunsh/obfuscar-property-attributes Please note that the unobfuscated Debug build produces the expected Derived + Base output while the obfuscated Release outputs Base + Base. Let...
I have a very large project that I would like to obfuscate. After including all of the assemblies I get the error below. I have managed to pinpoint one particular...
I came across a "nameof" issue where obfuscated builds keep the original name of the property, even when the property gets completely lost in obfuscation or gets renamed. Here is...
I have created a repo demonstrating the issue: https://github.com/gunsh/obfuscar-moq-issue The solution has just one unit test project using Moq from NuGet. The project has 3 build configurations. Debug and Release...
I am struggling to create a project that reproduces this issue. My original project is huge and stripping it down to a minimal project is not trivial. Hopefully once you...
## Expected Behavior Judging by the docs and source code `--split-strings true` should be the default when using `--options-preset high-obfuscation` but it does not seem to work. It is expected...
`GoogleJsonWebSignature` features async methods but offer no `CancellationSupport`. Async methods are now updated to expose a `CancellationToken`.
I have an existing `Hangfire` app. The thing I am missing the most is some sort of search capability. Somebody suggested to try `Hangfire.Tags` and so I did. I followed...