Commit 7b8d59b
committed
Remove Castclass from complex constants on .NET Core
It seems that this was introduced to mitigate an issue on .NET Framework,
so I left it on this platform. However, it seems unnecessary on
.NET Core and seems to create slight performance trouble
for me.
The NETFRAMEWORK constnant should be automatically defined by C#,
so no need to define it in csproj
(https://docs.microsoft.com/en-us/dotnet/standard/frameworks#how-to-specify-a-target-framework)1 parent be17c10 commit 7b8d59b
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2991 | 2991 | | |
2992 | 2992 | | |
2993 | 2993 | | |
2994 | | - | |
| 2994 | + | |
| 2995 | + | |
| 2996 | + | |
| 2997 | + | |
| 2998 | + | |
2995 | 2999 | | |
| 3000 | + | |
| 3001 | + | |
2996 | 3002 | | |
2997 | 3003 | | |
2998 | 3004 | | |
| |||
0 commit comments