diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 86cd70283..51dbc343c 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", + "version": "2025.2.4", "commands": [ "jb" - ] + ], + "rollForward": false }, "dotnet-ef": { "version": "7.0.11", "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 diff --git a/docs/activities-and-events.md b/docs/activities-and-events.md index 87ccdee30..f182880ef 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/9.0.306/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/9.0.306/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/9.0.306/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