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

Model Definition: Support data annotations #249

Closed
rowanmiller opened this issue May 22, 2014 · 1 comment
Closed

Model Definition: Support data annotations #249

rowanmiller opened this issue May 22, 2014 · 1 comment

Comments

@rowanmiller
Copy link
Contributor

No description provided.

@AndriySvyryd
Copy link
Member

Duplicate of #107

@AndriySvyryd AndriySvyryd removed their assignment Jan 12, 2015
@AndriySvyryd AndriySvyryd removed this from the 7.0.0 milestone Mar 23, 2015
natemcmaster pushed a commit that referenced this issue Oct 31, 2018
Changes:
* Switches NuGet dependency from SQLite to SQLitePCLRaw.bundle_green
* Splits into two packages:
    * Microsoft.Data.Sqlite--metapackage includes ADO.NET provider and native implementation of SQLite
    * Microsoft.Data.Sqlite.Core--just the ADO.NET provider (resolves #148, fixes #249)
* Removes SqliteEngine
* Updates SqliteConnection and SqliteDataReader Handle property return type from IntPtr to the SQLitePCL.raw primitives
* Stop normalizing relative paths (handled by SQLitePCL.raw)
* Target .NET Standard 1.2 (resolves #185)
* Bump minimum supported SQLite version to 3.7.15
* Other minor cleanups including C# 7 usage

Other notes:
* If a SQLitePCL.raw bundle is installed, Microsoft.Data.Sqlite.Core with auto-initialize it

Resolves #21, resolves #255
@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants