Remove DLLs from source code repository#7182
Merged
donker merged 8 commits intodnnsoftware:developfrom Apr 4, 2026
Merged
Conversation
Add as a package to DotNetNuke.Website, and pull DLLs and roslyn folder from there
mitchelsellers
approved these changes
Apr 2, 2026
donker
approved these changes
Apr 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PRs removes DLLs from the git repo, mostly replacing them with NuGet references.
Microsoft.ApplicationBlocks.Data.dll(NuGet)DotNetNuke.Log4Net.dll(unused, removed)Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll(NuGet)Lucene.Net.dll(NuGet) and Lucene.Net.Contrib DLLs (NuGet)Website/App_Data/FipsCompilanceAssemblies/Lucene.Net.dllwhich needs to stay for now. Lucene 4.x (in beta since 2017) does not need a special FIPS mode, but 3.0.3 had a constant to change and recompile. I briefly investigating cloning and rebuilding as part of the build process, but it's old enough that there are a lot of old versions of tools we'd need to also install to make it work.Microsoft.WindowsAzure.Storage.dll(NuGet)Yahoo.Yui.Compressor.dllandYahoo.Yui.Compressor.MsBuild.dll(removed)