-
Notifications
You must be signed in to change notification settings - Fork 0
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
Comments
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 Let me know if you find anything and I can test it myself later. |
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. |
Yep, it's a very simple solution. Two projects. The main server executable and the shared library dll.
If I build the dll first and the build the server second, it still deletes the dll.
If I set typeRight enable in the xml to false, it still deletes the dll.
I have it installed thru the Tools NuGet Package Manager
It did not like <SkipTypeRight>true</SkipTypeRight> in the csproj file.
Ill play with it some more.
Barry
…-----Original Message-----
From: "someguy20336" ***@***.***>
Sent: Tuesday, February 7, 2023 2:26pm
To: "someguy20336/TypeRight" ***@***.***>
Cc: "fblile" ***@***.***>, "Author" ***@***.***>
Subject: Re: [someguy20336/TypeRight] Deleteing shared dll (Issue #106)
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.
—
Reply to this email directly, [ view it on GitHub ]( #106 (comment) ), or [ unsubscribe ]( https://github.com/notifications/unsubscribe-auth/AWAY3BP7PTSVVIUGGNREWKTWWKVWRANCNFSM6AAAAAAUUNALP4 ).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
No hurry from me.
I truly appreciate the work you've done already.
Barry
…-----Original Message-----
From: "someguy20336" ***@***.***>
Sent: Tuesday, February 7, 2023 2:54pm
To: "someguy20336/TypeRight" ***@***.***>
Cc: "fblile" ***@***.***>, "Author" ***@***.***>
Subject: Re: [someguy20336/TypeRight] Deleteing shared dll (Issue #106)
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 ]( phmonte/Buildalyzer#105 )
—
Reply to this email directly, [ view it on GitHub ]( #106 (comment) ), or [ unsubscribe ]( https://github.com/notifications/unsubscribe-auth/AWAY3BPLVB2TIHQMNGVYIELWWKY65ANCNFSM6AAAAAAUUNALP4 ).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
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. |
That fixed it!
Thank you!
…-----Original Message-----
From: "someguy20336" ***@***.***>
Sent: Tuesday, February 7, 2023 10:00pm
To: "someguy20336/TypeRight" ***@***.***>
Cc: "fblile" ***@***.***>, "Author" ***@***.***>
Subject: Re: [someguy20336/TypeRight] Deleteing shared dll (Issue #106)
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.
—
Reply to this email directly, [ view it on GitHub ]( #106 (comment) ), or [ unsubscribe ]( https://github.com/notifications/unsubscribe-auth/AWAY3BMTR4QG6V55PZQ3NBLWWMK67ANCNFSM6AAAAAAUUNALP4 ).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
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.
The text was updated successfully, but these errors were encountered: