build(docs): 更新文档生成配置 #4
Annotations
1 error and 10 warnings
|
publish docs
Process completed with exit code 255.
|
|
publish docs:
modules/admin/src/Bing.Admin.Service/Implements/Systems/QueryAdministratorService.cs#L91
'SqlQueryExtensions.ToAsync<TEntity>(ISqlQuery, int?)' is obsolete: '请使用 ToEntityAsync()'
|
|
publish docs:
modules/admin/src/Bing.Admin.Data.EFCore/Repositories/Systems/UserRepository.cs#L145
'UserRepository.UpdateAsync(User, CancellationToken)' hides inherited member 'StoreBase<User, Guid>.UpdateAsync(User, CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
|
publish docs:
modules/admin/src/Bing.Admin.Data.EFCore/Repositories/Systems/UserRepository.cs#L30
'UserRepository.Dispose()' hides inherited member 'StoreBase<User, Guid>.Dispose()'. Use the new keyword if hiding was intended.
|
|
publish docs:
modules/admin/src/Bing.Admin.Data.EFCore/Repositories/Systems/RoleRepository.cs#L70
'RoleRepository.UpdateAsync(Role, CancellationToken)' hides inherited member 'StoreBase<Role, Guid>.UpdateAsync(Role, CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
|
publish docs:
modules/admin/src/Bing.Admin.Data.EFCore/Repositories/Systems/RoleRepository.cs#L31
'RoleRepository.Dispose()' hides inherited member 'StoreBase<Role, Guid>.Dispose()'. Use the new keyword if hiding was intended.
|
|
publish docs:
framework/src/Bing.Ddd.Domain/Bing/Domain/Entities/IAggregateRoot.cs#L19
'IEntity<TEntity, TKey>' is obsolete: '已弃用,无需变更跟踪'
|
|
publish docs:
framework/src/Bing.Ddd.Domain/Bing/Domain/Entities/EntityBase.cs#L65
'IEntity<TEntity, TKey>' is obsolete: '已弃用,无需变更跟踪'
|
|
publish docs:
framework/src/Bing.Ddd.Domain.Extensions.Analyzers/Bing/Analyzers/ChangeTrackableSourceGenerator.cs#L14
'Bing.Analyzers.ChangeTrackableSourceGenerator': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
|
|
publish docs:
framework/src/Bing.Caching/Bing/Caching/IRedisCache.cs#L6
The type 'ICache' in '/home/runner/work/Bing.NetCore/Bing.NetCore/framework/src/Bing.Caching/Bing/Caching/ICache.Async.cs' conflicts with the imported type 'ICache' in 'Bing.Core, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/Bing.NetCore/Bing.NetCore/framework/src/Bing.Caching/Bing/Caching/ICache.Async.cs'.
|
|
publish docs:
framework/src/Bing.Caching/Bing/Caching/ILocalCache.cs#L6
The type 'ICache' in '/home/runner/work/Bing.NetCore/Bing.NetCore/framework/src/Bing.Caching/Bing/Caching/ICache.Async.cs' conflicts with the imported type 'ICache' in 'Bing.Core, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/Bing.NetCore/Bing.NetCore/framework/src/Bing.Caching/Bing/Caching/ICache.Async.cs'.
|