Jimmy Lewis
Jimmy Lewis
@thiago-bessa try again after running `libman cache clean`? We use the cache library metadata to disk for 1 day (IIRC of the top of my head) to avoid hitting the...
@ygoe which version of VS are you using? The JSDelivr provider wasn't included in VS until 16.0, but you can build a private version of the VSIX. See more [here](https://github.com/aspnet/LibraryManager/issues/344#issuecomment-439235716).
@denis-pujdak-adm-it If I were to rephrase your point, we should be emphasizing that the library name couldn't be found separately from the name@version? E.g. `The package "[email protected]" was not found...
This is a feature we are looking to design, but the discussions we've had so far have gotten caught up in how to ensure an experience works smoothly across all...
@javiercn this is not an issue limited to libman. The issue is that MAUI does not refresh items in wwwroot that were generated during the build (libman is one tool...
Alternatively, is there another ItemGroup we could add these items to? In the legacy (WAP/WSP, i.e. pre-dotnet sdk) web publish pipeline, we [add the files](https://github.com/aspnet/LibraryManager/blob/c73cfe2f573968c932c687ea8a031824fe8d02dc/src/LibraryManager.Build/Microsoft.Web.LibraryManager.Build.targets#L44-L46) to `@(FilesForPackagingFromProject)`. We could do...
> In addition to that, if some other SDK like Maui were to include a target like that one, it wouldn't work either because it would run to late, on...
Can you give a little more explanation of how you're looking to augment? Are you proposing a new provider (which would require a catalog behavior, for discovery of library names,...
A few thoughts/responses: > fall back to another provider if the files are not available This one is tricky because it's quite common that the files are not the same...
@justcla restore on build is not the primary scenario we designed for. The default behavior is that a user uses LibMan to download the files into their repo (and periodically...