示例#1
0
 public static ServerProfileContext WithBlazorServerApplication(this BuildHostContext @this)
 => @this.Apply(BlazorServerProfile.Default);
示例#2
0
 public static ServerProfileContext WithGitHubApplication(this BuildHostContext @this)
 => @this.Apply(GitHubApplicationProfile.Default);