Brian Fiete
Brian Fiete
Yes, this is probably going to be the next "big feature" after metaprogramming. Yes, a registry. For naming, I don't plan on any special name, it's just another set of...
It seems like you're thinking a "package" is different than a "project" in some way?
Issue 1 fixed at https://github.com/beefytech/Beef/commit/9510faafca9f6d5119eb104f79d1c964b356a8e6. You also have to add the new `concrete` constraint to TList.
On issue 5- this also doesn't work in C#. This would require that the compiler examine the lambda code and decide that `x == 10` probably means that you want...
Ok, 5 is also fixed actually, too. ```C# public static int Count2(this TList list, delegate bool(TValueType) comparer) where TList : concrete, IEnumerable { int count = 0; for (let item...
The enumeration issue above should be fixed in the next nightly.
Is that a crash? That doesn't look a crash
You sure you have the right thread showing? What was the exception?
You should see the thread ID on the crash and you can match it up in the debugger...
You should see it like the attached image. Duplicate Line: Ctrl+D Reformat Document: Ctrl+K, Ctrl+D  Is that not what you see?