Skip to content

Commit 0f265df

Browse files
committed
doc: 更改程序集名称
1 parent a704298 commit 0f265df

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+48
-48
lines changed

src/BootstrapBlazor.Server/Components/Pages/Localization.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ public class CultureController : Controller
240240
// @Localizer["N49"]
241241
options.AdditionalJsonFiles = new string[]
242242
{
243-
@@"D:\Argo\src\BootstrapBlazor\src\BootstrapBlazor.Shared\Locales\zh-TW.json",
244-
@@"D:\Argo\src\BootstrapBlazor\src\BootstrapBlazor.Shared\Locales\zh-CN.json"
243+
@@"D:\Argo\src\BootstrapBlazor\src\BootstrapBlazor.Server\Locales\zh-TW.json",
244+
@@"D:\Argo\src\BootstrapBlazor\src\BootstrapBlazor.Server\Locales\zh-CN.json"
245245
};
246246
});
247247
}

src/BootstrapBlazor.Server/Components/Samples/Cascaders.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public sealed partial class Cascaders
1313
/// <summary>
1414
/// Foo 类为Demo测试用,如有需要请自行下载源码查阅
1515
/// Foo class is used for Demo test, please download the source code if necessary
16-
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Shared/Data/Foo.cs
16+
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Server/Data/Foo.cs
1717
/// </summary>
1818
private Foo Model { get; set; } = new Foo();
1919

src/BootstrapBlazor.Server/Components/Samples/ColorPickers.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public partial class ColorPickers
1313
/// <summary>
1414
/// Foo 类为Demo测试用,如有需要请自行下载源码查阅
1515
/// Foo class is used for Demo test, please download the source code if necessary
16-
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Shared/Data/Foo.cs
16+
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Server/Data/Foo.cs
1717
/// </summary>
1818
[NotNull]
1919
private Foo? Dummy { get; set; } = new Foo() { Name = "#DDDDDD" };

src/BootstrapBlazor.Server/Components/Samples/DateTimeRanges.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ protected override void OnInitialized()
114114
/// <summary>
115115
/// Foo 类为Demo测试用,如有需要请自行下载源码查阅
116116
/// Foo class is used for Demo test, please download the source code if necessary
117-
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Shared/Data/Foo.cs
117+
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Server/Data/Foo.cs
118118
/// </summary>
119119
private class ValidateFormRangeFoo : Foo
120120
{

src/BootstrapBlazor.Server/Components/Samples/Dialogs.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ private async Task OnSearchDialogClick()
208208
/// <summary>
209209
/// Foo 类为Demo测试用,如有需要请自行下载源码查阅
210210
/// Foo class is used for Demo test, please download the source code if necessary
211-
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Shared/Data/Foo.cs
211+
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Server/Data/Foo.cs
212212
/// </summary>
213213
private async Task OnSaveDialogClick()
214214
{

src/BootstrapBlazor.Server/Components/Samples/Displays.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ private static async Task<string> ByteArrayFormatter(byte[] source)
3737
/// <summary>
3838
/// Foo 类为Demo测试用,如有需要请自行下载源码查阅
3939
/// Foo class is used for Demo test, please download the source code if necessary
40-
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Shared/Data/Foo.cs
40+
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Server/Data/Foo.cs
4141
/// </summary>
4242
[NotNull]
4343
private Foo? Model { get; set; }

src/BootstrapBlazor.Server/Components/Samples/EditDialogs.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ private async Task NoRenderShowEditDialog()
5555
/// <summary>
5656
/// Foo 类为Demo测试用,如有需要请自行下载源码查阅
5757
/// Foo class is used for Demo test, please download the source code if necessary
58-
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Shared/Data/Foo.cs
58+
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Server/Data/Foo.cs
5959
/// </summary>
6060
[Inject]
6161
[NotNull]

src/BootstrapBlazor.Server/Components/Samples/EditorForms.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public sealed partial class EditorForms
1313
/// <summary>
1414
/// Foo 类为Demo测试用,如有需要请自行下载源码查阅
1515
/// Foo class is used for Demo test, please download the source code if necessary
16-
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Shared/Data/Foo.cs
16+
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Server/Data/Foo.cs
1717
/// </summary>
1818
[NotNull]
1919
private Foo? Model { get; set; }

src/BootstrapBlazor.Server/Components/Samples/ExportPdfButtons.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public partial class ExportPdfButtons
1313
/// <summary>
1414
/// Foo 类为Demo测试用,如有需要请自行下载源码查阅
1515
/// Foo class is used for Demo test, please download the source code if necessary
16-
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Shared/Data/Foo.cs
16+
/// https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/main/src/BootstrapBlazor.Server/Data/Foo.cs
1717
/// </summary>
1818
[NotNull]
1919
private Foo? Model { get; set; }

src/BootstrapBlazor.Server/Components/Samples/GlobalException.razor

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@
3535
<Pre>crit: BootstrapBlazor.Components.BlazorLogger[0]
3636
TimeStamp: 8/23/2021 12:20:46 PM
3737
MachineName: ECS-A399
38-
AppDomainName: BootstrapBlazor.Shared
38+
AppDomainName: BootstrapBlazor.Server
3939
OS: Microsoft Windows 10.0.17763
4040
OSArchitecture: X64
4141
ProcessArchitecture: X64
4242
Framework: .NET 5.0.9
4343
UserName: Argo
4444
EnvironmentName: Development
45-
IISRootPath: D:\Argo\src\BB\BootstrapBlazor\src\BootstrapBlazor.Shared\
45+
IISRootPath: D:\Argo\src\BB\BootstrapBlazor\src\BootstrapBlazor.Server\
4646
VSIDE: Microsoft Visual Studio Enterprise 2019 16.0
4747
Exception:: Attempted to divide by zero.
4848
*********************************************
4949
System.DivideByZeroException: Attempted to divide by zero.
50-
at BootstrapBlazor.Server.Components.Samples.GlobalException.OnClick() in D:\Argo\src\BB\BootstrapBlazor\src\BootstrapBlazor.Shared\Components\Samples\GlobalException.razor.cs:line 30</Pre>
50+
at BootstrapBlazor.Server.Components.Samples.GlobalException.OnClick() in D:\Argo\src\BB\BootstrapBlazor\src\BootstrapBlazor.Server\Components\Samples\GlobalException.razor.cs:line 30</Pre>
5151

5252
<p>@((MarkupString)Localizer["Step5"].Value)</p>
5353

0 commit comments

Comments
 (0)