Known Issues
Entity App
Drag & Drop Sorting is sometimes flickering.
This is a known issue from the SortableJS library and is possibly a Chromium bug. It only occurs on Chromium based browsers on Windows, when display scaling is set to another value than 100%.
Range validation works only within the underlying datatype. For example AddInput(a => a.MyByte) where MyBypte is of type byte cannot have a vaildation that the value is in rage of a byte (<= 255). The same is true for unsigned values when negative values are provided.
ulong, int128, uint128, uint64 are not supported
byte properties give an error if the user enters a fractal or negative number