Skip to content

Commit

Permalink
Merge branch 'nagilson-rid-no-more-sc-2.0' of https://github.com/nagi…
Browse files Browse the repository at this point in the history
…lson/sdk into nagilson-rid-no-more-sc-2.0
  • Loading branch information
nagilson committed Apr 24, 2023
2 parents 03a5105 + 1dc3859 commit 12d72f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1564,7 +1564,7 @@ public void Build_respects_IsTrimmable_property(string targetFramework, bool isE

var buildCommand = new BuildCommand(testAsset);
// IsTrimmable enables analysis warnings during build
buildCommand.Execute("/bl")
buildCommand.Execute()
.Should().Pass()
.And.HaveStdOutMatching("warning IL2026.*Program.IL_2026.*Testing analysis warning IL2026");

Expand Down

0 comments on commit 12d72f6

Please sign in to comment.