AutoMapper / AutoMapper.Extensions.OData

Creates LINQ expressions from ODataQueryOptions and executes the query.
MIT License
140 stars 38 forks source link

[Question] Support for NET 5. #89

Closed DanielGlos closed 3 years ago

DanielGlos commented 3 years ago

Are you planning to support .NET 5? I know that the Microsoft.AspNetCore.OData package V8.0.0 supporting .NET 5 is still only in preview but I'm interested if you are working on this? My problem is that when I update this Microsoft.AspNetCore.OData to preview version namespace for ODataQueryOptions changes.

BlaiseD commented 3 years ago

Sounds like you're asking about Microsoft.AspMetCore.OData v8 (no maximum version set) rather than Net 5? The package supports .Net Standard 2.0 so .Net 5 is supported.

I'm not working on it to answer your question. If you've run into breaking changes upgrading to v8 then please open an issue or PR describing the problem.

Thanks.