Josh Buedel
Josh Buedel
I am trying Elucidate out on some fs files, but I seem to get little more than a window with syntax highlighting and a nice dark background. Can you post...
We have a nuspec file that contains this: ``` ``` The lack of `version` attributes seems to be causing a null ref exception. ``` ~\Projects\AMS.Eclipse.Agent > dotnet migrate-2019 migrate [11:06:17...
We've mapped our document Ids to `DocumentID`. When registering a new user I call `SignInManager.SignInAsync(...)` and get an `ArgumentNullException`. Overriding `AppUser.Id`, like so, fixes it. ``` public class AppUser :...
So I've been unable to get GCMW to even act like it's installed at all. The exe installer completed with no errors. Running git commands gives no error messages, but...
This fixes a bug where values in a `let...in` have a zero reference count, if they have a type annotation. This gif demonstrates the problem. Watch how the count changes...
I bind GitDiffMargin.NextChange and GitDiffMargin.PreviousChange to short cuts so I can jump between my changes easily. However, it is limited to a single file. That is, once I hit the...
Would you consider a feature where all controllers in an Asp.Net project are automatically subject to having their constructor generated? So like, perhaps an assembly level `[assembly: PrimaryConstructor]` attribute would...