Skip to content

Commit 52fc5a1

Browse files
committed
🔖 1.23.10926.11820
1 parent a133b62 commit 52fc5a1

15 files changed

+13
-5
lines changed

src/BD.Common.Essentials.Maui.Runtime/BD.Common.Essentials.Maui.Runtime.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<Product>次元超越 Essentials 实现库</Product>
55
<PackageTags>BeyondDimension Common CommonEssentialsMaui EssentialsMaui Essentials</PackageTags>
66
<Description>$(Product)</Description>
7-
<RootNamespace>BD.Common</RootNamespace>
87
<DefineConstants>__NOT_IMPORT_COLUMNS__;MAUI;MAUI_RUNTIME;$(DefineConstants)</DefineConstants>
98
<!--<TargetFrameworks>net7.0-android;net7.0-ios;net7.0-macos;net7.0-maccatalyst</TargetFrameworks>-->
109
<TargetFrameworks>net7.0-macos;net7.0-maccatalyst</TargetFrameworks>

src/BD.Common.Essentials.Maui/BD.Common.Essentials.Maui.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<Product>次元超越 Essentials 实现库</Product>
55
<PackageTags>BeyondDimension Common CommonEssentialsMaui EssentialsMaui Essentials</PackageTags>
66
<Description>$(Product)</Description>
7-
<RootNamespace>BD.Common</RootNamespace>
87
<DefineConstants>__NOT_IMPORT_COLUMNS__;MAUI;$(DefineConstants)</DefineConstants>
98
</PropertyGroup>
109

src/BD.Common.Essentials.Maui/Extensions/MauiHandlersCollectionExtensions.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
// ReSharper disable once CheckNamespace
12
namespace Microsoft.Maui.Hosting;
23

3-
public static class MauiHandlersCollectionExtensions
4+
public static partial class MauiHandlersCollectionExtensions
45
{
56
public static IMauiHandlersCollection ReplaceHandler<TType, [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors)] TTypeRender>(this IMauiHandlersCollection handlersCollection)
67
where TType : IElement

src/BD.Common.Essentials.Xamarin/BD.Common.Essentials.Xamarin.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<Product>次元超越 Essentials 实现库</Product>
55
<PackageTags>BeyondDimension Common CommonEssentialsXamarin EssentialsXamarin Essentials</PackageTags>
66
<Description>$(Product)</Description>
7-
<RootNamespace>BD.Common</RootNamespace>
87
<DefineConstants>__NOT_IMPORT_COLUMNS__;$(DefineConstants)</DefineConstants>
98
</PropertyGroup>
109

src/BD.Common.Essentials.Xamarin/Services/Implementation/Essentials/BrowserPlatformServiceImpl.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// ReSharper disable once CheckNamespace
12
namespace BD.Common.Services.Implementation.Essentials;
23

34
sealed class BrowserPlatformServiceImpl : IBrowserPlatformService

src/BD.Common.Essentials.Xamarin/Services/Implementation/Essentials/ClipboardPlatformServiceImpl.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// ReSharper disable once CheckNamespace
12
namespace BD.Common.Services.Implementation.Essentials;
23

34
sealed class ClipboardPlatformServiceImpl : IClipboardPlatformService

src/BD.Common.Essentials.Xamarin/Services/Implementation/Essentials/ConnectivityPlatformServiceImpl.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// ReSharper disable once CheckNamespace
12
namespace BD.Common.Services.Implementation.Essentials;
23

34
sealed class ConnectivityPlatformServiceImpl : IConnectivityPlatformService

src/BD.Common.Essentials.Xamarin/Services/Implementation/Essentials/DeviceInfoPlatformServiceImpl.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
using Android.OS;
33
#endif
44

5+
// ReSharper disable once CheckNamespace
56
namespace BD.Common.Services.Implementation.Essentials;
67

78
public abstract class DeviceInfoPlatformServiceImpl : IDeviceInfoPlatformService

src/BD.Common.Essentials.Xamarin/Services/Implementation/Essentials/EmailPlatformServiceImpl.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// ReSharper disable once CheckNamespace
12
namespace BD.Common.Services.Implementation.Essentials;
23

34
sealed class EmailPlatformServiceImpl : IEmailPlatformService

src/BD.Common.Essentials.Xamarin/Services/Implementation/Essentials/EssentialsSecureStorage.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// ReSharper disable once CheckNamespace
12
namespace BD.Common.Services.Implementation.Essentials;
23

34
/// <summary>

0 commit comments

Comments
 (0)