Skip to content

Commit

Permalink
Update ref/Common digest to a4912ec
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 4de6c43 commit 44a5ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ref/Common
Submodule Common updated 26 files
+86 −23 src/BD.Common8.AspNetCore.Identity.BackManage/Extensions/ServiceCollectionExtensions.AddBMS.cs
+0 −59 src/BD.Common8.AspNetCore.Identity.BackManage/Extensions/ServiceCollectionExtensions.AddBMWebApi.cs
+26 −0 src/BD.Common8.AspNetCore.Identity.BackManage/Extensions/ServiceCollectionExtensions.AddCorsByViewUrl.cs
+15 −5 src/BD.Common8.AspNetCore.Identity.BackManage/Extensions/ServiceCollectionExtensions.UseBMS.cs
+7 −6 src/BD.Common8.AspNetCore.Identity.BackManage/Models/BMAppSettings.cs
+1 −1 src/BD.Common8.AspNetCore.Identity/Models/Abstractions/IJWTAppSettings.cs
+6 −11 src/BD.Common8.AspNetCore/Extensions/ServiceCollectionExtensions.AddDbContext.cs
+2 −2 src/BD.Common8.AspNetCore/Models/Abstractions/INotUseForwardedHeaders.cs
+17 −0 src/BD.Common8.AspNetCore/Models/Abstractions/IViewsUrl.cs
+8 −0 src/BD.Common8.Bcl/Collections/Generic/EmptyAsyncEnumerable.cs
+2 −0 src/BD.Common8.Bcl/Convert2.cs
+0 −27 src/BD.Common8.Bcl/Extensions/ServiceCollectionExtensions.TryAddHttpPlatformHelper.cs
+10 −0 src/BD.Common8.Bcl/IOPath/IOPath.Directory.cs
+10 −1 src/BD.Common8.Bcl/IOPath/IOPath.File.cs
+8 −2 src/BD.Common8.Bcl/IOPath/IOPath.FileSystem.cs
+18 −2 src/BD.Common8.Bcl/IOPath/IOPath.OpenRead.cs
+9 −0 src/BD.Common8.Bcl/IOPath/IOPath.Path.cs
+275 −1 src/BD.Common8.Bcl/IOPath/IOPath.cs
+4 −1 src/BD.Common8.Orm.EFCore/Data/Abstractions/IDbContext.cs
+67 −55 src/Directory.Packages.props
+8 −0 src/Sdk/Links/AsyncEnumerable.props
+4 −1 src/Sdk/Links/Base64.props
+8 −0 src/Sdk/Links/FileEx.props
+8 −0 src/Sdk/Links/IOPath.props
+222 −0 src/Tools.Build/Commands/IAppSecretCommand.cs
+581 −252 src/WebRoot/SignalRTsClient/package-lock.json

0 comments on commit 44a5ee1

Please sign in to comment.