Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi
Thanks for the reply. In your SO question you stated > How would you verify that all the projects follow certain rules in their property settings, and enforce these rules...
> Do you have helper methods to get certain project types from a solution file? I'm not sure if there is an OSS parser for .sln files. There may be...
The install script is at `https://github.com/ligershark/psbuild/blob/master/src/GetPSBuild.ps1`. You should be able to download the psbuild nuget package and extract it to a local folder. After that you can update the [`GetPsBuildPsm1`](https://github.com/ligershark/psbuild/blob/master/src/GetPSBuild.ps1#L142)...
Download the NuGet package and then Import-Module tools\psbuild.psd1
Were you able to get it working?
@madskristensen any idea where it's coming from?
@MikaelPorttila ideally we would handle long files here. I have some ideas about how I could support long files, but adding the support may take a bit of time. Until...
@MikaelPorttila OK I've worked on long path support and I think I've covered all the touch points. The code is in the [`longpath`](https://github.com/ligershark/pecan-waffle/tree/longpath) branch. I got tied up with some...
@dotnetnate can u try from the [longpath](https://github.com/ligershark/pecan-waffle/tree/longpath) branch to see if that fixes your issues?
Fixed this a while back