Home
Softono

Steeltoe

Open source Apache-2.0 C#
1.1K
Stars
171
Forks
34
Issues
41
Watchers
3 months
Last Commit

 About Steeltoe

.NET Components for Externalized Configuration, Database Connectors, Service Discovery, Logging and Distributed Tracing, Application Management, Security, and more.

Platforms

Web Self-hosted Cloud Windows

Languages

C#

Need Help Installing Steeltoe?

We provide expert installation service for this software. Our team will install, configure, and secure Steeltoe on your server. plans start at just $30.

Steeltoe .NET Open Source Software

Build Status  SonarCloud  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 Branch .NET Version Status
main .NET 8 - 10 Unstable
4.x .NET 8 - 10 Stable
3.x .NET 8 Stable
2.x .NET Framework 4.6.1+ Out of Support

For more details, see Supported Versions on the Wiki.

Support and Feedback

For community support, we recommend Discussions on GitHub, 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-ci" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/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.