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
17 changes: 11 additions & 6 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
3 changes: 3 additions & 0 deletions docs/activities-and-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down