You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.NET Framework (Windows-only) or .NET Core: Net 8.0
Environment (local platform and source/target platforms): Windows 10, ran locally.
Steps to Reproduce:
Build a SqlProj file, so it creates a dacpac (it also creates a dll).
Put some random dll's in the directory where the dacpac resides.
Deploy the dacpac
When the deploying has finished try deleting any of the dll's in the directory
Note: You can see that all the dll's in that directory has been loaded into the process using Process Explorer.
Did this occur in prior versions? If not - which version(s) did it work in?
Unsure
Expected behaviour
After deployment is complete, all dll's loaded by the deployment should be unloaded and you should be able to delete any file in the dacpac directory without having to restart the program.
Potentially bad work around
Delete all dll's in the directory before calling Deploy.
(Is the dll produced by the DacPac build actually used ? Deploy still works without it)
thanks
Mike
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
Note: You can see that all the dll's in that directory has been loaded into the process using Process Explorer.
Did this occur in prior versions? If not - which version(s) did it work in?
Unsure
Expected behaviour
After deployment is complete, all dll's loaded by the deployment should be unloaded and you should be able to delete any file in the dacpac directory without having to restart the program.
Potentially bad work around
Delete all dll's in the directory before calling Deploy.
(Is the dll produced by the DacPac build actually used ? Deploy still works without it)
thanks
Mike
The text was updated successfully, but these errors were encountered: