コード例 #1
0
        protected override async Task OnInitializedAsync()
        {
            // Order of init and add to cache is really important
            await CompilationService.InitAsync(this.HttpClient);

            NuGetRemoteDependencyProvider.AddBaseAssemblyPackageDependenciesToCache(CompilationService.BaseAssemblyPackageVersionMappings);

            await base.OnInitializedAsync();
        }
コード例 #2
0
        protected override async Task OnInitializedAsync()
        {
            await CompilationService.InitAsync(this.HttpClient);

            await base.OnInitializedAsync();
        }