-
### Suggestion
Please make another overload of the `Comparer.Create` method that takes a `Func` as a property selector, and will generate a comparer for the selected property.
### Motive
Curr…
-
I want to add oktas to UnitsNet. The problem is that they're usually expressed in integers. What approach do you recommend? I was thinking internally saving a Ratio and then express in octa integers w…
-
**Describe the problem**
When trying to build/install the dev kit, it throws an error and I'm not sure what I did wrong?
**Steps of installation up to now**
Steps to reproduce the behavior:
Run …
-
We need to implement a method to store KeyBindings contained in the KeyBindingStore.
-
Hi, I'm using a custom NewType within a viewmodel proxy. Since it's intended to be read-only I leak the newtype type to the view as a property.
The proxy type is bound to a DataGrid, but the column o…
-
Hey was checking out version 0.4.0-alpha.1. I added the nuget to my solution. Rebuilt/Cleaned/ closed and restarted visual studio but could not get the generator to generate any paths. The project tar…
-
Define:
```C#
[MessagePackObject]
public class TestTemplate where T : struct, IComparable {
[Key(0)]
T key1;
[Key(1)]
T key2;
[Key(3)]
string key3;
}
[MessagePackO…
-
**Describe the bug**
Clicking the Manager button on a new colony does nothing in the 1.1 release.
**Expected behavior**
The Colony Manager menu to open
**Steps to reproduce**
1. Creat…
-
The intent is to help with generic constrains, extension methods, and generally handling primitives types.
// Root
public interface IPrimitive : IEquatable { }
// Numeric types
…
-
#### Description
I'm facing an issue using System.DateTime class. I've got the following error:
> DNXCore,Version=v5.0 error CS1061: 'DateTime' does not contain a definition for 'ToShortDateString'…