Lime

Results 4 issues of Lime

Linq2Db mapper ignore EF `HasConversion` of property with type `enum` ```cs public async Task UpdateTryFinishAsync(string uid, /* -- ANY ARGS -- */, CancellationToken cancellationToken) { // -- ANY CODE --...

If fold, `}` shown ![image](https://user-images.githubusercontent.com/59763878/218322605-d81b867d-3928-4c78-9539-f691dfabcc52.png) Language: Java Operating System: `Windows 10` Visual Studio Code: `1.75.1` Better Folding: `v0.5.0`

Linq2Db mapper ignore EF `HasConversion` of property with type `enum` ```cs public async Task UpdateTryFinishAsync(string uid, /* -- ANY ARGS -- */, CancellationToken cancellationToken) { // -- ANY CODE --...

type: bug
status: has-tests
area: efcore

Add exceptions if the number of components is greater than the BitSet limit Currently, if I attempt to add a component to an entity that is outside the range, an...