Steeltoe .NET FrameworkThis C# project targets .NET Framework 4.8 for Windows and is a great beginning point to create a cloud native api. Using the Visual Studio MVC template as a base, the code has been simplified to host a few RESTful endpoints. Steeltoe packages like logging have been added to aid in streaming logs, along with other 12 Factor best practices. About SteeltoeSteeltoe is an open source project that enables .NET developers to implement industry standard best practices when building resilient microservices for the cloud. The Steeltoe client libraries enable .NET Core and .NET Framework apps to easily leverage Netflix Eureka, Hystrix, Spring Cloud Config Server, and Cloud Foundry services. To learn more about Steeltoe, head over to the site https://steeltoe.io. Release Noteshttps://github.com/steeltoeoss-incubator/vs-extensions/blob/master/release-notes.txt ContributingThe Steeltoe project welcomes contributions both by filing issues and through PRs. You are also welcome to join us on Slack Check out the contributing page to see how you can get involved and contribute to Steeltoe. Also it's worth noting, the Steeltoe project has adopted the code of conduct defined by the Contributor Covenant. If you'd like more information, see the .NET Foundation Code of Conduct write-up. LicensesThe Steeltoe project uses the Apache License Version 2.0 license for all of its code. See the contribution licensing document for more details. |