Posts
Sort by recent activity
Enhancement request - skip dependency check when not needed
Hi,
We work with dependencies that change frequently and often have to edit the saproj files to fix the builds. We don't use any features that use the dependency information, so would it be feasibl...
Per-project reference search paths
Hi,
Is there any way to specify an extra dependency search folder on a per-project basis (Like MSBuild's ReferencePath variable)?
Thanks,
Luke
Output Assembly File Version
Hi there,
We're grappling with the more-complicated-than-expected .Net assembly versioning scheme.
We use the X.Y.* notation for the AssemblyVersion attribute in the AssemblyInfo.cs, and leave out ...