You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the fact scripting works mainly with implementation assemblies since the reference assemblies are not available, it is possible we end up in situations when error CS0433 is incorrectly reported for Corlib. (#784)
At the moment this is solved via reflection (see PR #785).
However this can be cleaned up in the long term, when the underlying issue is resolved in CoreFx (https://github.com/dotnet/corefx/issues/5540 - the duplicates will be marked internal) - obviously we don't want to carry reflection based code.
The text was updated successfully, but these errors were encountered:
This is a tech debt tracking issue.
Due to the fact scripting works mainly with implementation assemblies since the reference assemblies are not available, it is possible we end up in situations when
error CS0433
is incorrectly reported for Corlib. (#784)At the moment this is solved via reflection (see PR #785).
However this can be cleaned up in the long term, when the underlying issue is resolved in CoreFx (https://github.com/dotnet/corefx/issues/5540 - the duplicates will be marked internal) - obviously we don't want to carry reflection based code.
The text was updated successfully, but these errors were encountered: