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:
parent
ef02a37e6f
commit
5776243be6
2 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue