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

Unable to rebuild projects: Files are in use #447

Closed
alnlarsen opened this issue Mar 10, 2022 · 1 comment · Fixed by #448
Closed

Unable to rebuild projects: Files are in use #447

alnlarsen opened this issue Mar 10, 2022 · 1 comment · Fixed by #448
Assignees
Labels
bug Something isn't working BUILD Regression

Comments

@alnlarsen
Copy link
Collaborator

We accidentally merged some code to the .csproj image installer which causes it to load OpenTap.dll and potentially other plugin DLLs from the output folder. This is an issue because C# IDEs keep MSBuild.exe and dotnet.exe open in the background, but these processes have now loaded OpenTAP assemblies preventing them from being overwritten! This causes builds to fail and can generally cause unexpected behavior when projects being built contain ICustomPackageAction implementations themselves.

@alnlarsen alnlarsen added bug Something isn't working BUILD Regression labels Mar 10, 2022
@alnlarsen alnlarsen self-assigned this Mar 10, 2022
@alnlarsen alnlarsen added this to To do in Sprint Board 9.17 via automation Mar 10, 2022
@alnlarsen alnlarsen moved this from To do to In progress in Sprint Board 9.17 Mar 10, 2022
Sprint Board 9.17 automation moved this from In progress to Done Mar 11, 2022
@github-actions
Copy link

A fix for this is in OpenTAP version 9.17.3-beta.2+39837827 or later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working BUILD Regression
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant