EDennis.EFBase
0.1.2
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package EDennis.EFBase --version 0.1.2
NuGet\Install-Package EDennis.EFBase -Version 0.1.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EDennis.EFBase" Version="0.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EDennis.EFBase --version 0.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EDennis.EFBase, 0.1.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install EDennis.EFBase as a Cake Addin #addin nuget:?package=EDennis.EFBase&version=0.1.2 // Install EDennis.EFBase as a Cake Tool #tool nuget:?package=EDennis.EFBase&version=0.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Provides a BaseRepo and BaseContext for Entity Framework targeting SQL Server. BaseRepo class includes CRUD methods, as well as a method for returning JSON from a FOR JSON SQL Server SELECT statement.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 is compatible. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 2.0
- Microsoft.AspNetCore.All (>= 2.0.5)
- Microsoft.SqlServer.SqlManagementObjects (>= 140.17218.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.3.0 | 1,207 | 1/16/2019 |
2.2.0 | 1,699 | 11/8/2018 |
2.1.9 | 1,689 | 10/22/2018 |
2.1.8 | 1,818 | 8/17/2018 |
2.1.7 | 1,697 | 7/30/2018 |
2.1.6 | 1,777 | 7/30/2018 |
1.3.4 | 1,723 | 7/23/2018 |
1.3.3 | 2,002 | 7/12/2018 |
1.3.2 | 1,759 | 7/12/2018 |
1.3.1 | 1,810 | 7/11/2018 |
1.3.0 | 1,832 | 6/6/2018 |
1.2.8 | 1,890 | 4/30/2018 |
1.2.7 | 1,899 | 4/26/2018 |
1.2.6 | 1,859 | 4/24/2018 |
1.2.5 | 1,770 | 4/23/2018 |
1.2.4 | 1,773 | 4/23/2018 |
1.2.3 | 1,836 | 4/22/2018 |
1.2.2 | 1,892 | 4/21/2018 |
1.2.1 | 1,696 | 3/22/2018 |
1.2.0 | 1,854 | 3/22/2018 |
1.1.2 | 1,945 | 3/13/2018 |
1.1.1 | 1,915 | 3/13/2018 |
1.1.0 | 1,850 | 3/12/2018 |
1.0.2 | 2,640 | 3/12/2018 |
1.0.1 | 3,377 | 3/12/2018 |
1.0.0 | 3,505 | 3/12/2018 |
0.1.2 | 1,751 | 3/10/2018 |
0.1.1 | 1,943 | 3/10/2018 |
0.1.0 | 1,742 | 3/10/2018 |
0.0.5-alpha | 835 | 3/8/2018 |
0.0.4-alpha | 852 | 2/13/2018 |
0.0.3-alpha | 837 | 1/22/2018 |
Removed [NotMapped] from SqlJson, as it does not produce the desired behavior.