Allow test databases in the VMR build and add license suppressions for efcore (#19477)

Co-authored-by: Matt Thalman <mthalman@microsoft.com>
This commit is contained in:
Jeremy Koritzinsky 2024-04-15 12:13:15 -07:00 committed by GitHub
parent ef02a37e6f
commit 5776243be6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 0 deletions

View file

@ -38,6 +38,10 @@ src/cecil/symbols/**/Test/Resources/assemblies/*.pdb
src/cecil/symbols/**/Test/Resources/assemblies/*.dll
src/cecil/symbols/**/Test/Resources/assemblies/*.mdb
# efcore
src/efcore/test/EFCore.Sqlite.FunctionalTests/northwind.db # https://github.com/dotnet/source-build/issues/4326
src/efcore/benchmark/EFCore.Sqlite.Benchmarks/AdventureWorks2014.db # https://github.com/dotnet/source-build/issues/4326
# fsharp
src/fsharp/tests/**/*.resources
src/fsharp/tests/**/*.dll

View file

@ -64,6 +64,14 @@ src/deployment-tools/THIRD-PARTY-NOTICES.TXT|unknown-license-reference
# False positive
src/diagnostics/THIRD-PARTY-NOTICES.TXT|codesourcery-2004
#
# efcore
#
# False positive
src/efcore/test/EfCore.Tests/ChangeTracking/ComplexPropertyEntryTest.cs|proprietary-license
src/efcore/test/EfCore.Tests/ChangeTracking/MemberEntryTest.cs|proprietary-license
#
# fsharp
#