Skip to content
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

Updating SQLitePCLRaw library versions to 2.1.3 as it has ppc64le sup… #29783

Merged
merged 2 commits into from
Jan 6, 2023

Conversation

alhad-deshpande
Copy link
Contributor

  1. This PR updates the SQLitePCLRaw library versions to 2.1.3. The SQLitePCLRaw with version 2.1.3 has ppc64le architecture support and has been successfully tested on Power platform and hence updating this version in this repository.
  2. The SQLitePCLRaw 2.1.2 library version is available on Azure nuget but the latest SQLitePCLRaw 2.1.3 is only available on api.nuget.org and hence added the below entry in NuGet.config file.
3. We will also like to add this support in dotnet/7.0 service line.

@leecow
Copy link
Member

leecow commented Dec 7, 2022

@AndriySvyryd or @ajcvickers ptal? Work from IBM folks for PPC enablement.

@alhad-deshpande
Copy link
Contributor Author

@AndriySvyryd , @bricelam
Can you please help to get this into release/7.0 Service Line?

@ajcvickers
Copy link
Member

@alhad-deshpande This is not the right way of doing this. We cannot add the NuGet package feed. The packages need to be mirrored, which is an internal process.

@alhad-deshpande
Copy link
Contributor Author

@ajcvickers
Can you please let us know if these nuget packages are mirrored on Azure feed?

bricelam added a commit to alhad-deshpande/efcore that referenced this pull request Jan 6, 2023
@bricelam
Copy link
Contributor

bricelam commented Jan 6, 2023

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@alhad-deshpande
Copy link
Contributor Author

@ajcvickers, @bricelam
How can we include this in .NET7 Service line release?

@bricelam
Copy link
Contributor

You're in luck, PR #30036 will update it to 2.1.4 in a 7.0.x patch.

Note, it can also work today without a patch if you just manually update the dependency:

<ItemGroup>
  <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0" />
  <PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.3" />
</ItemGroup>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants