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

Deleteing shared dll #106

Closed
fblile opened this issue Feb 7, 2023 · 6 comments · Fixed by #107
Closed

Deleteing shared dll #106

fblile opened this issue Feb 7, 2023 · 6 comments · Fixed by #107

Comments

@fblile
Copy link

fblile commented Feb 7, 2023

Hey Someguy, we've talked before. This is a great project.
I had an issue with Ver 3.
Somehow its deleting a dll that is a shared project in my solution. The dll gets compiled but then it's somehow deleted when the project using it looks for it at the end of the linking. If I remove ver 3 and reinstall the ver 2 it fixes it. Install ver 3 and it does it again.
TypeRight is not being used in the shared DLL. It us only install in the main runnable project that uses the dll.
Not a crisis. Otherwise all works fantastic.
Weird problem.

@someguy20336
Copy link
Owner

Very bizarre - I don't have any idea how that might happen unless Buildalyzer is screwing with things?

Is your project setup as "simple" as project A (web project) references project B (a library project) and the DLL for project B is disappearing?

Do you have the VS extension installed? That doesn't use Buildalyzer so it would be a good reference of whether that could be the culprit.

Also, you could try adding a csproj property of <SkipTypeRight>true</SkipTypeRight> and see if the DLL hangs out after build.

Let me know if you find anything and I can test it myself later.

@someguy20336
Copy link
Owner

Ah shoot, yea. Buildalyzer's fault. I'll unlist this package and get a fix out later. All this version did was support .NET 6 and 7 better so you aren't missing out on anything.

phmonte/Buildalyzer#105

@fblile
Copy link
Author

fblile commented Feb 7, 2023 via email

@fblile
Copy link
Author

fblile commented Feb 7, 2023 via email

@someguy20336
Copy link
Owner

I believe I have a workaround for the issue. I was able to reproduce it before the workaround so I have pretty high confidence it should work. I deployed v3.0.1 if you want to check it out. I unlisted 3.0.0.

Let me know if you are still having problems.

@fblile
Copy link
Author

fblile commented Feb 8, 2023 via email

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

Successfully merging a pull request may close this issue.

2 participants