MCPcopy Index your code
hub / github.com/dotnet/vscode-csharp / updateRazorVersion

Function updateRazorVersion

tasks/packaging/updateRazorVersion.ts:16–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14// specific packages this only requires running the installDependencies tasks. However for Razor packages
15// we need to acquire the nuget packages once for each platform to ensure they get saved to the feed.
16async function updateRazorVersion(): Promise<void> {
17 // Pull in the .razorExtension code that gets loaded in the roslyn language server
18 await acquireNugetPackage(allNugetPackages.razorExtension, undefined, getPackageJSON(), true);
19
20 await installDependencies(/* clean */ true);
21}

Callers

nothing calls this directly

Calls 3

acquireNugetPackageFunction · 0.90
getPackageJSONFunction · 0.90
installDependenciesFunction · 0.90

Tested by

no test coverage detected