| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8f14bb8 commit a729ea4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,10 +6,11 @@ | |||
| 6 | 6 | ||
| 7 | 7 | namespace Python.Runtime | |
| 8 | 8 | { | |
| 9 | + #if !NETSTANDARD | ||
| 9 | 10 | /// <summary> | |
| 10 | 11 | /// This polyfill is thread unsafe. | |
| 11 | 12 | /// </summary> | |
| 12 | - #if !NETSTANDARD | ||
| 13 | + [CLSCompliant(false)] | ||
| 13 | 14 | public static class EncodingGetStringPolyfill | |
| 14 | 15 | { | |
| 15 | 16 | private static readonly MethodInfo PlatformGetStringMethodInfo = | |
| Back | FazBrowse Home | New Git URL |
0 commit comments