Speckle.Sdk 3.1.0-dev.183

Prefix Reserved
This is a prerelease version of Speckle.Sdk.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Speckle.Sdk --version 3.1.0-dev.183
                    
NuGet\Install-Package Speckle.Sdk -Version 3.1.0-dev.183
                    
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="Speckle.Sdk" Version="3.1.0-dev.183" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Speckle.Sdk" Version="3.1.0-dev.183" />
                    
Directory.Packages.props
<PackageReference Include="Speckle.Sdk" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Speckle.Sdk --version 3.1.0-dev.183
                    
#r "nuget: Speckle.Sdk, 3.1.0-dev.183"
                    
#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.
#addin nuget:?package=Speckle.Sdk&version=3.1.0-dev.183&prerelease
                    
Install Speckle.Sdk as a Cake Addin
#tool nuget:?package=Speckle.Sdk&version=3.1.0-dev.183&prerelease
                    
Install Speckle.Sdk as a Cake Tool

<h1 align="center"> <img src="https://user-images.githubusercontent.com/2679513/131189167-18ea5fe1-c578-47f6-9785-3748178e4312.png" width="150px"/><br/> Speckle | Sharp | SDK </h1>

<p align="center"><a href="https://twitter.com/SpeckleSystems"><img src="https://img.shields.io/twitter/follow/SpeckleSystems?style=social" alt="Twitter Follow"></a> <a href="https://speckle.community"><img src="https://img.shields.io/discourse/users?server=https%3A%2F%2Fspeckle.community&style=flat-square&logo=discourse&logoColor=white" alt="Community forum users"></a> <a href="https://speckle.systems"><img src="https://img.shields.io/badge/https://-speckle.systems-royalblue?style=flat-square" alt="website"></a> <a href="https://speckle.guide/dev/"><img src="https://img.shields.io/badge/docs-speckle.guide-orange?style=flat-square&logo=read-the-docs&logoColor=white" alt="docs"></a></p>

Speckle is the first AEC data hub that connects with your favorite AEC tools. Speckle exists to overcome the challenges of working in a fragmented industry where communication, creative workflows, and the exchange of data are often hindered by siloed software and processes. It is here to make the industry better.

<h3 align="center"> .NET SDK, Tests, and Objects </h3>

<p align="center"><a href="https://codecov.io/gh/specklesystems/speckle-sharp-sdk"><img src="https://codecov.io/gh/specklesystems/speckle-sharp-sdk/graph/badge.svg?token=TTM5OGr38m" alt="Codecov"></a></p>

<br/>

[!WARNING] This is an early beta release, not meant for use in production! We're working to stabilise the 3.0 API, and until then there will be breaking changes. You have been warned!

Repo structure

This repo is the home of our next-generation Speckle .NET SDK. It uses .NET Standard 2.0 and has been tested on Windows and MacOS.

  • SDK
    • Speckle.Sdk: Transports, serialization, API wrappers, and logging.
  • Speckle Objects
  • Tests
    • Tests: Unit, serialization, integration, and performance tests.

Other repos

Make sure to also check and ⭐️ these other Speckle next generation repositories:

Documentation

Comprehensive developer and user documentation can be found in our:

📚 Speckle Docs website

Developing and Debugging

Building

Make sure you clone this repository together with its submodules: git clone https://github.com/specklesystems/speckle-sharp-sdk.git -recursive. Afterwards, just restore all the NuGet packages and hit Build!

Developing

This project is evolving fast, to better understand how to use Core we suggest checking out the Unit and Integration tests. Running the integration tests locally requires a local server running on your computer.

We'll be also adding preliminary documentation on our forum.

Tests

There are two test projects, one for unit tests and one for integration tests. The latter needs a server running locally in order to run.

Contributing

Before embarking on submitting a patch, please make sure you read:

Security and Licensing

Security

For any security vulnerabilities or concerns, please contact us directly at security[at]speckle.systems.

License

Unless otherwise described, the code in this repository is licensed under the Apache-2.0 License. Please note that some modules, extensions or code herein might be otherwise licensed. This is indicated either in the root of the containing folder under a different license file, or in the respective file's header. If you have any questions, don't hesitate to get in touch with us via email.

Product 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 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Speckle.Sdk:

