Skip to content

Commit 09d166b

Browse files
Use native IsExternalInit on .net8 target. (#2823)
Co-authored-by: Ilia Brahinets <ilia_brahinets@epam.com>
1 parent 399890f commit 09d166b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/PuppeteerSharp/IsExternalInit.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1+
#if !NETSTANDARD2_0
2+
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IsExternalInit))]
3+
#else
4+
using System.ComponentModel;
5+
16
namespace System.Runtime.CompilerServices
27
{
8+
[EditorBrowsable(EditorBrowsableState.Never)]
39
internal static class IsExternalInit
410
{
511
}
612
}
13+
#endif

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy