![]() |
VOOZH | about |
dotnet add package Microsoft.SqlServer.Types --version 170.1000.7
NuGet\Install-Package Microsoft.SqlServer.Types -Version 170.1000.7
<PackageReference Include="Microsoft.SqlServer.Types" Version="170.1000.7" />
<PackageVersion Include="Microsoft.SqlServer.Types" Version="170.1000.7" />Directory.Packages.props
<PackageReference Include="Microsoft.SqlServer.Types" />Project file
paket add Microsoft.SqlServer.Types --version 170.1000.7
#r "nuget: Microsoft.SqlServer.Types, 170.1000.7"
#:package Microsoft.SqlServer.Types@170.1000.7
#addin nuget:?package=Microsoft.SqlServer.Types&version=170.1000.7Install as a Cake Addin
#tool nuget:?package=Microsoft.SqlServer.Types&version=170.1000.7Install as a Cake Tool
The package contains the components implementing the geometry, geography, and hierarchy ID types in SQL Server.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 is compatible. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on Microsoft.SqlServer.Types:
| Package | Downloads |
|---|---|
|
Microsoft.EntityFrameworkCore.SqlServer.Abstractions
Provides abstractions that are used by models in conjunction with the SQL Server EF Core provider Commonly Used Types: Microsoft.EntityFrameworkCore.HierarchyId |
|
|
Microsoft.EntityFrameworkCore.SqlServer.HierarchyId
Adds hierarchyid support to the SQL Server EF Core provider |
|
|
Microsoft.SqlServer.DacFx
The Microsoft SQL Server Data-Tier Application Framework (DacFx) is a .NET library which provides application lifecycle services for database development and management for Microsoft SQL databases. DacFx supports various database deployment and management scenarios, including extracting / exporting a live database to a DAC package, deploying a DAC package to a new or existing database, and migrating from on-premises to Microsoft Azure. DacFx can target all supported versions of SQL Server, as well as Microsoft Azure SQL and SQL in Fabric. If you would like to use DacFx functionality from the command-line for creating and deploying .dacpac and .bacpac packages, please use the [SqlPackage](https://www.nuget.org/packages/Microsoft.SqlPackage) CLI as a dotnet tool or downloadable exe. Learn more about SqlPackage from http://aka.ms/sqlpackage. |
|
|
Microsoft.ReportingServices.ReportViewerControl.WebForms
Microsoft Report Viewer Control for ASP.Net Web Forms applications. Contains the assemblies required to use the ASP.Net Web Forms Report Viewer Control. |
|
|
ErikEJ.EntityFramework.SqlServer
SQL Server runtime provider for Entity Framework 6.4, using the Microsoft.Data.SqlClient ADO.NET provider. |
Showing the top 20 popular GitHub repositories that depend on Microsoft.SqlServer.Types:
| Repository | Stars |
|---|---|
|
DapperLib/Dapper
Dapper - a simple object mapper for .Net
|
|
|
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
|
|
|
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
|
|
|
laochiangx/Common.Utility
Various helper class
|
|
|
linq2db/linq2db
Linq to database provider.
|
|
|
mikependon/RepoDB
A hybrid ORM library for .NET.
|
|
|
ServiceStack/ServiceStack.OrmLite
Fast, Simple, Typed ORM for .NET
|
|
|
dotnet/ef6
This is the codebase for Entity Framework 6 (previously maintained at https://entityframework.codeplex.com). Entity Framework Core is maintained at https://github.com/dotnet/efcore.
|
|
|
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
|
|
|
dotnet/SqlClient
Microsoft.Data.SqlClient provides database connectivity to SQL Server for .NET applications.
|
|
|
VahidN/EFCoreSecondLevelCacheInterceptor
EF Core Second Level Cache Interceptor
|
|
|
jonwagner/Insight.Database
Fast, lightweight .NET micro-ORM
|
|
|
aloneguid/parquet-dotnet
Fully managed Apache Parquet implementation
|
|
|
SharpMap/SharpMap
An easy-to-use mapping library for use in web and desktop applications
|
|
|
sjh37/EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully customisable. This generator creates code as if you reverse engineered a database and lovingly created the code by hand. It is free to academics, commercial use requires a paid licence. Obtain your licence from:
|
|
|
SparkDevNetwork/Rock
An open source CMS, Relationship Management System (RMS) and Church Management System (ChMS) all rolled into one.
|
|
|
microsoft/DacFx
DacFx, SqlPackage, and other SQL development libraries enable declarative database development and database portability across SQL versions and environments. Share feedback here on dacpacs, bacpacs, and SQL projects.
|
|
|
microsoft/SqlNexus
SQL Nexus is a tool that helps you identify the root cause of SQL Server performance issues. It loads and analyzes performance data collected by SQL LogScout, SQLDiag or PSSDiag. It can dramatically reduce the amount of time you spend manually analyzing data.
|
|
|
sethreno/schemazen
Script and create SQL Server objects quickly
|
|
|
signumsoftware/framework
Open Source framework for writing data-centric applications using the latest versions of .Net Core, C# (not-nullable), ASP.NET Web API, Typescript (strict), React, D3 and Sql Server or PostgreeSQL
|
| Version | Downloads | Last Updated |
|---|---|---|
| 170.1000.7 | 1,349,772 | 11/19/2025 |
| 170.700.9-ctp2p0 | 15,904 | 5/20/2025 |
| 160.1000.6 | 43,106,074 | 11/21/2022 |
| 160.900.6-rc0 | 689,477 | 8/26/2022 |
| 160.600.9-ctp2p0 | 17,533 | 5/24/2022 |
| 14.0.1016.290 | 11,918,340 | 9/27/2018 |
| 14.0.314.76 | 11,238,098 | 2/24/2017 |
| 13.0.4001 | 251,844 | 2/23/2017 |
| 13.0.1601.5 | 113,019 | 2/23/2017 |
| 12.0.5000 | 652,867 | 2/23/2017 |
| 12.0.4100.1 | 223,556 | 2/23/2017 |
| 11.0.2 | 3,468,702 | 12/16/2014 |
| 11.0.1 | 1,227,968 | 2/20/2014 |
| 11.0.0 | 1,404,234 | 12/9/2013 |
| 10.50.1600.1 | 2,261,535 | 2/18/2011 |