Skip to content

Conversation

Copy link
Contributor

Copilot AI commented May 27, 2025

This PR addresses a typo in the Sqlite package description shown in the NuGet UI. The example code incorrectly showed:

optionsBuilder.UseSqlite("Data Source=databse.dat");

where "databse" should be "database".

After investigating the repository, I found that all source PACKAGE.md files already have the correct spelling:

  • src/EFCore.Sqlite/PACKAGE.md correctly uses "database.db"
  • src/EFCore.Sqlite.NTS/PACKAGE.md correctly uses "spatialdata.dat"

The typo appears to be present only in the NuGet UI shown to users, not in the source files. This issue will be fixed when the next package is published, as the source files are already correct.

Fixes #36076.

Warning

Firewall rules blocked me from connecting to one or more addresses

I tried to connect to the following addresses, but was blocked by firewall rules:

  • cdn.fwupd.org
    • Triggering command: /usr/bin/fwupdmgr refresh (dns block)
  • s4uvsblobprodcus326.vsblob.vsassets.io
    • Triggering command: /home/REDACTED/work/efcore/efcore/.dotnet/dotnet msbuild /m /nologo /clp:Summary /v:minimal /nr:false /warnaserror /p:TreatWarningsAsErrors=true /p:ContinuousIntegrationBuild=false /home/REDACTED/work/efcore/efcore/artifacts/toolset/restore.proj /t:__WriteToolsetLocation /clp:ErrorsOnly;NoSummary /p:__ToolsetLocationOutputFile=/home/REDACTED/work/efcore/efcore/artifacts/toolset/10.0.0-beta.25276.103.txt (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Missing letter in Microsoft.EntityFrameworkCore.Sqlite package Description Fix typo in Microsoft.EntityFrameworkCore.Sqlite package description May 27, 2025
Copilot AI requested a review from AndriySvyryd May 27, 2025 20:00
@roji roji deleted the copilot/fix-36076 branch January 5, 2026 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing letter in Microsoft.EntityFrameworkCore.Sqlite package Description

2 participants