Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance msb4064 unexpected task attribute error #5945

Commits on Feb 6, 2021

  1. Improve MSB4064 error message

    This commit enhances the MSB4064 error with additional information and
    details such as:
     - assembly identity - it's full name containing the token ID, version
       and name.
    BartoszKlonowski committed Feb 6, 2021
    Copy the full SHA
    4dc7d73 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b3fba52 View commit details
    Browse the repository at this point in the history
  3. Add assembly location to the enhanced MSB4064 error

    The enhanced MSB4064 error message has previously been implemented
    without assembly location. It has been added by this commit.
    Note that assembly parameter used for the error message has been
    replaced with loadedAssembly parameter, due to having the null name
    property.
    BartoszKlonowski committed Feb 6, 2021
    Copy the full SHA
    3ba346a View commit details
    Browse the repository at this point in the history
  4. Fix: LoadedAssembly is null for ValidateNonExistantParameter

    It turns out, that when executing the tests, the LoadedAssembly is null
    which breaks the run.
    To avoid such situation, checking for null has been implemented, so in
    case of no assembly loaded the type is checked and it's path and name is
    returned to the user/developer.
    BartoszKlonowski committed Feb 6, 2021
    Copy the full SHA
    dcf7beb View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Copy the full SHA
    86c6e18 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a639c92 View commit details
    Browse the repository at this point in the history