Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Providers are unreliable

Open
#370 92 comments 27 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
csharp
Domain
tooling

Research direction

Start by reproducing the restore steps with ladda@1.0.6 and dist/ladda.min.js, then inspect the provider-related paths that produce LIB002 or LIB018. Done means repeated restores succeed and load the requested dist/** contents rather than an incorrect file such as index.html.

Written by the indexing model from the issue text.

Description

Need more info
Functional impact

Builds fail because required lib files don't exist in project.

Minimal repro steps
  1. Install files from a library (i.e. ladda@1.0.6, files: dist/ladda.min.js)
  2. Ensure it works successfully
  3. Later on, try to restore
Expected result

Files that restore successfully once should always restore successfully

Actual result

LibMan intermittently fails with error LIB002 or LIB018, or doesn't load the correct contents of the package (i.e., index.html instead of dist/**).

Dominant language
C#
Stars
486
Forks
91
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from aspnet/LibraryManager

All issues in aspnet/LibraryManager

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.