Adam Hathcock 200b84f49a Main to dev (#18)
* Add Instances base (#6)

* Use Uri for checks in GetAccounts function (#8)

* Add integration and perf tests to sln (#9)

* Remove perf tests (#10)

* remove perf tests

* do all unit tests

* Code coverage (#11)

* code coverage

* enable codecov for GA

* Update README.md

* Update coverage and dependencies (#12)

* Update coverage and dependencies

* fmt

* add codecov config

* merge DUI3/Alpha into sdk (#13)

* merge DUI3/Alpha into sdk

* formatting

* Merge Objects dui3/alpha -> dev (#14)

* merge DUI3/Alpha into sdk

* formatting

* Objects changes

* Objects tests

* Unit test project

* update codecov to be less intrusive (#15)

* update codecov to be less intrusive

* fix codecov yaml

* add coverage exclusion

* Merge sharp `dui3/alpha` -> sdk `main` (#16)

* Merge

* csharpier format

* Fixed polysharp issues

* Integration Tests

* Fixes

* Some nullability fixes (#17)

* add coverage exclusion

* fix some tests and fix nullability errors

---------

Co-authored-by: Oğuzhan Koral <45078678+oguzhankoral@users.noreply.github.com>
Co-authored-by: Jedd Morgan <45512892+JR-Morgan@users.noreply.github.com>
2024-07-09 13:56:03 +01:00
2024-06-21 12:33:24 +01:00
2024-07-09 13:56:03 +01:00
2024-07-09 13:56:03 +01:00
2024-06-21 08:42:42 +01:00
2024-07-09 13:56:03 +01:00
2024-07-09 13:56:03 +01:00
2024-06-21 08:42:42 +01:00
2024-06-21 10:23:34 +01:00
2024-06-21 08:42:42 +01:00
2024-07-09 13:56:03 +01: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-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
2024-07-09 13:56:03 +01:00
2024-07-09 13:56:03 +01:00

Core

Twitter Follow Community forum users website docs

codecov

Disclaimer

This is an early alpha 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!

Introduction

Core

Core is the .NET SDK for Speckle 3.0. It uses .NET Standard 2.0 and has been tested on Windows and MacOS.

Documentation

Comprehensive developer and user documentation can be found in our:

📚 Speckle Docs website

Developing & 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:

Community

The Speckle Community hangs out on the forum, do join and introduce yourself & feel free to ask us questions!

License

Unless otherwise described, the code in this repository is licensed under the Apache-2.0 license.

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