Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 0 additions & 1 deletion sdk_v2/cs/src/Catalog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

namespace Microsoft.AI.Foundry.Local;

using System;
using System.Collections.Generic;
using System.Threading.Tasks;

Expand Down
3 changes: 2 additions & 1 deletion sdk_v2/cs/src/Detail/DllLoader.Modern.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// --------------------------------------------------------------------------------------------------------------------
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Microsoft">
// Copyright (c) Microsoft. All rights reserved.
// </copyright>
Expand All @@ -12,6 +12,7 @@
namespace Microsoft.AI.Foundry.Local.Detail;

using System.Runtime.InteropServices;

using Microsoft.AI.Foundry.Local.Detail.Interop;

internal static partial class DllLoader
Expand Down
3 changes: 2 additions & 1 deletion sdk_v2/cs/src/Detail/DllLoader.NetStandard.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// --------------------------------------------------------------------------------------------------------------------
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Microsoft">
// Copyright (c) Microsoft. All rights reserved.
// </copyright>
Expand All @@ -16,6 +16,7 @@
namespace Microsoft.AI.Foundry.Local.Detail;

using System.Runtime.InteropServices;

using Microsoft.AI.Foundry.Local.Detail.Interop;

internal static partial class DllLoader
Expand Down
3 changes: 2 additions & 1 deletion sdk_v2/cs/src/Detail/DllLoader.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// --------------------------------------------------------------------------------------------------------------------
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Microsoft">
// Copyright (c) Microsoft. All rights reserved.
// </copyright>
Expand All @@ -7,6 +7,7 @@
namespace Microsoft.AI.Foundry.Local.Detail;

using System.Runtime.InteropServices;

using Microsoft.AI.Foundry.Local.Detail.Interop;

/// <summary>
Expand Down
Loading