So this article talks about an awesome way of using XSD and LINQ to process XML data. It's all good and fun, but the author claims that he is no longer interested in maintaining the project on CodePlex. In addition, the NuGet package requires manual edit of the CS project file
<LinqToXsdBinDir Condition="'$(LinqToXsdBinDir)' == ''">$(SolutionDir)\LinqToXSD\</LinqToXsdBinDir>
to be added to each of the PropertyGroups
(Build/Release). So why would Microsoft leave the
LinqToXsdSchema
as a build action in VS 2013? Is there any other use of this build action?