Activity overview
Latest activity by lmc
Ok, thanks very much. / comments
Ok, thanks very much.
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...
No worries, thanks for the info and feature request ticket. / comments
No worries, thanks for the info and feature request ticket.
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
Here's a simple project that demonstrates the issue: https://www.dropbox.com/s/ci8ltu0vv8uc5 ... cation.zip
You can see the 'File version' property in the DLLs properties from the right-click menu in Explorer, or from a .Net decompiler. You can also toggle the effect by uncommenting the AssemblyFileVersion attribute in the AssemblyInfo.cs file.
Cheers,
Luke / comments
Here's a simple project that demonstrates the issue:https://www.dropbox.com/s/ci8ltu0vv8uc5 ... cation.zip
You can see the 'File version' property in the DLLs properties from the right-click menu i...
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 ...