Skip to content

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

Merged
rogerbarreto merged 9 commits into
microsoft:mainfrom
ArnaudB88:features/odata-nuget
Jul 22, 2025
Merged

.Net: #12728 Use Odata2Linq nuget for .NET8#12729
rogerbarreto merged 9 commits into
microsoft:mainfrom
ArnaudB88:features/odata-nuget

Conversation

@ArnaudB88

@ArnaudB88 ArnaudB88 commented Jul 16, 2025

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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 and others added 3 commits July 17, 2025 09:53
…cturedDataService.cs

Co-authored-by: Roger Barreto <19890735+rogerbarreto@users.noreply.github.com>
@ArnaudB88

Copy link
Copy Markdown
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
jcruzmot-te pushed a commit to thousandeyes/aia-semantic-kernel that referenced this pull request Sep 15, 2025
### Motivation and Context

Replacing a deprecated nuget library

- Fixes microsoft#12728

### Description

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

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄

---------

Co-authored-by: Arnaud Boussaer <ABSR@axi.be>
Co-authored-by: Roger Barreto <19890735+rogerbarreto@users.noreply.github.com>
Co-authored-by: Mark Wallace <127216156+markwallace-microsoft@users.noreply.github.com>
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