/// <inheritdoc /> public override ILibraryCatalog GetCatalog() { return(_catalog ?? (_catalog = new CdnjsCatalog(this, _cacheService, LibraryNamingScheme))); }
/// <summary> /// Gets the <see cref="T:Microsoft.Web.LibraryManager.Contracts.ILibraryCatalog" /> for the <see cref="T:Microsoft.Web.LibraryManager.Contracts.IProvider" />. May be <code>null</code> if no catalog is supported. /// </summary> /// <returns></returns> public ILibraryCatalog GetCatalog() { return(_catalog ?? (_catalog = new CdnjsCatalog(this))); }