Igor Kiselev

Results 16 issues of Igor Kiselev

With CoreCLR 2.0 it is possible to run .NET Framework assemblies with CoreCLR, if they do not use anything not implemented in CoreCLR, It means, that there is a chance...

Named arg for custom attribute includes field/property name in their encoding [ECMA-335, II.23.3, p.269](https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-335.pdf). So, when/if named argument field/property name obfuscated, encoding of custom attributes using it should be updated....

bug
up for grab
external

I'm working on package that needs to transform some user files. The only thing that I need from SlowCheetah in that case is to provide SlowCheetah.TransformTask that I will execute...

### Issue Description WithMetadataValue item function does not return anything when parameter is from batch ### Steps to Reproduce ```xml ``` ### Expected Behavior Two warnings with matching ItemA in...

bug
Area: Language

### Expected Behavior Gradle should be able to locate Visual Studio when Visual Studio Build Tools only (with C++) was installed. ### Current Behavior Build fails with: ` Tool chain...

In Grunt, Gulp and Bower packages hardcoded ".cmd" in command file name. It is incompatible with Linux - there will be no extension for commands at all. As Node/Npm packages...

Directory separator does not work correctly in .editorconfig section. Next does not work: ``` root=true [generated/**] generated_code = true ``` At the same time, next will work: ``` root=true [generated**]...

Area-Compilers
Resolution-Not Reproducible

When we apply scale, it is not applied to shadowBlur and shadowOpacity. Here is example: http://jsfiddle.net/qDPq8/3/ ``` var stage = new Kinetic.Stage({ container: 'container', width: 500, height: 500 }); var...

Include function preserve unicode BOM symbol if it was in source file. As BOM treated in special way at the beginning of file, it should be stripped prior to include....