Krzysztof Wicher
Krzysztof Wicher
Freetype is holding pointers to native memory and because of that compiled image is not working. The fix is to make sure this form is being evaluated after the program...
Fixes https://github.com/dotnet/runtime/issues/41061
We're currently considering to use this library in https://github.com/dotnet/iot/ . We have initially started developing very similar APIs and then noticed this library so we decided to give it a...
This happened for this piece of code: ``` static readonly int Lzyyyy = "yyyy".Length; static readonly int Lzyyyy_ = "yyyy-".Length; static readonly int Lzyyyy_MM = "yyyy-MM".Length; static readonly int Lzyyyy_MM_...
#### Describe the bug When I click Run button on try.dot.net it briefly shows "Running" then it disappears but I see no results. When I click Run again then then...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** 1. Setup a server with some not ideal ciphers ``` openssl ecparam -name prime256v1 -genkey...
## Description On some occasions when debugging i.e. intermittent issues or other things it's really useful to run tests faster without extra overhead of build related stuff. It would be...
## Description VSTest should be using logger instead of Console.WriteLine. I.e.: https://github.com/microsoft/vstest/blob/e6c198ca439603f0e81d723538894646032745f6/src/Microsoft.TestPlatform.Build/Tasks/VSTestTask.cs#L132 https://github.com/microsoft/vstest/blob/e6c198ca439603f0e81d723538894646032745f6/src/Microsoft.TestPlatform.Build/Tasks/VSTestTask.cs#L301 This is causing that in some cases output gets lost. ## Steps to reproduce - Clone https://github.com/dotnet/iot/...
I've noticed that when I use TPM2 provider the implementation will ignore EVP_PKEY_CTX_set_rsa_pss_saltlen setting and will always use max salt length instead. Some implementations don't allow changing or detecting salt...
I've tried to build the repository (`dotnet run` from `build` directory) but it ends up with errors like: ``` -------- dotnet pack -c Release in d:\src\SQLitePCL.raw\src\SQLitePCLRaw.lib.e_sqlite3.android MSBuild version 17.3.4+a400405ba for...