Skip to content

Commit 8657e4c

Browse files
Copilotrogerbarreto
andcommitted
Fix file encoding - add UTF-8 BOM to all C# files
Co-authored-by: rogerbarreto <19890735+rogerbarreto@users.noreply.github.com>
1 parent d38aa0f commit 8657e4c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dotnet/src/Microsoft.Agents.AI/LoggingAgent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft. All rights reserved.
1+
// Copyright (c) Microsoft. All rights reserved.
22

33
using System;
44
using System.Collections.Generic;

dotnet/tests/Microsoft.Agents.AI.UnitTests/LoggingAIAgentBuilderExtensionsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft. All rights reserved.
1+
// Copyright (c) Microsoft. All rights reserved.
22

33
using System;
44
using Microsoft.Extensions.DependencyInjection;

dotnet/tests/Microsoft.Agents.AI.UnitTests/LoggingAgentTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft. All rights reserved.
1+
// Copyright (c) Microsoft. All rights reserved.
22

33
using System;
44
using System.Collections.Generic;

0 commit comments

Comments
 (0)