Merged PR 40044: Update SDK Diff Exclusions
Related to https://github.com/dotnet/release/issues/954 This PR updates the SDK diff to account for additional internal differences following the latest servicing release.
This commit is contained in:
parent
67fa3bfc05
commit
97d9a80e4e
1 changed files with 6 additions and 20 deletions
|
@ -63,25 +63,11 @@ msft,./sdk/x.y.z/**/System.Windows.Extensions.dll
|
|||
msft,./sdk/x.y.z/**/System.Security.Permissions.dll
|
||||
msft,./sdk/x.y.z/DotnetTools/dotnet-watch/x.y.z/tools/netx.y/any/System.Diagnostics.EventLog.dll
|
||||
|
||||
# netfx runtimes for dotnet-watch - https://github.com/dotnet/source-build/issues/3285
|
||||
msft,./sdk/x.y.z/DotnetTools/dotnet-watch/x.y.z/tools/netx.y/any/Microsoft.CodeAnalysis.Elfie.dll
|
||||
msft,./sdk/x.y.z/DotnetTools/dotnet-watch/x.y.z/tools/netx.y/any/Microsoft.Win32.SystemEvents.dll
|
||||
msft,./sdk/x.y.z/DotnetTools/dotnet-watch/x.y.z/tools/netx.y/any/runtimes/*
|
||||
msft,./sdk/x.y.z/DotnetTools/dotnet-watch/x.y.z/tools/netx.y/any/System.Configuration.ConfigurationManager.dll
|
||||
msft,./sdk/x.y.z/DotnetTools/dotnet-watch/x.y.z/tools/netx.y/any/System.Drawing.Common.dll
|
||||
msft,./sdk/x.y.z/DotnetTools/dotnet-watch/x.y.z/tools/netx.y/any/System.Security.Cryptography.ProtectedData.dll
|
||||
msft,./sdk/x.y.z/DotnetTools/dotnet-watch/x.y.z/tools/netx.y/any/System.Security.Permissions.dll
|
||||
msft,./sdk/x.y.z/DotnetTools/dotnet-watch/x.y.z/tools/netx.y/any/System.Windows.Extensions.dll
|
||||
|
||||
# netfx runtimes for dotnet-format - https://github.com/dotnet/source-build/issues/3509
|
||||
msft,./sdk/x.y.z/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.Elfie.dll
|
||||
msft,./sdk/x.y.z/DotnetTools/dotnet-format/Microsoft.Win32.SystemEvents.dll
|
||||
msft,./sdk/x.y.z/DotnetTools/dotnet-format/runtimes/*
|
||||
msft,./sdk/x.y.z/DotnetTools/dotnet-format/System.Configuration.ConfigurationManager.dll
|
||||
msft,./sdk/x.y.z/DotnetTools/dotnet-format/System.Drawing.Common.dll
|
||||
msft,./sdk/x.y.z/DotnetTools/dotnet-format/System.Security.Cryptography.ProtectedData.dll
|
||||
msft,./sdk/x.y.z/DotnetTools/dotnet-format/System.Security.Permissions.dll
|
||||
msft,./sdk/x.y.z/DotnetTools/dotnet-format/System.Windows.Extensions.dll
|
||||
# Exclude format and watch tools due to too much noise
|
||||
msft,./sdk/x.y.z/DotnetTools/dotnet-format/**
|
||||
msft,./sdk/x.y.z/DotnetTools/dotnet-watch/**
|
||||
sb,./sdk/x.y.z/DotnetTools/dotnet-format/**
|
||||
sb,./sdk/x.y.z/DotnetTools/dotnet-watch/**
|
||||
|
||||
# netfx runtimes for fsharp - https://github.com/dotnet/source-build/issues/3290
|
||||
msft,./sdk/x.y.z/FSharp/Microsoft.VisualStudio.Setup.Configuration.Interop.dll
|
||||
|
@ -96,4 +82,4 @@ msft,./sdk/x.y.z/runtimes/win/lib/netx.y/System.Drawing.Common.dll
|
|||
# runtime components in roslyn layout - https://github.com/dotnet/source-build/issues/3286
|
||||
# Expected - build is filtering components present in target platform.
|
||||
msft,./sdk/x.y.z/Roslyn/bincore/System.Collections.Immutable.dll
|
||||
msft,./sdk/x.y.z/Roslyn/bincore/System.Reflection.Metadata.dll
|
||||
msft,./sdk/x.y.z/Roslyn/bincore/System.Reflection.Metadata.dll
|
Loading…
Reference in a new issue