Package Downloads
Speckle.Objects

Objects is the default object model for Speckle

Speckle.Importers.Ifc

Package Description

Speckle.WebIfc.Importer

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.2.0-dev.4 129 3/8/2025
3.2.0-alpha.45 422 3/26/2025
3.2.0-alpha.44 440 3/25/2025
3.2.0-alpha.41 109 3/13/2025
3.2.0-alpha.38 128 3/12/2025
3.2.0-alpha.37 119 3/12/2025
3.2.0-alpha.36 121 3/11/2025
3.2.0-alpha.26 121 3/11/2025
3.2.0-alpha.7 121 3/11/2025
3.1.7 869 3/24/2025
3.1.6 401 3/24/2025
3.1.5 154 3/20/2025
3.1.4 262 3/17/2025
3.1.3 155 3/17/2025
3.1.2 156 3/13/2025
3.1.1 711 3/10/2025
3.1.0-dev.279 168 3/7/2025
3.1.0-dev.278 162 3/7/2025
3.1.0-dev.277 169 3/6/2025
3.1.0-dev.276 527 3/3/2025
3.1.0-dev.275 149 3/3/2025
3.1.0-dev.274 131 2/27/2025
3.1.0-dev.273 50 2/27/2025
3.1.0-dev.271 64 2/18/2025
3.1.0-dev.270 239 2/18/2025
3.1.0-dev.269 66 2/17/2025
3.1.0-dev.268 73 2/17/2025
3.1.0-dev.267 65 2/17/2025
3.1.0-dev.266 124 2/14/2025
3.1.0-dev.265 71 2/13/2025
3.1.0-dev.259 71 2/13/2025
3.1.0-dev.258 60 2/12/2025
3.1.0-dev.257 65 2/5/2025
3.1.0-dev.256 53 2/5/2025
3.1.0-dev.255 145 2/4/2025
3.1.0-dev.254 74 2/3/2025
3.1.0-dev.253 57 2/3/2025
3.1.0-dev.252 78 2/3/2025
3.1.0-dev.251 88 1/30/2025
3.1.0-dev.249 129 1/24/2025
3.1.0-dev.248 41 1/24/2025
3.1.0-dev.247 41 1/24/2025
3.1.0-dev.246 53 1/23/2025
3.1.0-dev.245 54 1/22/2025
3.1.0-dev.236 52 1/21/2025
3.1.0-dev.235 49 1/16/2025
3.1.0-dev.234 107 1/15/2025
3.1.0-dev.229 45 1/15/2025
3.1.0-dev.228 84 1/14/2025
3.1.0-dev.227 86 1/13/2025
3.1.0-dev.226 52 1/10/2025
3.1.0-dev.225 52 1/9/2025
3.1.0-dev.224 33 1/9/2025
3.1.0-dev.223 47 1/8/2025
3.1.0-dev.222 97 1/3/2025
3.1.0-dev.221 79 1/3/2025
3.1.0-dev.220 67 1/2/2025
3.1.0-dev.219 98 12/19/2024
3.1.0-dev.218 97 12/17/2024
3.1.0-dev.217 73 12/16/2024
3.1.0-dev.216 2,062 12/13/2024
3.1.0-dev.215 192 12/10/2024
3.1.0-dev.214 57 12/5/2024
3.1.0-dev.213 57 12/5/2024
3.1.0-dev.212 141 12/4/2024
3.1.0-dev.205 95 12/3/2024
3.1.0-dev.204 51 12/3/2024
3.1.0-dev.203 89 11/29/2024
3.1.0-dev.202 60 11/29/2024
3.1.0-dev.201 70 11/27/2024
3.1.0-dev.200 472 11/26/2024
3.1.0-dev.199 404 11/22/2024
3.1.0-dev.191 110 11/20/2024
3.1.0-dev.190 76 11/20/2024
3.1.0-dev.189 64 11/19/2024
3.1.0-dev.188 47 11/19/2024
3.1.0-dev.187 54 11/19/2024
3.1.0-dev.186 92 11/19/2024
3.1.0-dev.185 49 11/19/2024
3.1.0-dev.184 44 11/19/2024
3.1.0-dev.183 53 11/18/2024
3.1.0-dev.182 148 11/12/2024
3.1.0-dev.181 104 11/7/2024
3.1.0-dev.180 49 11/7/2024
3.1.0-dev.179 48 11/6/2024
3.1.0-dev.177 45 11/6/2024
3.1.0-dev.176 52 11/6/2024
3.1.0-dev.175 61 11/5/2024
3.1.0-dev.174 79 11/4/2024
3.1.0-dev.173 50 11/4/2024
3.1.0-dev.172 55 11/4/2024
3.1.0-dev.170 76 10/31/2024
3.1.0-dev.169 68 10/28/2024
3.1.0-dev.168 55 10/25/2024
3.1.0-dev.167 111 10/24/2024
3.1.0-dev.166 54 10/24/2024
3.1.0-dev.165 61 10/22/2024
3.1.0-dev.164 78 10/17/2024
3.1.0-dev.163 55 10/15/2024
3.1.0-dev.162 102 10/14/2024
3.1.0-dev.161 55 10/11/2024
3.1.0-dev.160 95 10/10/2024
3.1.0-dev.159 55 10/10/2024
3.1.0-dev.158 80 10/9/2024
3.1.0-dev.157 50 10/7/2024
3.1.0-dev.156 54 10/7/2024
3.1.0-dev.155 71 10/2/2024
3.1.0-dev.154 61 9/27/2024
3.1.0-dev.153 65 9/26/2024
3.1.0-dev.152 55 9/26/2024
3.1.0-dev.146 112 9/25/2024
3.1.0-dev.145 104 9/20/2024
3.1.0-dev.144 55 9/19/2024
3.1.0-dev.143 54 9/18/2024
3.1.0-dev.142 98 9/17/2024
3.1.0-dev.141 59 9/16/2024
3.1.0-dev.137 63 9/16/2024
3.1.0-dev.136 80 9/13/2024
3.1.0-dev.135 57 9/12/2024
3.1.0-dev.134 63 9/11/2024
3.1.0-dev.133 77 9/10/2024
3.1.0-dev.132 54 9/9/2024
3.1.0-dev.131 54 9/9/2024
3.1.0-dev.130 61 9/9/2024
3.1.0-dev.128 65 9/5/2024
3.1.0-dev.127 56 9/5/2024
3.1.0-dev.126 61 9/5/2024
3.1.0-dev.125 53 9/5/2024
3.1.0-dev.124 56 9/4/2024
3.1.0-dev.123 63 9/4/2024
3.1.0-dev.122 60 9/3/2024
3.1.0-dev.121 55 9/3/2024
3.1.0-dev.118 47 9/3/2024
3.1.0-dev.117 53 9/2/2024
3.1.0-dev.116 62 8/28/2024
3.1.0-dev.115 113 8/22/2024
3.1.0-dev.114 80 8/22/2024
3.1.0-dev.113 89 8/21/2024
3.1.0-dev.112 88 8/21/2024
3.1.0-dev.111 84 8/19/2024
3.1.0-dev.110 81 8/19/2024
3.1.0-dev.109 95 8/19/2024
3.1.0-dev.108 74 8/19/2024
3.1.0-dev.107 116 8/16/2024
3.1.0-dev.106 102 8/15/2024
3.1.0-dev.105 76 8/15/2024
3.1.0-dev.104 77 8/15/2024
3.1.0-dev.103 108 8/14/2024
3.1.0-dev.102 91 8/13/2024
3.1.0-dev.101 84 8/13/2024
3.1.0-dev.100 78 8/13/2024
3.1.0-dev.99 104 8/12/2024
3.1.0-dev.98 98 8/12/2024
3.1.0-dev.97 69 8/12/2024
3.1.0-dev.96 94 8/8/2024
3.1.0-dev.95 82 8/8/2024
3.1.0-dev.94 100 8/8/2024
3.0.1-rc.120 82 9/16/2024 3.0.1-rc.120 is deprecated because it is no longer maintained.
3.0.1-rc.119 70 9/9/2024 3.0.1-rc.119 is deprecated because it is no longer maintained.
3.0.1-rc.118 103 9/2/2024 3.0.1-rc.118 is deprecated because it is no longer maintained.
3.0.1-rc.117 97 8/29/2024 3.0.1-rc.117 is deprecated because it is no longer maintained.