System.Text.Encoding.CodePages by Microsoft

<PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0-preview.1.22076.8" />

 GeneratedDllImportAttribute

namespace System.Runtime.InteropServices { [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)] internal sealed class GeneratedDllImportAttribute : Attribute { public CharSet CharSet { get; set; } public string EntryPoint { get; set; } public bool ExactSpelling { get; set; } public bool PreserveSig { get; set; } public bool SetLastError { get; set; } public string Value { get; set; } public GeneratedDllImportAttribute(string dllName) { Value = dllName; } } }