Dimitrie Stefanescu 4980796cd6 Dim/flopper experiments (#438)
* Adds object flopper for experimental object uploads

Implements a new mechanism for uploading objects to the server.

* wip

* pipe works

* WIP

* wip - refactors send pipeline
2026-02-10 10:17:38 +00:00
2025-07-30 08:41:32 +01:00
2024-06-21 08:42:42 +01:00
2026-02-10 10:17:38 +00:00
2025-01-16 13:46:53 +00:00
2024-06-21 12:33:24 +01:00
2024-06-21 13:18:10 +01:00
2024-07-09 13:56:03 +01:00
2024-06-21 08:42:42 +01:00
2024-11-18 10:20:00 +00:00
2024-06-21 08:42:42 +01:00
2024-06-21 08:42:42 +01:00

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 NuGet Version NuGet Version NuGet Version

Warning

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. It uses .NET Standard 2.0 and has been tested on Windows and MacOS.

Other repos

Make sure to also check and these other repositories:

Documentation

Comprehensive developer and user documentation can be found in our:

📚 Speckle Docs website

Developing and Debugging

Building

Ensure you're using a 8.0.4xx .NET SDK. After cloning this repository, just restore all the NuGet packages and hit Build!

Developing

It is highly recommended you use

  • Either Jetbrains Rider or Visual Studio 2022
  • Ensure your IDE is set to use the correct .NET SDK version (newer major versions may work, but may incorrectly run analysers we haven't configured)
  • You should install the cshapier plugin (Rider, VS) and configure it to run on save

Docs are a bit patchy https://docs.speckle.systems/developers/looking-for-developer-docs

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.

S
Description
The Speckle SDK/Core for V3
Readme 45 MiB
Languages
C# 100%