mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 15:26:00 +02:00
Merge pull request #1250 from disarray2077/patch-1
Fix Encoding static init priority
This commit is contained in:
commit
82fbaab8eb
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
namespace System.Text
|
namespace System.Text
|
||||||
{
|
{
|
||||||
|
[StaticInitPriority(100)]
|
||||||
abstract class Encoding
|
abstract class Encoding
|
||||||
{
|
{
|
||||||
public enum DecodeError
|
public enum DecodeError
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue