You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our ASP.NET Core web application, we manage our client-side libraries in a libman.json file and restore them during build using the "Microsoft.Web.LibraryManager.Build" PackageReference in the .csproj. We use cdnjs as the default provider.
Starting today, the restore during build fails with the first client-side library to be restored:
Severity Code Description Project File Line Suppression State
Error LIB002 The "[email protected]" library could not be resolved by the "cdnjs" provider yyyy.zzzz C:\Users\xxxx\source\repos\yyyy\src\yyyy.zzzz\libman.json 5
cdnjs started rolling out some API change, which might be the reason for the failed restore, see cdnjs/cdnjs#14140
Expected behavior
client-side libraries should be downloaded
Additional context
Visual Studio 2022 17.2.4
Using the "Microsoft.Web.LibraryManager.Build" PackageReference with my ASP.NET Core Project
The text was updated successfully, but these errors were encountered:
Describe the bug
In our ASP.NET Core web application, we manage our client-side libraries in a libman.json file and restore them during build using the "Microsoft.Web.LibraryManager.Build" PackageReference in the .csproj. We use cdnjs as the default provider.
Starting today, the restore during build fails with the first client-side library to be restored:
Severity Code Description Project File Line Suppression State
Error LIB002 The "[email protected]" library could not be resolved by the "cdnjs" provider yyyy.zzzz C:\Users\xxxx\source\repos\yyyy\src\yyyy.zzzz\libman.json 5
cdnjs started rolling out some API change, which might be the reason for the failed restore, see cdnjs/cdnjs#14140
Expected behavior
client-side libraries should be downloaded
Additional context
Visual Studio 2022 17.2.4
Using the "Microsoft.Web.LibraryManager.Build" PackageReference with my ASP.NET Core Project
The text was updated successfully, but these errors were encountered: