slntools
slntools copied to clipboard
Solution Tools for Visual Studio - manages solution files
In several projects I work on there are certain groups of projects, which are logically related but do not necessarily have references in msbuild sense. Example: ``` SomeProject SomeProject.Tests SomeProject.IntegrationTests...
When trying to create a filter for a solution containing Service Fabric projects (*.sfproj), when I check the checkbox next to such a project, an exception is thrown from `Project.Dependencies`:...
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...
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...
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...