Skip to content

Smoke test failure: Could not load type 'Microsoft.Build.Logging.ProfilerLogger' #508

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

Closed
crummel opened this issue May 4, 2018 · 1 comment
Assignees

Comments

@crummel
Copy link
Contributor

crummel commented May 4, 2018

starting language C#, type console
    running new
The template "Console Application" was created successfully.

Processing post-creation actions...
Running 'dotnet restore' on /home/chris/dotnet_source-build/testing-smoke/C#_console/C#_console.csproj...
Unhandled Exception: System.TypeLoadException: Could not load type 'Microsoft.Build.Logging.ProfilerLogger' from assembly 'Microsoft.Build, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
   at Microsoft.Build.CommandLine.MSBuildApp.Execute(String[] commandLine)
   at Microsoft.Build.CommandLine.MSBuildApp.Main(String[] args)


Restore failed.
Post action failed.
Description: Restore NuGet packages required by this project.
Manual instructions: Run 'dotnet restore'

    new succeeded
    running restore

Unhandled Exception: System.TypeLoadException: Could not load type 'Microsoft.Build.Logging.ProfilerLogger' from assembly 'Microsoft.Build, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
   at Microsoft.Build.CommandLine.MSBuildApp.Execute(String[] commandLine)
   at Microsoft.Build.CommandLine.MSBuildApp.Main(String[] args)
@crummel
Copy link
Contributor Author

crummel commented May 4, 2018

Confirmed that reverting fe4ae4b. no longer repros the issue. Tried reverting the output path changes here on a hunch with no luck. Attempting one commit at a time in msbuild now.

@dseefeld dseefeld self-assigned this May 4, 2018
@dseefeld dseefeld closed this as completed May 4, 2018
@markwilkie markwilkie added this to the S135 Apr 30 - May 18 (4/30/2018) milestone May 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants