Eduard Sergeev

Results 6 issues of Eduard Sergeev

## Link to bug demonstration repository [Modified VSCode's helloworld-test-sample](https://github.com/EduardSergeev/vscode-extension-samples/tree/coverage-example--build/helloworld-test-sample) Run test with coverage via: ```bash npm install && CODE_VERSION=1.49.0 npm run coverage ``` ## Expected Behavior `npm run coverage` should...

Live editor displays all text correctly: ![image](https://user-images.githubusercontent.com/722409/52037644-b8083580-2583-11e9-8251-1668fffc7fbd.png) But downloaded SVG file truncates the texts: ![image](https://user-images.githubusercontent.com/722409/52037417-0a952200-2583-11e9-9b59-14a920879bb3.png) Tested in Chrome and Edge (same picture)

Latest .NET frameworks have better support for hardware-accelerated CRC32 implementations: - CRC32C polynomial: - Intel CPUs supporting SSE4.2 - ARM CPUs since ARMv8.1 - CRC32 polynomial: - ARM CPUs since...

Not sure if you need it but I thought it might be helpful to have some tests to check basic functionality of Purple York and to run them via matrix...

### Issue Description There seems to be a breaking change introduced in .NET SDK starting from version 8.0.300: During the evaluation stage of the build many NuGet-related properties are no...

triaged