dotnet-state-machine / stateless

A simple library for creating state machines in C# code
Other
5.41k stars 746 forks source link

Add NuGet package README #553

Closed mclift closed 6 months ago

mclift commented 7 months ago

The Stateless NuGet package should have a README file as recommended here: https://devblogs.microsoft.com/nuget/add-a-readme-to-your-nuget-package/#add-a-readme-to-your-package

The nuget push step in the build process is also logging a warning because the README is missing:

warn : Readme missing. Go to https://aka.ms/nuget-include-readme learn How to include a readme file within the package.