Commit 56a8e23
fix: Suppress CA1873 at file level in SemanticKernelAgent sample (#306)
* Initial plan
* Fix CA1873: Replace LogInformation calls with [LoggerMessage] source-generated methods
Co-authored-by: rokonec <25249058+rokonec@users.noreply.github.com>
* Refactor: move [LoggerMessage] methods to dedicated internal Log class, remove partial from CurrencyPlugin and SemanticKernelTravelAgent
Co-authored-by: rokonec <25249058+rokonec@users.noreply.github.com>
* Simplify: replace Log partial class with file-level CA1873 pragma suppression
Co-authored-by: rokonec <25249058+rokonec@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: rokonec <25249058+rokonec@users.noreply.github.com>1 parent ca15463 commit 56a8e23
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
56 | | - | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments