Microsoft.AspNetCore.OData.IronBy
6.0.0-alpha1-1708162
dotnet add package Microsoft.AspNetCore.OData.IronBy --version 6.0.0-alpha1-1708162
NuGet\Install-Package Microsoft.AspNetCore.OData.IronBy -Version 6.0.0-alpha1-1708162
<PackageReference Include="Microsoft.AspNetCore.OData.IronBy" Version="6.0.0-alpha1-1708162" />
paket add Microsoft.AspNetCore.OData.IronBy --version 6.0.0-alpha1-1708162
#r "nuget: Microsoft.AspNetCore.OData.IronBy, 6.0.0-alpha1-1708162"
// Install Microsoft.AspNetCore.OData.IronBy as a Cake Addin #addin nuget:?package=Microsoft.AspNetCore.OData.IronBy&version=6.0.0-alpha1-1708162&prerelease // Install Microsoft.AspNetCore.OData.IronBy as a Cake Tool #tool nuget:?package=Microsoft.AspNetCore.OData.IronBy&version=6.0.0-alpha1-1708162&prerelease
Microsoft.AspNetCore.OData which with support of .Net Standard 2.0 and thus .Net Core 2.0 with attempt to fix orderBy functionality
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.6 is compatible. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 1.6
- Microsoft.AspNetCore.Mvc.Core (>= 1.0.3)
- Microsoft.Extensions.DependencyInjection (>= 1.0.2)
- Microsoft.OData.Core (>= 7.2.0)
- Microsoft.OData.Edm (>= 7.2.0)
- Microsoft.Spatial (>= 7.2.0)
- NETStandard.Library (>= 1.6.1)
- System.ComponentModel.Annotations (>= 4.3.0)
- System.Linq.Queryable (>= 4.3.0)
-
.NETStandard 2.0
- Microsoft.AspNetCore.Mvc.Core (>= 2.0.0)
- Microsoft.Extensions.DependencyInjection (>= 2.0.0)
- Microsoft.OData.Core (>= 7.2.0)
- Microsoft.OData.Edm (>= 7.2.0)
- Microsoft.Spatial (>= 7.2.0)
- System.ComponentModel.Annotations (>= 4.3.0)
- System.Linq.Queryable (>= 4.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
6.0.0-alpha1-1708162 | 1,297 | 9/28/2017 |
6.0.0-alpha1-1708161 | 1,778 | 8/23/2017 |
Attempt to fix orderBy clause. It might be a dirty fix. But it works at lease for some cases. Now IServiceProvider contains sigleton service of ODataQuerySettings type which is a global default Query Settings. You should resolve it at least once and change the object's properties as you think is correct.
Previously using of orderBy caused exception:
System.ArgumentNullException: Value cannot be null.
Parameter name: provider
at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
at Microsoft.AspNetCore.OData.Query.OrderByQueryOption.ApplyToCore(IQueryable query, ODataQuerySettings querySettings)
at Microsoft.AspNetCore.OData.Query.ODataQueryOptions.ApplyTo(IQueryable query, ODataQuerySettings querySettings)
This GitHub commit contains details about changes I've made: https://github.com/IronBy/WebApi/commit/a4c09ce6bc5dd12ba288207d2ea99f9f13de247d