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
- Host: GitHub
- URL: https://github.com/autodesk-forge/forge-api-dotnet-core
- Owner: Autodesk-Forge
- License: apache-2.0
- Created: 2019-01-15T20:19:02.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-03-01T11:31:59.000Z (over 1 year ago)
- Last Synced: 2025-04-12T08:53:43.782Z (about 1 year ago)
- Language: C#
- Homepage: https://www.nuget.org/packages/Autodesk.Forge.Core
- Size: 188 KB
- Stars: 14
- Watchers: 10
- Forks: 14
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Autodesk.Forge.Core
[](https://www.nuget.org/packages/Autodesk.Forge.Core#readme-body-tab) [](https://www.nuget.org/packages/Autodesk.Forge.Core#supportedframeworks-body-tab) [](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.