2.6.x #151
Annotations
12 warnings
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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
src/FakeXrmEasy.Core/FileStorage/Db/FileAttachment.cs#L11
Missing XML comment for publicly visible type or member 'FileAttachment.Id'
|
Build:
src/FakeXrmEasy.Core/FileStorage/Db/FileAttachment.cs#L12
Missing XML comment for publicly visible type or member 'FileAttachment.FileName'
|
Build:
src/FakeXrmEasy.Core/FileStorage/Db/FileAttachment.cs#L13
Missing XML comment for publicly visible type or member 'FileAttachment.MimeType'
|
Build:
src/FakeXrmEasy.Core/FileStorage/Db/FileAttachment.cs#L14
Missing XML comment for publicly visible type or member 'FileAttachment.Content'
|
Build:
src/FakeXrmEasy.Core/FileStorage/Db/FileAttachment.cs#L15
Missing XML comment for publicly visible type or member 'FileAttachment.Target'
|
Build:
src/FakeXrmEasy.Core/FileStorage/Db/FileAttachment.cs#L16
Missing XML comment for publicly visible type or member 'FileAttachment.AttributeName'
|
Build:
src/FakeXrmEasy.Core/FileStorage/FileStorageSettings.cs#L3
Missing XML comment for publicly visible type or member 'IFileStorageSettings'
|
Build:
src/FakeXrmEasy.Core/FileStorage/FileStorageSettings.cs#L15
Missing XML comment for publicly visible type or member 'FileStorageSettings'
|
Build:
src/FakeXrmEasy.Core/Extensions/TypeExtensions.cs#L110
Missing XML comment for publicly visible type or member 'TypeExtensions.GetPrimaryIdFieldName(Type)'
|
Build:
tests/FakeXrmEasy.Core.Tests/Extensions/EntityExtensions/CloneEntityTests.cs#L14
The field 'CloneEntityTests._clone' is never used
|
Loading