inikulshin

Results 10 issues of inikulshin

Insert file index **before** filename extension (if exist) and get ``` filename.0.log filename.1.log filename.2.log ``` instead of ``` filename.log.0 filename.log.1 filename.log.2 ```

Probably, `deleteafter` `JsonProperty` should have special `JsonConverter`, writing it as integer if value can be converted to integer, and as a string otherwise.

bug

https://github.com/EasyNetQ/EasyNetQ.Management.Client/issues/269 https://github.com/EasyNetQ/EasyNetQ.Management.Client/issues/257

https://wiki.openssl.org/index.php/Hostname_validation Instead of `amqp_ssl_socket_set_verify_hostname`, it's better to have a function like this: ``` AMQP_PUBLIC_FUNCTION void AMQP_CALL amqp_ssl_socket_set_xxx(amqp_socket_t *self, const void *hostname, size_t n); ``` and do something like that: ```...

Description =========== `librdkafka.redist` runtime files aren't copied to OutputPath in .NET Core target frameworks. How to reproduce ================ I have an SDK project with ``` net472;net6.0 ... ... ``` After...

It should enclose the whole argument in quotes, if special characters are used in argument (any argument, not only path) Here what we do (in our code, powershell): `$escapedArg =...

bug

On May 22, 2024 Microsoft released new Windows SDK (https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/) After installing it I was unable to build [win32/build.bat](../blob/master/win32/build.bat) with Visual Studio 2019 and toolset v142: ``` libucrt.lib(checkcfg.obj) : error...

[CVE-2023-45853](https://nvd.nist.gov/vuln/detail/CVE-2023-45853)