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
Per dotnet/docs#12304, dotnet clean by design does not delete everything generated by dotnet build. This can result in dotnet build producing dirty published files.
It would be nice to have a more thorough command, which could be called dotnet purge which deletes all the contents of the bin and obj directories for the project.
leo-labs, jpmckearin, memark, Mgamerz, Legion2 and 24 more