You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stale-issue-message: "Since the issue was labeled with `invalid`, but no response in 2 days. This issue will be closed after 2 days. If you have any questions, you can comment and reply. \r\r 由于该 issue 被标记为不合规工程,却 2 天未收到回应,该 Issue 将与 2 天后自动关闭。"
18
+
repo-token: ${{ secrets.GITHUB_TOKEN }}
19
+
- uses: actions/stale@v9
20
+
with:
21
+
days-before-issue-stale: 2
22
+
any-of-labels: "need-repro-project"
23
+
stale-issue-label: "stale"
24
+
stale-issue-message: "Since the issue was labeled with `need-repro-project`, but no response in 2 days. This issue will be closed after 2 days. If you have any questions, you can comment and reply. \r\r 由于该 issue 被标记为需要复现工程,却 2 天未收到回应,该 Issue 将与 2 天后自动关闭。"
25
+
repo-token: ${{ secrets.GITHUB_TOKEN }}
26
+
- uses: actions/stale@v9
27
+
with:
28
+
days-before-issue-close: 2
29
+
any-of-labels: "stale"
30
+
close-issue-message: "Since the issue was labeled with `stale`, but no response in 2 days. This issue will be closed. If you have any questions, you can comment and reply. \r\r 由于该 issue 被标记为过期工程,却 2 天未收到回应。现关闭 issue,若有任何问题,可评论回复。"
<p>This project is part of the <ahref="https://www.dotnetfoundation.org/">.NET Foundation</a> and operates under their <ahref="https://www.dotnetfoundation.org/code-of-conduct">code of conduct</a>. </p>
21
21
22
-
## Features
23
-
- Enterprise-class UI designed for web applications.
24
-
- A set of high-quality Blazor components out of the box.
25
-
- Supports WebAssembly-based client-side and SignalR-based server-side UI event interaction.
26
-
- Supports Progressive Web Applications (PWA).
27
-
- Build with C#, a multi-paradigm static language for an efficient development experience.
28
-
- .NET Standard 2.1 based, with direct reference to the rich .NET ecosystem.
29
-
- Supports NET5. (Server-Side, WASM)
30
-
- Seamless integration with existing ASP.NET Core MVC and Razor Pages projects.
To create a new `Bootstrap Blazor` UI for Blazor application, use the Create New Project Wizard. The wizard detects all installed versions of `Bootstrap Blazor` for Blazor and lists them in the Version combobox—this enables you to start your project with the desired version. You can also get the latest version to make sure you are up to date.
107
-
108
-
1. Get the Wizard
109
-
110
-
To use the Create New Project Wizard, install the `Bootstrap Blazor` UI for Blazor Visual Studio Extensions. You can get it from the:
111
-
112
-
- Visual Studio Marketplace (for Windows)
113
-
114
-
2. Start the Wizard
115
-
116
-
To start the wizard, use either of the following approaches
117
-
118
-
### Using the Project menu:
119
-
120
-
- Click File > New > Project.
121
-
- Find and click the C# Blazor Application option (you can use the search, or filter by Blazor templates).
0 commit comments