mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-30 23:51:34 +00:00 
			
		
		
		
	Blazor support
This commit is contained in:
		| @@ -1,11 +1,11 @@ | ||||
| function Get-Template($url, $dir, $username, $password) | ||||
| function Get-Template($url, $dir, $username, $password, $asyncSetters) | ||||
| { | ||||
|  | ||||
|    $lib = Resolve-Path -Path "$($PSScriptRoot)\..\lib\netstandard2.0\Esiur.dll"             | ||||
|    #write-host "Lib is at $($lib)" | ||||
|  | ||||
|    $assembly =  [Reflection.Assembly]::LoadFile($lib) | ||||
|    $tempPath =  [Esiur.Proxy.TemplateGenerator]::GetTemplate($url, $dir, $username,$password);   | ||||
|    $tempPath =  [Esiur.Proxy.TemplateGenerator]::GetTemplate($url, $dir, $username,$password, $asyncSetters);   | ||||
|    | ||||
|   $startupProject = GetStartupProject | ||||
|    | ||||
|   | ||||
		Reference in New Issue
	
	Block a user