10 references to IncludeNative
Microsoft.NET.Publish.Tests (10)
GivenThatWeWantToPublishASingleFileApp.cs (10)
343.Execute(PublishSingleFile, RuntimeIdentifier, FrameworkDependent, IncludeNative)
358.Execute(PublishSingleFile, RuntimeIdentifier, IncludeNative)
790[InlineData("net6.0", false, IncludeNative)]
793[InlineData("net6.0", true, IncludeNative)]
796[InlineData(ToolsetInfo.CurrentTargetFramework, false, IncludeNative)]
799[InlineData(ToolsetInfo.CurrentTargetFramework, true, IncludeNative)]
963.Execute(PublishSingleFile, RuntimeIdentifier, IncludeNative, "/p:SelfContained=true", "/p:EnableCompressionInSingleFile=false")
971.Execute(PublishSingleFile, RuntimeIdentifier, IncludeNative, "/p:SelfContained=true", "/p:EnableCompressionInSingleFile=true")
994.Execute(PublishSingleFile, RuntimeIdentifier, IncludeNative, "/p:EnableCompressionInSingleFile=false")
1002.Execute(PublishSingleFile, RuntimeIdentifier, IncludeNative)