docs consolidation and others

This commit is contained in:
master
2026-01-06 19:02:21 +02:00
parent d7bdca6d97
commit 4789027317
849 changed files with 16551 additions and 66770 deletions

View File

@@ -18,7 +18,8 @@
</PropertyGroup>
<PropertyGroup>
<NoWarn>1701;1702;1591;CA1416;SYSLIB0004</NoWarn>
<!-- Third-party library: suppress nullable and API warnings to preserve upstream code -->
<NoWarn>1701;1702;1591;CA1416;SYSLIB0003;SYSLIB0004;SYSLIB0023;SYSLIB0027;SYSLIB0028;SYSLIB0057;CS8600;CS8601;CS8602;CS8603;CS8604;CS8605;CS8618;CS8625;CS8765;CS8767;CS0472</NoWarn>
<PackageId>GostCryptography</PackageId>
<Title>GostCryptography</Title>
<Version>$(GostCryptographyVersion)</Version>

View File

@@ -95,7 +95,7 @@ namespace GostCryptography.Pkcs
return _signedCms.Encode();
}
/// <inheritdoc cref="SignedCms.Decode"/>
/// <inheritdoc cref="SignedCms.Decode(byte[])"/>
public void Decode(byte[] encodedMessage)
{
_signedCms.Decode(encodedMessage);