upd-to-19.2.1 #38
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
src/_Attachments/Framework.Attachments.Domain/TargetSystem/TargetSystem.cs#L22
Field 'TargetSystem.isMain' is never assigned to, and will always have its default value false
|
build:
src/_Attachments/Framework.Attachments.Domain/AttachmentTag.cs#L10
XML comment is not placed on a valid language element
|
build:
src/_Attachments/Framework.Attachments.BLL.Core/TargetSystemService/Attachment/AttachmentDomainObjectSecurityOperationInfo.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/_Attachments/Framework.Attachments.BLL.Core/TargetSystemService/Attachment/AttachmentDomainObjectSecurityOperationInfo.cs#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/_Attachments/Framework.Attachments.BLL/TargetSystemService/TargetSystemService.cs#L29
Parameter 'targetSystemContext' has no matching param tag in the XML comment for 'TargetSystemService<TBLLContext, TPersistentDomainObjectBase>.TargetSystemService(IAttachmentsBLLContext, TBLLContext, TargetSystem)' (but other parameters do)
|
build:
src/_Attachments/Framework.Attachments.BLL/TargetSystemService/TargetSystemService.cs#L29
Parameter 'targetSystem' has no matching param tag in the XML comment for 'TargetSystemService<TBLLContext, TPersistentDomainObjectBase>.TargetSystemService(IAttachmentsBLLContext, TBLLContext, TargetSystem)' (but other parameters do)
|
build:
src/_Attachments/Framework.Attachments.WebApiGenerate/WebApiGenerators.Initialize.cs#L16
'WebApiGenerators.FrameworkPath' hides inherited member 'GeneratorsBase.FrameworkPath'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build:
src/_Attachments/Framework.Attachments.WebApiGenerate/WebApiGenerators.Initialize.cs#L18
'WebApiGenerators.CheckOutService' hides inherited member 'GeneratorsBase.CheckOutService'. Use the new keyword if hiding was intended.
|
build:
src/_AttachmentsSampleSystem/AttachmentsSampleSystem.Domain/BU/BusinessUnitToAncestorChildView.cs#L13
Field 'BusinessUnitToAncestorChildView.source' is never assigned to, and will always have its default value null
|
build:
src/_AttachmentsSampleSystem/AttachmentsSampleSystem.Domain/BU/BusinessUnitToAncestorChildView.cs#L11
Field 'BusinessUnitToAncestorChildView.childOrAncestor' is never assigned to, and will always have its default value null
|