chtenb
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:  On PR: 
Top lines of diff of build logs 
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.
Addressed feedback
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:...