-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
90 changed files
with
651 additions
and
904 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,48 @@ | ||
<Project> | ||
|
||
<ItemDefinitionGroup> | ||
<PackageReference> | ||
<!-- Do not share compile-time dependencies transitively. This requires that all projects reference all packages --> | ||
<PrivateAssets>Compile</PrivateAssets> | ||
</PackageReference> | ||
</ItemDefinitionGroup> | ||
|
||
<ItemGroup> | ||
<PackageVersion Include="CommandLineParser" Version="2.9.1"/> | ||
<PackageVersion Include="coverlet.msbuild" Version="3.2.0"/> | ||
<PackageVersion Include="Docker.DotNet" Version="3.125.12"/> | ||
<PackageVersion Include="FluentAssertions" Version="6.10.0"/> | ||
<PackageVersion Include="Microsoft.AspNet.WebApi.Client" Version="5.2.9"/> | ||
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="7.0.0"/> | ||
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0"/> | ||
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0"/> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.5.0"/> | ||
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1"/> | ||
<PackageVersion Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.5.22"/> | ||
<PackageVersion Include="DotNet.Glob" Version="2.1.1"/> | ||
<PackageVersion Include="MinVer" Version="4.3.0"/> | ||
<PackageVersion Include="Moq" Version="4.18.4"/> | ||
<PackageVersion Include="morelinq" Version="3.3.2"/> | ||
<PackageVersion Include="MSTest.TestAdapter" Version="3.0.2"/> | ||
<PackageVersion Include="MSTest.TestFramework" Version="3.0.2"/> | ||
<PackageVersion Include="Newtonsoft.Json" Version="13.0.2"/> | ||
<PackageVersion Include="NuGet.ProjectModel" Version="6.5.0"/> | ||
<PackageVersion Include="NuGet.Versioning" Version="6.5.0"/> | ||
<PackageVersion Include="packageurl-dotnet" Version="1.0.0"/> | ||
<PackageVersion Include="Polly" Version="7.2.3"/> | ||
<PackageVersion Include="Semver" Version="2.3.0"/> | ||
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.435"/> | ||
<PackageVersion Include="System.Memory" Version="4.5.5"/> | ||
<PackageVersion Include="System.Reactive" Version="5.0.0"/> | ||
<PackageVersion Include="System.Runtime.Loader" Version="4.3.0"/> | ||
<PackageVersion Include="System.Threading.Tasks.Dataflow" Version="7.0.0"/> | ||
<PackageVersion Include="Tomlyn" Version="0.16.2"/> | ||
<PackageVersion Include="yamldotnet" Version="13.0.1"/> | ||
<PackageVersion Include="Faker.net" Version="2.0.154"/> | ||
<PackageVersion Include="Valleysoft.DockerfileModel" Version="1.1.0"/> | ||
</ItemGroup> | ||
<ItemDefinitionGroup> | ||
<PackageReference> | ||
<!-- Do not share compile-time dependencies transitively. This requires that all projects reference all packages --> | ||
<PrivateAssets>Compile</PrivateAssets> | ||
</PackageReference> | ||
</ItemDefinitionGroup> | ||
<ItemGroup> | ||
<PackageVersion Include="CommandLineParser" Version="2.9.1" /> | ||
<PackageVersion Include="coverlet.msbuild" Version="3.2.0" /> | ||
<PackageVersion Include="Docker.DotNet" Version="3.125.12" /> | ||
<PackageVersion Include="FluentAssertions" Version="6.10.0" /> | ||
<PackageVersion Include="Microsoft.AspNet.WebApi.Client" Version="5.2.9" /> | ||
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="7.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Logging" Version="7.0.0" /> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.5.0" /> | ||
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" /> | ||
<PackageVersion Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.5.22" /> | ||
<PackageVersion Include="DotNet.Glob" Version="2.1.1" /> | ||
<PackageVersion Include="MinVer" Version="4.3.0" /> | ||
<PackageVersion Include="Moq" Version="4.18.4" /> | ||
<PackageVersion Include="morelinq" Version="3.3.2" /> | ||
<PackageVersion Include="MSTest.TestAdapter" Version="3.0.2" /> | ||
<PackageVersion Include="MSTest.TestFramework" Version="3.0.2" /> | ||
<PackageVersion Include="Newtonsoft.Json" Version="13.0.2" /> | ||
<PackageVersion Include="NuGet.ProjectModel" Version="6.5.0" /> | ||
<PackageVersion Include="NuGet.Versioning" Version="6.5.0" /> | ||
<PackageVersion Include="packageurl-dotnet" Version="1.0.0" /> | ||
<PackageVersion Include="Polly" Version="7.2.3" /> | ||
<PackageVersion Include="Semver" Version="2.2.0" /> | ||
<PackageVersion Include="Serilog" Version="2.12.0" /> | ||
<PackageVersion Include="Serilog.Extensions.Hosting" Version="5.0.1" /> | ||
<PackageVersion Include="Serilog.Extensions.Logging" Version="3.1.0" /> | ||
<PackageVersion Include="Serilog.Sinks.Console" Version="4.1.0" /> | ||
<PackageVersion Include="Serilog.Sinks.File" Version="5.0.0" /> | ||
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.435" /> | ||
<PackageVersion Include="System.Memory" Version="4.5.5" /> | ||
<PackageVersion Include="System.Reactive" Version="5.0.0" /> | ||
<PackageVersion Include="System.Runtime.Loader" Version="4.3.0" /> | ||
<PackageVersion Include="System.Threading.Tasks.Dataflow" Version="7.0.0" /> | ||
<PackageVersion Include="Tomlyn" Version="0.16.2" /> | ||
<PackageVersion Include="yamldotnet" Version="13.0.1" /> | ||
<PackageVersion Include="Faker.net" Version="2.0.154" /> | ||
<PackageVersion Include="Valleysoft.DockerfileModel" Version="1.1.0" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 4 additions & 2 deletions
6
src/Microsoft.ComponentDetection.Common/ComponentStreamEnumerableFactory.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.