jhudsoncedaron

Results 26 comments of jhudsoncedaron

@chipplyman : Ah. In my case it will not build. You are certainly getting away with it by targeting .net 4.8.

@DamianEdwards : I mean we could; but they still have to fix the .sln double build bug. (Bug doesn't exist when you build out of a project file; but there's...

@chipplyman : SelfContained and SkipGetTargetFrameworkProperties are required to cross compile.

These are in fact the only two packages I have encountered with this problem. :( I'm in a bad spot because what I believe ought to be the solution (force...

So I just got news of this proposal. There's a major problem here: "adding instance default interface methods to existing interfaces becomes universally source+binary breaking". We depend on the ability...

"That implicitly uses this which forces a boxing operation on the value.": My testing is that doesn't box a struct. The jitter is smarter than that.

How does that not break default implementations on normal mutable structs? (As in, the default implementation generates nonfunctional code because it mutates a copy)?

> typically /.yarn/cache The problem is the result of doing that is far larger than our git repo. The size of the resulting git repo would be unsustainable as this...

@SheepReaper : Not yet. We'd rather use a logic-free NAS drive than maintain server software if possible. Wait? Isn't this what `yarn config set yarn-offline-mirror` is designed for in yarn...