net9.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.0 |
.NET Core | 2.02.12.23.03.1 |
.NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to net9.0 | |
Assembly | System.Resources.Extensions , Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 |
Referencing | Your project needs a package reference to |
Package | System.Resources.Extensions (9.0.0) net9.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. |