chtenb

Results 263 comments of chtenb

I wasn't aware those packages were also used when targetting other languages. TIL :) If we want to transparently expose the native regex implementation of each language there's bound to...

Project build order on `master` according to VS: ![image](https://user-images.githubusercontent.com/1030961/109023210-e2724180-76bc-11eb-95e3-dadf053ef782.png) On PR: ![image](https://user-images.githubusercontent.com/1030961/109024089-ad1a2380-76bd-11eb-8fb6-830eb33895c1.png)

Top lines of diff of build logs ![image](https://user-images.githubusercontent.com/1030961/109130717-57dc2180-7752-11eb-9c68-d50d0432c831.png)

Issue filed: https://github.com/dotnet/project-system/issues/6988

Issue has been moved: https://github.com/dotnet/msbuild/issues/6198

Related issue: https://github.com/dotnet/msbuild/issues/1054 With fix: https://github.com/dotnet/msbuild/pull/6622

I haven't tried making this work on linux and I'm not aware of anyone else doing so. To have the same experience on linux as we currently have on windows...

I've just added support for .netstandard2.0. This should make the transition to linux support easier.

Instead of subtyping, it might also make sense to use row polymorphism, similar to how this is used for effects. I known that PureScript also adopts this for record types:...