Skip to content

.Net: #12728 Use Odata2Linq nuget for .NET8 #12729

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jul 22, 2025

Conversation

ArnaudB88
Copy link
Contributor

@ArnaudB88 ArnaudB88 commented Jul 16, 2025

Motivation and Context

Replacing a deprecated nuget library

Description

Replaced deprecated library https://github.com/IharYakimush/comminity-data-odata-linq
with the successor (for .NET8): https://github.com/ArnaudB88/OData2Linq

Contribution Checklist

@moonbox3 moonbox3 added the .NET Issue or Pull requests regarding .NET code label Jul 16, 2025
@ArnaudB88
Copy link
Contributor Author

@microsoft-github-policy-service agree

@ArnaudB88 ArnaudB88 marked this pull request as ready for review July 16, 2025 14:49
@ArnaudB88 ArnaudB88 requested a review from a team as a code owner July 16, 2025 14:49
@github-actions github-actions bot changed the title #12728 Use Odata2Linq nuget for .NET8 .Net: #12728 Use Odata2Linq nuget for .NET8 Jul 16, 2025
@ArnaudB88
Copy link
Contributor Author

About the failing unit tests:
My test project requires the frameworkreference to AspNetCore since the OData2Linq nuget uses the MS.AspNetCore.OData library:

  <ItemGroup>
    <FrameworkReference Include="Microsoft.AspNetCore.App" />
  </ItemGroup>

This will fix the missing library exception of Microsoft.AspNetCore.Http.Abstractions v8.0.0.0

@rogerbarreto rogerbarreto added this pull request to the merge queue Jul 21, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jul 21, 2025
@rogerbarreto rogerbarreto added this pull request to the merge queue Jul 21, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jul 21, 2025
@rogerbarreto rogerbarreto added this pull request to the merge queue Jul 22, 2025
@rogerbarreto rogerbarreto removed this pull request from the merge queue due to a manual request Jul 22, 2025
@rogerbarreto rogerbarreto enabled auto-merge July 22, 2025 06:21
@rogerbarreto rogerbarreto added this pull request to the merge queue Jul 22, 2025
Merged via the queue into microsoft:main with commit 9452cfe Jul 22, 2025
19 checks passed
@ArnaudB88 ArnaudB88 deleted the features/odata-nuget branch August 5, 2025 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.Net: New Feature: Use Odata2Linq instead of deprecated library
5 participants