Exemple #1
0
 public static string[] GetSrCsWeb(ProductId productId, TargetVersion target, string branch) => CssWebCsLoader.GetSrCs(productId, target, new SrBranchName(branch), true);
Exemple #2
0
 public static string[] GetBldCsWeb(ProductId productId, TargetVersion target, string build) => CssWebCsLoader.GetBldCs(productId, target, build);
Exemple #3
0
 public static string[] GetSrCsWeb(View view) => CssWebCsLoader.GetSrCs(view, true);