neisbut / EntityFramework.MemoryJoin

Extension for EntityFramework for joins to in-memory data
MIT License
56 stars 24 forks source link

.NET5 #17

Closed geebacsi closed 3 years ago

geebacsi commented 3 years ago

Hi,

Do you plan to upgrade to .NET5? In .NET CORE 3 the RawSqlString was obsolete, and in .NET5, it can not be used.

Thanks, Gábor

neisbut commented 3 years ago

Hi @geebacsi, yes, of course. It was in my plan and actually was released today in 0.7.5 version, so you can try now.

geebacsi commented 3 years ago

waaaoooo, thanks for the very fast solution. I will check it...

geebacsi commented 3 years ago

it works :), thank you