Speckle.Objects 3.16.0

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Speckle.Objects --version 3.16.0
                    
NuGet\Install-Package Speckle.Objects -Version 3.16.0
                    
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.Objects" Version="3.16.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Speckle.Objects" Version="3.16.0" />
                    
Directory.Packages.props
<PackageReference Include="Speckle.Objects" />
                    
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.Objects --version 3.16.0
                    
#r "nuget: Speckle.Objects, 3.16.0"
                    
#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.
#:package Speckle.Objects@3.16.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Speckle.Objects&version=3.16.0
                    
Install as a Cake Addin
#tool nuget:?package=Speckle.Objects&version=3.16.0
                    
Install as a Cake Tool

Speckle Box Speckle | Sharp | SDK

Twitter Follow Community forum users website docs

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.

.NET SDK, Tests, and Objects

codecov <a href="https://www.nuget.org/packages/Speckle.Sdk/"><img alt="NuGet Version" src="https://img.shields.io/nuget/v/Speckle.Sdk?label=Speckle.Sdk"></a> <a href="https://www.nuget.org/packages/Speckle.Objects/"><img alt="NuGet Version" src="https://img.shields.io/nuget/v/Speckle.Sdk?label=Speckle.Objects"></a> <a href="https://www.nuget.org/packages/Speckle.Automate.Sdk/"><img alt="NuGet Version" src="https://img.shields.io/nuget/v/Speckle.Sdk?label=Speckle.Automate.Sdk"></a>

Releases Speckle.Sdk and Speckle.Objects are reliable for production use, but the APIs may not be wholly stable, and there may be breaking changes between releases, with little documentation.

Repo structure

This repo is the home of our next-generation Speckle .NET SDK.

Other repos

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

Documentation

Developer docs are a bit patchy. See our 📚 Speckle Docs website

Developing and Debugging

To build solutions in this repo, 10.0.2xx of the .NET SDK is required.

It is recommended to use JetBrains Rider (version 2025.3 or greater) or Microsoft Visual Studio 2026 (version 18.4 or greater)

From there you can open the main Speckle.Connectors.slnx solution and build the project.

For good development experience and environment setup, you the commands are available needed.

Formatting

We're using CSharpier to format our code. You can use Csharpier in a few ways:

  • Install CSharpier and reformat from CLI
    dotnet tool restore
    dotnet csharpier format ./
    
  • Install the CSharpier extension for Rider or Visual Studio<br/> For best DX, we recommend turning on CSharpier's reformat on save setting if you've installed it in your IDE.

Tests

There are several test projects. It is a requirement that all tests pass for PRs to be merged.

The Integration test projects require a local server to be running. You must have docker installed. Then you can run docker compose up from the root of the repo to start the required containers.

In CI, they will be run against both the public and private versions of the server. It is important that we remain compatible with both server versions.

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.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 (55)

Showing the top 5 NuGet packages that depend on Speckle.Objects:

Package Downloads
Objects.ConverterDxf

Package Description

Speckle.Objects.Converter.Rhino6

Converter for Rhino and Grasshopper

Speckle.Objects.Converter.DynamoRevit

Converter for Dynamo for Revit 2019 and 2020

Speckle.Objects.Converter.DynamoSandbox

Converter for DynamoSandbox

Speckle.Objects.Converter.Autocad2021

Converter for Autocad 2021

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.17.2-stj-experiment 23 4/17/2026
3.17.1-stj-experiment 30 4/17/2026
3.16.0 109 4/15/2026
3.15.3 230 4/2/2026
3.15.2 97 3/31/2026
3.15.2-alpha.1 46 3/30/2026
3.15.1 159 3/26/2026
3.15.0 108 3/24/2026
3.14.0 192 3/23/2026
3.14.0-alpha.9 64 3/16/2026
3.14.0-alpha.8 50 3/12/2026
3.14.0-alpha.7 55 3/11/2026
3.14.0-alpha.6 78 3/5/2026
3.14.0-alpha.5 61 3/2/2026
3.14.0-alpha.4 63 2/27/2026
3.14.0-alpha.3 55 2/26/2026
3.14.0-alpha.2 55 2/26/2026
3.14.0-alpha.1 49 2/26/2026
Loading failed