Skip to content

Commit

Permalink
Make base filters (more) uniform
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Nov 25, 2023
1 parent 3156877 commit e5dba86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion AltCover.Engine/Augment.fs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ module Augment =
#else
module internal Augment =
#endif
[<ExcludeFromCodeCoverageAttribute>]
let nullObject: System.Object = null

#if !ValidateGendarmeEmulation
Expand Down
3 changes: 3 additions & 0 deletions Build/targets.fs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ module Targets =
[ @"System\."
@"Sample3\.Class2"
"Microsoft"
"<Start"
"ICSharpCode"
"UnitTestStub" ]
@ (p.TypeFilter |> Seq.toList) }
Expand All @@ -82,6 +83,7 @@ module Targets =
@"Sample3\.Class2"
"Microsoft"
"ICSharpCode"
"<Start"
"UnitTestStub"
"SolutionRoot" ]
|> Seq.map TypeSafe.Raw
Expand Down Expand Up @@ -126,6 +128,7 @@ module Targets =
@"Sample3\.Class2"
"Microsoft"
"ICSharpCode"
"<Start"
"UnitTestStub"
"SolutionRoot" ]
|> Seq.map TypeSafe.Raw
Expand Down

0 comments on commit e5dba86

Please sign in to comment.