Autodesk-Forge / forge-api-dotnet-core

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

Home Page:https://www.nuget.org/packages/Autodesk.Forge.Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autodesk.Forge.Core

SDK .NET BUILD

Overview

Requirements

  • .NET 6 or later

Dependencies

Changelog

The change log for the SDK can be found in the changelog file.

Contributions

Contributions are welcome! Please open a Pull Request.

Support

Please ask questions on StackOverflow 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 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.

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 file for full details.

About

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

https://www.nuget.org/packages/Autodesk.Forge.Core

License:Apache License 2.0


Languages

Language:C# 100.0%