From d4b792af6714edcd3b5f3203ca4970b90f1608d2 Mon Sep 17 00:00:00 2001 From: "dotnet-updater[bot]" <100138291+dotnet-updater[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 12:16:04 +0000 Subject: [PATCH 1/2] Bump dotnet-ef from 7.0.11 to 10.0.1 Bumps [dotnet-ef](https://github.com/dotnet/dotnet) from 7.0.11 to 10.0.1. --- updated-dependencies: - dependency-name: dotnet-ef dependency-type: direct:development update-type: version-update:major ... Signed-off-by: dotnet-updater[bot] <100138291+dotnet-updater[bot]@users.noreply.github.com> --- .config/dotnet-tools.json | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 86cd70283..c89820419 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -6,31 +6,36 @@ "version": "6.0.0", "commands": [ "coverlet" - ] + ], + "rollForward": false }, "jetbrains.resharper.globaltools": { "version": "2023.2.2", "commands": [ "jb" - ] + ], + "rollForward": false }, "dotnet-ef": { - "version": "7.0.11", + "version": "10.0.1", "commands": [ "dotnet-ef" - ] + ], + "rollForward": false }, "gitversion.tool": { "version": "5.12.0", "commands": [ "dotnet-gitversion" - ] + ], + "rollForward": false }, "gitreleasemanager.tool": { "version": "0.15.0", "commands": [ "dotnet-gitreleasemanager" - ] + ], + "rollForward": false } } } \ No newline at end of file From cf5798a4535e9d3d7fc606edfc726fedae73cc0f Mon Sep 17 00:00:00 2001 From: mscottford Date: Tue, 13 Jan 2026 12:16:45 +0000 Subject: [PATCH 2/2] Committing auto generated diagram. --- docs/activities-and-events.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/activities-and-events.md b/docs/activities-and-events.md index 87ccdee30..bf0485800 100644 --- a/docs/activities-and-events.md +++ b/docs/activities-and-events.md @@ -11,6 +11,9 @@ Here are some things to keep in mind when viewing the graph: * Each arrow with a dotted line represents an "is a" relationship. The source class inherits from the destination class. ```mermaid +/usr/share/dotnet/sdk/10.0.101/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [/home/runner/work/freshli-cli/freshli-cli/tools/diagram-generator/diagram-generator.csproj] +/usr/share/dotnet/sdk/10.0.101/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [/home/runner/work/freshli-cli/freshli-cli/tools/diagram-generator/diagram-generator.csproj] +/usr/share/dotnet/sdk/10.0.101/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [/home/runner/work/freshli-cli/freshli-cli/tools/diagram-generator/diagram-generator.csproj] flowchart TD; AgentsDetectedEvent -.-> ApplicationEventBase AgentsDetectedEvent