Sean Fausett
Sean Fausett
I love github actions but came to use it after using many other "pipelines" over the years, so I settled on using [cake build](https://github.com/cake-build/cake) a while ago, which works for...
Swapping out the json dependency sounds like a great idea to me. 😁
Very interesting. After reading through the various issues quoted above I also concluded that `dynamic` should be avoided _going forward_. The price of this syntactic sugar is too high and...
> Here are the possible ways I could see going with this: Option 1 (.NET Standard 2.0 _with_ .NET Framework 4.6.1) seems like the best option to me. FWIW, in...
I would add a `net6.0` target since it's an lts release and replaces `netstandardx.x` going forward.
I think the issues are as follows: * `CookieJar` derives from `IReadOnlyCollection` * Perhaps change to derive from `ICollection` instead? * `FlurlCookie` ctor only has parameters for properties that are...
The following hypothetical patch to remove `FlurlCookie` ctor works: ```patch From 100ae8f24b68b7e6c9716eb811d8768da96d7f56 Mon Sep 17 00:00:00 2001 From: Sean Fausett Date: Mon, 16 Nov 2020 14:40:12 +1300 Subject: [PATCH] Remove...
I haven't managed to test with .NET 6 yet but I'd expect the same issues.
> Instead of using a merge commit to update your branch you'd like to see Kodiak rebase all the commits in the PR against master. (rebase the commits and force...
FWIW, I'm also having issues since https://github.com/renovatebot/renovate/pull/16949 was merged; for example this renovate [pull request](https://github.com/gitfool/Cake.Dungeon/commit/f0c36a9b7185fa99636eed222f780ae965d94bb0#diff-aabd0b90fda1e01347f3c55255198142a6788c893a2d7ba160160122c34939e3R45) fails to build on azure pipelines: > A task is missing. The pipeline references a...