Ross Donaldson

Results 23 comments of Ross Donaldson

Odd discovery: this problem does _not_ occur with `auto-fill-mode`. Neat? I have no especial reason to prefer one over the other, so using `auto-fill-mode` has "fixed" my problem. This still...

Hello! I'm also hitting this -- and I'm using both Linux (local dev) and Docker. If there's any additional info I can help provide, please let me know? (I can...

Hi all -- I'm running hard in to this trying to update to dotnet 3.0. I'd love to help get this fixed. Unfortunately, I can't get this repo to build...

Okay. At least for my own case, I've figured enough out to get myself fixed. I dunno how much this'll help the other folk on this thread, but just in...

@ajuch that looks very familiar to me! I was able to solve it for myself by installing the 2.0 SDK in my docker image: https://gitlab.com/gastove/containers/blob/master/Dockerfile.DotnetBuilder#L19 slightly clunky, but it works.

@Jand42 any news on this? I can't get past this error at all on local any more, even with all the SDKs installed. Bumping any versions -- especially dotnet --...

Ah, sorry, just saw all the .NET5.0 tickets. I bet those will help.

Oh dang! I had no idea there was a paket-less way; that's a much better idea. Thank you! So, I guess let's amend this proposal to "use published packages in...

Hrm. This will require updating the SDK version in the project `global.json` to a 5.x release, I think -- unless there's a different or better way to specify F# 5...

Oookay. The more I work on pulling apart `fsharp-mode-indent`, the messier it gets. Everything in there... references everything else in there. Untangling it is certainly _possible_, but it will be...