-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
Description
Describe the bug
When following the instructors for Dependency Injection setup inside the documentation, it's mentioned that we can need to install a separated package called RestSharp.Extensions.DependencyInjection, however this package is not published on nuget.org thus making it impossible to have a proper DI setup
To Reproduce
Inside any dotnet core project execute:
dotnet add package RestSharp.Extensions.DependencyInjection
Expected behavior
RestSharp.Extensions.DependencyInjection package installed successfully
Stack trace
info : GET https://gitlab.com/api/v4/projects/61784261/packages/nuget/metadata/restsharp.extensions.dependencyinjection/index.json
info : GET https://api.nuget.org/v3/registration5-gz-semver2/restsharp.extensions.dependencyinjection/index.json
info : NotFound https://api.nuget.org/v3/registration5-gz-semver2/restsharp.extensions.dependencyinjection/index.json 265ms
info : NotFound https://gitlab.com/api/v4/projects/61784261/packages/nuget/metadata/restsharp.extensions.dependencyinjection/index.json 1004ms
info : GET https://gitlab.com/api/v4/projects/61784261/packages/nuget/metadata/restsharp.extensions.dependencyinjection/index.json
info : GET https://api.nuget.org/v3/registration5-gz-semver2/restsharp.extensions.dependencyinjection/index.json
info : NotFound https://api.nuget.org/v3/registration5-gz-semver2/restsharp.extensions.dependencyinjection/index.json 197ms
info : NotFound https://gitlab.com/api/v4/projects/61784261/packages/nuget/metadata/restsharp.extensions.dependencyinjection/index.json 975ms
error: There are no versions available for the package 'RestSharp.Extensions.DependencyInjection'.
Desktop (please complete the following information):
- OS: macOS
- .NET version 8
- Version 113