Mike Therien

Results 3 issues of Mike Therien

Hello, I'm currently using SLNTools to manage my branches. Recently we hit an issue with an empty line. The solution file is valid, but leads to the following exception: I...

CodePlexMigrated
Impact: Unassigned

public string FullPath { get { return Path.Combine(Path.GetDirectoryName(m_container.SolutionFullPath), m_relativePath); } }   in some cases, member variable m_container is null. that's the reason why ArgumentNullException is thrown, when it refers to...

bug
Impact: Low
CodePlexMigrated

Here is the message I get:   "CWDev.SLNTools.Core.SolutionFileException: Invalid value for the property 'SccProjectUniqueName93' of the global section 'TeamFoundationVersionControl'.\nFound: Suite\UI\WebControls\WCSFControls\WCSFControls.csproj\nExpected: A value equal to the field 'RelativePath' of one of the...

bug
Impact: Low
CodePlexMigrated