An open API service indexing awesome lists of open source software.

https://github.com/autodesk-forge/forge-api-dotnet-core

Forge Core .NET SDK: Provides shared .NET features used by other SDKs
https://github.com/autodesk-forge/forge-api-dotnet-core

Last synced: about 1 year ago
JSON representation

Forge Core .NET SDK: Provides shared .NET features used by other SDKs

Awesome Lists containing this project

README

          

# Autodesk.Forge.Core

[![Latest Version](https://img.shields.io/nuget/v/Autodesk.Forge.Core.svg?label=SDK&color=normalgreen)](https://www.nuget.org/packages/Autodesk.Forge.Core#readme-body-tab) [![Supported Frameworks](https://img.shields.io/badge/8.0-blue.svg?label=.NET)](https://www.nuget.org/packages/Autodesk.Forge.Core#supportedframeworks-body-tab) [![Build Status](https://img.shields.io/github/actions/workflow/status/Autodesk-Forge/forge-api-dotnet-core/dotnet-core.yml?branch=main&label=BUILD)](https://github.com/Autodesk-Forge/forge-api-dotnet-core/actions/workflows/dotnet-core.yml)

## Overview

### Requirements

- .NET 8 or later

### Dependencies

- [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json)
- [Polly](https://github.com/App-vNext/Polly)

### Changelog

The change log for the SDK can be found in the [changelog file](CHANGELOG.md).

### Contributions

Contributions are welcome! Please open a Pull Request.

## Support

Please ask questions on [StackOverflow](https://stackoverflow.com/questions/ask?tags=autodesk-forge,csharp) with tag `autodesk-designautomation` tag. If it turns out that you may have found a bug, please open an issue.

## Getting Started

This package is intended to be used by other packages, such as `Autodesk.Forge.DesignAutomation`.

## Versioning

Using [Semantic Version](https://semver.org/) scheme following the pattern of `x.y.z.`:

- `x`: MAJOR version when you make incompatible changes,
- `y`: MINOR version when you add functionality in a backwards-compatible manner, and
- `z`: PATCH version when you make backwards-compatible bug fixes.

## Source-code

Generated with [swagger-codegen](https://github.com/swagger-api/swagger-codegen).

#### Build
```
dotnet build Autodesk.Forge.Core.sln
```

#### Test
```
dotnet test Autodesk.Forge.Core.sln
```

## License

This sample is licensed under the terms of the **Apache License 2.0**. Please see the [LICENSE](LICENSE) file for full details.