We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29a137 commit 202c5aaCopy full SHA for 202c5aa
build/Autofac.Build.psm1
@@ -199,7 +199,8 @@ function Invoke-Test {
199
/p:CoverletOutput="../../artifacts/coverage/$($Project.Name)/" `
200
/p:CoverletOutputFormat="json%2clcov" `
201
/p:ExcludeByAttribute=CompilerGeneratedAttribute `
202
- /p:ExcludeByAttribute=GeneratedCodeAttribute
+ /p:ExcludeByAttribute=GeneratedCodeAttribute `
203
+ /p:Exclude="[Autofac.Extras.DynamicProxy.Test.SatelliteAssembly]*"
204
205
if ($LASTEXITCODE -ne 0) {
206
Pop-Location
0 commit comments