bacar
bacar
e.g. add an OSS licence such as https://choosealicense.com/licenses/mit/ https://blog.github.com/2013-07-15-choosing-an-open-source-license/ Github makes it an easy couple of clicks to add a licence. If you're happy with one of the standard ones...
…ing the existence of the directories first. Fixes #47
When using [git worktrees](https://git-scm.com/docs/git-worktree), the git branch displayed in a prompt when in a linked worktree is incorrect - it displays the current branch from the main worktree.
Any idea why I don't seem to get line numbers in my stack traces dumped from ExcelDna for libraries in the stack which use portable PDBs? I'm using .Net Framework...
Hi, The following test fails: public class GenericTest { static string Foo() => typeof(T).FullName; [Test] public void Generic_type_params_respected() { MethodInfo x = typeof(GenericTest).GetMethod(nameof(Foo), BindingFlags.Static|BindingFlags.NonPublic); var gen1 = x.MakeGenericMethod(typeof(int)); var gen2...