1
0
Fork 0

Add "polyfill" for IsExternalInit C# feature

Imperium does this as well, and the whole internet would tell you to do
this too, so it should be fine.
This commit is contained in:
ivan tkachenko 2025-08-22 15:14:32 +03:00
parent 327e606deb
commit b3767cbbf0
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
// ReSharper disable once CheckNamespace
#pragma warning disable IDE0130 // Namespace does not match folder structure
namespace System.Runtime.CompilerServices
{
internal static class IsExternalInit;
}