Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. assembly
    Log in to post

    • ?

      Commit AssemblyVersion changes in AssemblyInfo.cs to source control
      Support • buildmaster net tfs source-control assembly • • Justin Doehling  

      2
      0
      Votes
      2
      Posts
      62
      Views

      ?

      It's not recommended to check-in the modified assemblyinfo.cs file. For a few reasons, including the one you identified: it causes issues with source control related to the build. But moreover, attributes in AssemblyInfo.cs are metadata more than code; in other platforms (like Java) these are always added as part of the build process.
    • ?

      Subversion Assembly Not Found
      Support • buildmaster error subversion assembly • • Justin Doehling  

      5
      0
      Votes
      5
      Posts
      16
      Views

      ?

      Fixed! The issue was that the subversion configuration was pointing to its local svn.exe instead of the one we had installed on the server. I had to change the 'Path to svn client' field to point to our copy of svn.exe. Thanks again.
    • ?

      Assembly Signing
      Support • buildmaster net windows windows-sdk assembly code-signing strong-name • • Justin Doehling  

      3
      0
      Votes
      3
      Posts
      7
      Views

      ?

      I was refering to Strong-Naming. I was using a passworded file .pfx and therefore causing issues, I moved to a .snk file (not password protected) and it's working correctly now.
    • 1 / 1