net10.0
namespace System.Resources.Extensions
{
    public sealed class PreserializedResourceWriter : IDisposable, IResourceWriter
    {
        [Obsolete("BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.", DiagnosticId = "SYSLIB0011", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
        public void AddBinaryFormattedResource(string! name, byte[]! value, string? typeName = null);
    }
}
nuget.org
0.0 %
Reference this API
.NET
5.06.07.08.09.010.0
.NET Core
3.03.1
.NET Framework
4.6.24.74.7.14.7.24.84.8.1
Information specific to net10.0
Assembly

System.Resources.Extensions , Version=10.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51

Referencing

Your project needs a package reference to System.Resources.Extensions.

Package System.Resources.Extensions (10.0.1) net10.0
Obsolete SYSLIB0011: BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.
Platform Restrictions

This API is supported on all platforms.

  • Built-in API
  • Package-provided API