Steeltoe .NET Core Components: CircuitBreaker, Configuration, Connectors, Discovery, Logging, Management, and Security
Steeltoe provides building blocks for development of .NET applications that integrate with Spring and Spring Boot environments, as well as Cloud Foundry and Kubernetes with first-party support for Tanzu.
Key features include:
In addition to the feature documentation, we have built several tools to help you get started:
dotnet
CLI and inside of Visual StudioSteeltoe Version | .NET Version |
---|---|
4.x | .NET 8 - 9 |
3.x | .NET Core 3.1 - .NET 6 |
2.x | .NET Framework 4.6.1+ |
For community support, we recommend Steeltoe OSS Slack, StackOverflow, or open an issue.
For production support, we recommend that you contact Broadcom Support.
If you want to try the latest bits from the main
branch, use the Steeltoe development feed by adding a reference to your nuget.config
file:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="Steeltoe-dev" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/dev/nuget/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>
For more information on contributing to the project or other project information, please see the Steeltoe Wiki.
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community.
For more information see the .NET Foundation Code of Conduct.