You will see for each of the DLLs from GAC, there is a "*.g.resources" item. Those resources are expected to be embedded in the DLLs produced in Github.
Those resources items are missing from the DLLs produced in Github.
PS:122> dotnet --info
.NET Command Line Tools (1.0.0-preview2-003119)
Product Information:
Version: 1.0.0-preview2-003119
Commit SHA-1 hash: 0708fe095e
Runtime Environment:
OS Name: Windows
OS Version: 10.0.10586
OS Platform: Windows
RID: win10-x64
@daxian-dbw do you know a simple test that we can add in test\fullclr?
I don't know how can we exercise the code path that actually involves loading the xaml resources :(
@chunqingchen do you happen to know a simple test for this?
Low-priority, moving it for Future
I'm afraid there's no simple test at hand. looks like this scenario is good for one time verification?
Been testing my XAML tools in PowerShell on Linux today and finding that I can't instantiate a XML NodeReader Object.
@daxian-dbw Seems we can close the Issue.
@daxian-dbw is it really won't fix or it's not an issue anymore because the dotnet cli changed the behavior? If we don't embed them, that's probably a change of public interface. I guess nothing but PowerShell ISE should depend on it, but still may be worth to throw breaking change label at it and mention in the changelog.
@vors Graphical host and WorkFlows was removed from the repo.
Most helpful comment
@vors Graphical host and WorkFlows was removed from the repo.