aspnet / dnx

OBSOLETE - see readme
Other
963 stars 224 forks source link

kpm restore unusual characters show up wrong in VS #491

Closed lodejard closed 9 years ago

lodejard commented 10 years ago
Attempting to resolve dependency System.Core >= 
Attempting to resolve dependency Microsoft.CSharp >= 
Resolving complete, 118ms elapsed
Restore complete, 118ms elapsed
Microsoft.Framework.Runtime.Tests 1.0.0 [.NETFramework,Version=v4.5]
ÃÄ Microsoft.Framework.Runtime 1.0.0-SNAPSHOT (Microsoft.Bcl.Metadata 1.0.11-alpha, Microsoft.Framework.Runtime.Common 1.0.0-SNAPSHOT, Newtonsoft.Json 5.0.8)
ÃÄ Microsoft.Framework.Runtime.Interfaces 1.0.0-SNAPSHOT
ÃÄ Shouldly 1.1.1.1
ÀÄ Xunit.KRunner 1.0.0-alpha3-10171 (Microsoft.Framework.TestAdapter 1.0.0, xunit.abstractions 2.0.0-aspnet-alpha3-10003, xunit.assert 2.0.0-aspnet-alpha3-10003, xunit.execution 2.0.0-aspnet-alpha3-10003)
Total time 25447ms
ChengTian commented 10 years ago

The unusual characters should be branch characters like ├─ and in dependency graph. Tooling team said it looks like an encoding problem and they are looking into this problem.

Praburaj commented 9 years ago

I think this problem does not exist any more. @balachir @ChengTian could you confirm?

ChengTian commented 9 years ago

Yeah, kpm restore shows dependency graph only when --verbose is provided. VS doesn't use --verbose option any more, so the problem is gone.