Lex Li

Results 627 comments of Lex Li

Your question shows some misunderstanding. The forum post talked about where `` section can be defined, so `applicationHost.config` is the sole place, which matches the default section definition, ``` ```...

The documentation was ported from TechNet, so the bolded attribute gets lost. Based on the content, it refers to `startMode`.

The readme file does say MIT.

You can easily write your own `IAuthenticationDigest` derived classes to fill the gaps. .NET has [System.Security.Cryptography.HMACSHA256](https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.hmacsha256?view=net-6.0) and [System.Security.Cryptography.HMACSHA512](https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.hmacsha512?view=net-6.0) for you.

Workarounds: * Install Python to a path without spaces (as many packages are known to break on spaces). * If you cannot move Python, you might create a virtual environment...

Close as by design at this moment, as a major new release is coming which has significantly different way to integrate with Python and esbonio.

Developers have too many ways (MSBuild/VS T4/PowerShell) to detect what's needed to be added to search paths in their CI/CD pipelines and generate Obfuscar configuration on the fly, so it...

Filters are usually used to control the API surface on what should be changed or remain. Hiding strings, however, does not change API surface. So, it is optional to attach...

This feature is not available in many cases because .NET Core/.NET Standard assemblies do not allow this attribute to be inserted easily via Mono Cecil. Since it is a useless...