From 092fb7e88f9e2419b075e6b3de410976bdc78679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 01:13:41 +0000 Subject: [PATCH 1/4] Bump Microsoft.CodeAnalysis.Common from 4.11.0 to 4.13.0 in /dotnet Bumps [Microsoft.CodeAnalysis.Common](https://github.com/dotnet/roslyn) from 4.11.0 to 4.13.0. - [Release notes](https://github.com/dotnet/roslyn/releases) - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md) - [Commits](https://github.com/dotnet/roslyn/commits) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.Common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dotnet/Directory.Packages.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotnet/Directory.Packages.props b/dotnet/Directory.Packages.props index f0074e90a2c5..578f3289cf28 100644 --- a/dotnet/Directory.Packages.props +++ b/dotnet/Directory.Packages.props @@ -46,8 +46,8 @@ - - + + From 61eb47adc6ca9988c1bd1bf81f9d91fb4c31e2a1 Mon Sep 17 00:00:00 2001 From: Roger Barreto <19890735+RogerBarreto@users.noreply.github.com> Date: Fri, 28 Feb 2025 10:49:54 +0000 Subject: [PATCH 2/4] Address warnings --- dotnet/Directory.Packages.props | 11 +++++------ .../KernelFunctionGenerator.cs | 2 ++ .../kernel-functions-generator.csproj | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/dotnet/Directory.Packages.props b/dotnet/Directory.Packages.props index 578f3289cf28..8ad506dc5f9a 100644 --- a/dotnet/Directory.Packages.props +++ b/dotnet/Directory.Packages.props @@ -87,8 +87,7 @@ - + @@ -151,7 +150,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -166,17 +165,17 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/dotnet/samples/Demos/CreateChatGptPlugin/MathPlugin/kernel-functions-generator/KernelFunctionGenerator.cs b/dotnet/samples/Demos/CreateChatGptPlugin/MathPlugin/kernel-functions-generator/KernelFunctionGenerator.cs index 9ae83cf56377..2cafcb2e4913 100644 --- a/dotnet/samples/Demos/CreateChatGptPlugin/MathPlugin/kernel-functions-generator/KernelFunctionGenerator.cs +++ b/dotnet/samples/Demos/CreateChatGptPlugin/MathPlugin/kernel-functions-generator/KernelFunctionGenerator.cs @@ -8,6 +8,8 @@ namespace Plugins.AzureFunctions.Generator; +#pragma warning disable RS1042 + /// /// Generates kernel functions /// diff --git a/dotnet/samples/Demos/CreateChatGptPlugin/MathPlugin/kernel-functions-generator/kernel-functions-generator.csproj b/dotnet/samples/Demos/CreateChatGptPlugin/MathPlugin/kernel-functions-generator/kernel-functions-generator.csproj index 9720b1597d18..16d617383b1d 100644 --- a/dotnet/samples/Demos/CreateChatGptPlugin/MathPlugin/kernel-functions-generator/kernel-functions-generator.csproj +++ b/dotnet/samples/Demos/CreateChatGptPlugin/MathPlugin/kernel-functions-generator/kernel-functions-generator.csproj @@ -4,7 +4,7 @@ netstandard2.0 enable true - RS1035,CS0612,CS1591,CS8601,CS8602,CS860218 + RS1035,CS0612,CS1591,CS8601,CS8602,CS860218; Plugins.AzureFunctions.Generator From 17b984d5f8c8b133206167878f45387fdc86b3d8 Mon Sep 17 00:00:00 2001 From: Roger Barreto <19890735+RogerBarreto@users.noreply.github.com> Date: Fri, 28 Feb 2025 10:51:55 +0000 Subject: [PATCH 3/4] Remove extra ; --- .../kernel-functions-generator.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/samples/Demos/CreateChatGptPlugin/MathPlugin/kernel-functions-generator/kernel-functions-generator.csproj b/dotnet/samples/Demos/CreateChatGptPlugin/MathPlugin/kernel-functions-generator/kernel-functions-generator.csproj index 16d617383b1d..9720b1597d18 100644 --- a/dotnet/samples/Demos/CreateChatGptPlugin/MathPlugin/kernel-functions-generator/kernel-functions-generator.csproj +++ b/dotnet/samples/Demos/CreateChatGptPlugin/MathPlugin/kernel-functions-generator/kernel-functions-generator.csproj @@ -4,7 +4,7 @@ netstandard2.0 enable true - RS1035,CS0612,CS1591,CS8601,CS8602,CS860218; + RS1035,CS0612,CS1591,CS8601,CS8602,CS860218 Plugins.AzureFunctions.Generator From c85d2014bffa7057e795e8699600534458635d29 Mon Sep 17 00:00:00 2001 From: Roger Barreto <19890735+RogerBarreto@users.noreply.github.com> Date: Fri, 28 Feb 2025 11:27:31 +0000 Subject: [PATCH 4/4] NoWarn --- .../MathPlugin/azure-function/sk-chatgpt-azure-function.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet/samples/Demos/CreateChatGptPlugin/MathPlugin/azure-function/sk-chatgpt-azure-function.csproj b/dotnet/samples/Demos/CreateChatGptPlugin/MathPlugin/azure-function/sk-chatgpt-azure-function.csproj index d6958682de9e..fd7c7d7f5dc7 100644 --- a/dotnet/samples/Demos/CreateChatGptPlugin/MathPlugin/azure-function/sk-chatgpt-azure-function.csproj +++ b/dotnet/samples/Demos/CreateChatGptPlugin/MathPlugin/azure-function/sk-chatgpt-azure-function.csproj @@ -14,6 +14,7 @@ enable enable false + CS9057