Skip to content

Commit 92a9eb1

Browse files
committed
- fixes an issue where hidi would not process async
1 parent de4ea22 commit 92a9eb1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Microsoft.OpenApi.Hidi/Microsoft.OpenApi.Hidi.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<RepositoryUrl>https://github.com/Microsoft/OpenAPI.NET</RepositoryUrl>
2323
<PackageReleaseNotes>
2424
- Upgrades Microsoft.OpenApi.OData to 1.0.10-preview1
25+
- Fixes an issue where hidi would not process async operations
2526
</PackageReleaseNotes>
2627
<AssemblyName>Microsoft.OpenApi.Hidi</AssemblyName>
2728
<RootNamespace>Microsoft.OpenApi.Hidi</RootNamespace>

src/Microsoft.OpenApi.Hidi/OpenApiService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace Microsoft.OpenApi.Hidi
2727
{
2828
public class OpenApiService
2929
{
30-
public static async void ProcessOpenApiDocument(
30+
public static async Task ProcessOpenApiDocument(
3131
string openapi,
3232
string csdl,
3333
FileInfo output,

0 commit comments

Comments
 (0)