Skip to content

Commit 8598f71

Browse files
Add explicit using System.IO for IOException
Co-authored-by: SteveSandersonMS <1101362+SteveSandersonMS@users.noreply.github.com>
1 parent 7ec76c8 commit 8598f71

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dotnet/src/Types.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Copyright (c) Microsoft Corporation. All rights reserved.
33
*--------------------------------------------------------------------------------------------*/
44

5+
using System.IO;
56
using System.Text.Json;
67
using System.Text.Json.Serialization;
78
using Microsoft.Extensions.AI;

0 commit comments

Comments
 (0)