Skip to content

Add README for .NET #312

Open
Open
@mpkorstanje

Description

@mpkorstanje

🤔 What's the problem you're trying to solve?

When deploying the .Net package we see the warning

Time Elapsed 00:00:06.90
Run dotnet pack --configuration Release --no-build --output NuGetOut
  The package Cucumber.CucumberExpressions.18.0.1 is missing a readme. Go to https://aka.ms/nuget/authoring-best-practices/readme to learn why package readmes are important.
  Successfully created package '/home/runner/work/cucumber-expressions/cucumber-expressions/dotnet/NuGetOut/Cucumber.CucumberExpressions.18.0.1.nupkg'.
Run dotnet nuget push NuGetOut/*.nupkg --api-key ${NUGET_API_KEY} --source https://api.nuget.org/v3/index.json
Pushing Cucumber.CucumberExpressions.18.0.1.nupkg to 'https://www.nuget.org/api/v2/package'...
  PUT https://www.nuget.org/api/v2/package/
warn : Readme missing. Go to https://aka.ms/nuget-include-readme learn How to include a readme file within the package.
  Created https://www.nuget.org/api/v2/package/ 680ms

✨ What's your proposed solution?

Either:

⛏ Have you considered any alternatives or workarounds?

No response

📚 Any additional context?

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions