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

Handle .dll.refresh #3736

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

aruanoguate
Copy link
Contributor

While working on a classic ASP.NET Web Site I noticed that the *.dll.refresh files created by NuGet package manager within the bin directory were ignored from source control.

Since these kind of projects don't include a .vbproj or .csproj, the *.dll.refresh files should be included in souce control to instruct the builder to copy the *.dll files restaured within the packages directory to the bin directory inside the website.

Links to documentation supporting these rule changes:

VisualStudio.gitignore Outdated Show resolved Hide resolved
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 this pull request may close these issues.

6 participants