Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Hidi #1649

Merged
merged 26 commits into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
c2deb3f
Bump Microsoft.Windows.Compatibility from 8.0.3 to 8.0.4
dependabot[bot] Apr 9, 2024
91a7b8d
Bump Verify.Xunit from 23.7.1 to 23.7.2
dependabot[bot] Apr 9, 2024
7519797
Merge pull request #1618 from microsoft/dependabot/nuget/Microsoft.Wi…
baywet Apr 9, 2024
d0967a5
Merge pull request #1619 from microsoft/dependabot/nuget/Verify.Xunit…
andrueastman Apr 11, 2024
3e55735
Bump xunit.runner.visualstudio from 2.5.7 to 2.5.8
dependabot[bot] Apr 12, 2024
5660886
Merge pull request #1621 from microsoft/dependabot/nuget/xunit.runner…
baywet Apr 12, 2024
36e644f
Bump xunit from 2.7.0 to 2.7.1
dependabot[bot] Apr 12, 2024
dc22353
Merge pull request #1623 from microsoft/dependabot/nuget/xunit-2.7.1
baywet Apr 15, 2024
6bc8aa3
Bump Verify.Xunit from 23.7.2 to 24.1.0
dependabot[bot] Apr 15, 2024
9c49bdc
Merge pull request #1624 from microsoft/dependabot/nuget/Verify.Xunit…
andrueastman Apr 15, 2024
40860c6
- removes peter from code owners
baywet Apr 17, 2024
e308430
Merge pull request #1630 from microsoft/baywet-patch-1
baywet Apr 17, 2024
4dddbc3
Bump Microsoft.OData.Edm from 7.20.0 to 7.21.0
dependabot[bot] Apr 17, 2024
29b1a1a
Merge pull request #1634 from microsoft/dependabot/nuget/Microsoft.OD…
baywet Apr 18, 2024
d3547b2
Bump Microsoft.OpenApi.OData from 1.6.1 to 1.6.2
dependabot[bot] Apr 26, 2024
9b9be6a
Merge pull request #1642 from microsoft/dependabot/nuget/Microsoft.Op…
baywet Apr 29, 2024
851946a
Bump xunit.runner.visualstudio from 2.5.8 to 2.8.0
dependabot[bot] Apr 29, 2024
c5e0da2
Bump Microsoft.OpenApi.OData from 1.6.2 to 1.6.3
dependabot[bot] Apr 29, 2024
fda52f9
Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0
dependabot[bot] Apr 29, 2024
10ad236
Merge pull request #1646 from microsoft/dependabot/nuget/Microsoft.Op…
baywet Apr 30, 2024
b77778f
Merge pull request #1647 from microsoft/dependabot/github_actions/dep…
andrueastman Apr 30, 2024
3e6b105
Merge pull request #1645 from microsoft/dependabot/nuget/xunit.runner…
andrueastman Apr 30, 2024
fee1a6c
Bump xunit from 2.7.1 to 2.8.0
dependabot[bot] Apr 30, 2024
9a9bdee
Fixes "async void" calls
Apr 30, 2024
d766cd2
Merge pull request #1644 from microsoft/dependabot/nuget/xunit-2.8.0
andrueastman Apr 30, 2024
c98e089
Bump Hidi version (#1650)
millicentachieng May 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @irvinesunday @darrelmiller @peombwa @zengin @baywet @millicentachieng @MaggieKimani1 @andrueastman
* @irvinesunday @darrelmiller @zengin @coseguera @millicentachieng @MaggieKimani1 @andrueastman
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2.0.0
uses: dependabot/fetch-metadata@v2.1.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

Expand Down
6 changes: 3 additions & 3 deletions src/Microsoft.OpenApi.Hidi/Microsoft.OpenApi.Hidi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Nullable>enable</Nullable>
<ToolCommandName>hidi</ToolCommandName>
<PackageOutputPath>./../../artifacts</PackageOutputPath>
<Version>1.4.1</Version>
<Version>1.4.2</Version>
<Description>OpenAPI.NET CLI tool for slicing OpenAPI documents</Description>
<SignAssembly>true</SignAssembly>
<!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->
Expand All @@ -34,8 +34,8 @@
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
millicentachieng marked this conversation as resolved.
Show resolved Hide resolved
<PackageReference Include="Microsoft.OData.Edm" Version="7.20.0" />
<PackageReference Include="Microsoft.OpenApi.OData" Version="1.6.1" />
<PackageReference Include="Microsoft.OData.Edm" Version="7.21.0" />
<PackageReference Include="Microsoft.OpenApi.OData" Version="1.6.3" />
<PackageReference Include="Microsoft.OpenApi.ApiManifest" Version="0.5.0-preview" />
<PackageReference Include="System.CommandLine.Hosting" Version="0.4.0-alpha.22272.1" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.4.421302" PrivateAssets="all" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.3" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.4" />
</ItemGroup>
<ItemGroup>
<Resource Include="Themes\Metro\HowToApplyTheme.txt" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<PackageReference Include="coverlet.msbuild" Version="6.0.2" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7" PrivateAssets="all" />
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0" PrivateAssets="all" />
<PackageReference Include="coverlet.collector" Version="6.0.2" PrivateAssets="all" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SharpYaml" Version="2.1.1" />
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7" PrivateAssets="all" />
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Licensed under the MIT license.

using System.IO;
using System.Threading.Tasks;
using Xunit;

namespace Microsoft.OpenApi.Readers.Tests.OpenApiReaderTests
Expand Down Expand Up @@ -29,7 +30,7 @@ public void StreamShouldNotCloseIfLeaveStreamOpenSettingEqualsTrue()
}

[Fact]
public async void StreamShouldNotBeDisposedIfLeaveStreamOpenSettingIsTrue()
public async Task StreamShouldNotBeDisposedIfLeaveStreamOpenSettingIsTrue()
{
var memoryStream = new MemoryStream();
using var fileStream = Resources.GetStream(Path.Combine(SampleFolderPath, "petStore.yaml"));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<PackageReference Include="coverlet.msbuild" Version="6.0.2" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7" PrivateAssets="all" />
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions test/Microsoft.OpenApi.Tests/Microsoft.OpenApi.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SharpYaml" Version="2.1.1" />
<PackageReference Include="Verify.Xunit" Version="23.7.1" />
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7" PrivateAssets="all" />
<PackageReference Include="Verify.Xunit" Version="24.1.0" />
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="PublicApiGenerator" Version="11.1.0" />
</ItemGroup>
Expand Down
Loading