Jedd Morgan d134638a70
PR Test / build (push) Has been cancelled
PR Test / integration-test-internal (push) Has been cancelled
PR Test / integration-test-public (push) Has been cancelled
test: Run objects tests against both net10 and net8 (#471)
* Run objects tests against both net10 and net8

* Update README.md

* Update README.md
2026-04-15 18:00:25 +01:00
2024-06-21 08:42:42 +01: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-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 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, version 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.Sdk.slnx solution and build the project.

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
    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.

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