Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/VirtualMonoRepo/allowed-binaries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,14 @@ src/aspnetcore/src/*.woff
src/aspnetcore/src/*.woff2
src/aspnetcore/src/Components/Web.JS/dist/Release/blazor.*.js # JavaScript files with a null bytes
src/aspnetcore/src/ProjectTemplates/Web.ProjectTemplates/**/app.db
src/aspnetcore/src/Servers/IIS/AspNetCoreModuleV2/AspNetCore/HtmlResponses.rc # UTF16-LE text file
src/aspnetcore/src/submodules/spa-templates/**/app.db

src/fsharp/**/signedtests/*
src/fsharp/src/fsi/fsi.res # Icon
src/fsharp/vsintegration/src/FSharp.LanguageService/VSPackage.resx # UTF16-LE text file

src/installer/src/finalizer/native.rc # UTF16-LE text file

src/msbuild/src/Tasks.UnitTests/*

Expand All @@ -51,7 +55,9 @@ src/runtime/src/mono/wasm/testassets/*
src/runtime/src/native/external/brotli/common/dictionary.bin.br

src/sdk/src/Assets/TestProjects/*
src/sdk/src/GenAPI/genapi.slnf # UTF16-LE text file

src/source-build-externals/src/application-insights/BASE/.PreReleaseVersion # UTF16-LE text file
src/source-build-externals/src/azure-activedirectory-identitymodel-extensions-for-dotnet/build/strongNameBypass.reg # UTF16-LE text file
src/source-build-externals/src/azure-activedirectory-identitymodel-extensions-for-dotnet/build/strongNameBypass2.reg # UTF16-LE text file
src/source-build-externals/src/humanizer/src/Humanizer.Tests*
Expand Down