Lex Li

Results 636 comments of Lex Li

You can rewrite `""` as `string.Empty`, which is almost the gold standard for all C# developers.

After a long while, I'd like to mark this pull request as tentative. If you really need to make the configuration dynamic, you might try to generate the XML file...

The solution is to use .NET SDK Global Tools only on .NET Core assemblies. In other cases, use the Obfuscar NuGet package. Its core assembly resolution mechanism is affected by...

As FAQ indicates, a lot of frameworks/libraries (like EF) rely on the original metadata (strings and names), so you cannot obfuscate them, https://docs.obfuscar.com/support/faq#how-to-troubleshoot-typeloadexception-during-reflection However, how to exclude them from obfuscation...

Rebased and merged the changes from another branch. Close it here.

Instead of compiling from source code you can now use 2.2.35 release which contains the patch from #341 .

You can switch to https://pyasn1.readthedocs.io/ More information can be found in https://github.com/etingof/pysnmp/issues/429

You can read https://github.com/etingof/pysnmp/issues/429 to learn more about the latest.

It is about what default values should be chosen, so should review the relevant code to see if IIS default values can be exposed directly.

Execute the MSI package with logging enabled (like demonstrated in https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/msiexec#examples-3), and then see what happens under the hood.