Sqlite load extension documentation could be more detailed
- Dominant language
- No language data
- Stars
- 4.8k
- Forks
- 6.1k
- Avg merge
- 19h 10m
- Merged PRs (30d)
- 268
Description
**Help us make content visible**
Loading of Sqlite extensions is documented on this site:
https://docs.microsoft.com/en-us/dotnet/standard/data/sqlite/extensions
An example of the extension loading process is described in this file:
https://github.com/dotnet/docs/blob/main/samples/snippets/standard/data/sqlite/ExtensionsSample/Program.cs
But what is unclear is, what Nuget Packages are needed, that the extensions could be found?
The extension I would like to use is Spellfix1.
It would be cool, if it could be described, if it is contained in a Nuget packages, or if the manual extension compilation is needed.
https://stackoverflow.com/questions/71244785/sqlite-with-spellfix1-extension-used-with-entity-framework-core-crash-on-second
**Describe the new article**
- the new article would make using Sqlite extensions more easy with C# and .Net Core.
- The article should cover which Nuget packages are needed and what steps has to be done, to use Sqlite extensions like spellfix1.
- The linked [Sqlite load extension example code](https://github.com/dotnet/docs/blob/main/samples/snippets/standard/data/sqlite/ExtensionsSample/Program.cs) seems overly complicated. Maybe are more intuitive version is possible.
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 28cc6540-9c25-7f9c-1bd1-53b375363f34
* Version Independent ID: 8f09d434-7676-75df-9677-fb8cd7d9c9e9
* Content: [Extensions - Microsoft.Data.Sqlite](https://docs.microsoft.com/en-us/dotnet/standard/data/sqlite/extensions)
* Content Source: [docs/standard/data/sqlite/extensions.md](https://github.com/dotnet/docs/blob/main/docs/standard/data/sqlite/extensions.md)
* Product: **dotnet-data**
* GitHub Login: @bricelam
* Microsoft Alias: **bricelam**
Contributor guide
Assessment
This issue has not been assessed yet.