In our current project we are using oData V4 with .Net Core 2.0. Everything woked fine using different filters and query options until we started working with enumertaions. It was important to us to have the enumatraions represented as a string so we can use the enum-value itself as a filter – and not a […]