Steeltoe

Steeltoe .NET Core Components: CircuitBreaker, Configuration, Connectors, Discovery, Logging, Management, and Security

746
124
C#

Steeltoe .NET Open Source Software

Build Status
 Coverage
 NuGet Version
 GitHub License
 Stack Overflow

Why Steeltoe?

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:

Getting Started

In addition to the feature documentation, we have built several tools to help you get started:

  • Steeltoe Initializr - Pick and choose what type of application you would like to build and let us generate the initial project for you
    • Initializr uses .NET templates that can also be used from the dotnet CLI and inside of Visual Studio
  • Steeltoe Samples - Here we have working samples for trying out features and to use as code references

Prerequisites

Steeltoe Version .NET Version
4.x .NET 8 - 9
3.x .NET Core 3.1 - .NET 6
2.x .NET Framework 4.6.1+

Support and Feedback

For community support, we recommend Steeltoe OSS Slack, StackOverflow, or open an issue.

For production support, we recommend that you contact Broadcom Support.

Pre-release packages

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>

Contributing

For more information on contributing to the project or other project information, please see the Steeltoe Wiki.

Code of Conduct

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.