stabilize tests
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
namespace StellaOps.Plugin.Sdk;
|
||||
|
||||
using Microsoft.Extensions.Logging;
|
||||
using StellaOps.Plugin.Abstractions;
|
||||
using StellaOps.Plugin.Abstractions.Context;
|
||||
using StellaOps.Plugin.Abstractions.Health;
|
||||
using StellaOps.Plugin.Abstractions.Lifecycle;
|
||||
|
||||
namespace StellaOps.Plugin.Sdk;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Base class for simplified plugin development.
|
||||
/// Provides common patterns and reduces boilerplate.
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
namespace StellaOps.Plugin.Sdk;
|
||||
|
||||
using StellaOps.Plugin.Abstractions.Context;
|
||||
using System.Diagnostics;
|
||||
using System.Globalization;
|
||||
using StellaOps.Plugin.Abstractions.Context;
|
||||
|
||||
namespace StellaOps.Plugin.Sdk;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Extension methods for common plugin operations.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
using StellaOps.Plugin.Abstractions;
|
||||
|
||||
namespace StellaOps.Plugin.Sdk;
|
||||
|
||||
using StellaOps.Plugin.Abstractions;
|
||||
|
||||
/// <summary>
|
||||
/// Fluent builder for creating PluginInfo.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace StellaOps.Plugin.Sdk;
|
||||
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
/// <summary>
|
||||
/// Options base class with validation support.
|
||||
|
||||
8
src/Plugin/StellaOps.Plugin.Sdk/TASKS.md
Normal file
8
src/Plugin/StellaOps.Plugin.Sdk/TASKS.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# StellaOps.Plugin.Sdk Task Board
|
||||
This board mirrors active sprint tasks for this module.
|
||||
Source of truth: `docs/implplan/SPRINT_20260130_002_Tools_csproj_remediation_solid_review.md`.
|
||||
|
||||
| Task ID | Status | Notes |
|
||||
| --- | --- | --- |
|
||||
| REMED-05 | TODO | Remediation checklist: docs/implplan/audits/csproj-standards/remediation/checklists/src/Plugin/StellaOps.Plugin.Sdk/StellaOps.Plugin.Sdk.md. |
|
||||
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |
|
||||
Reference in New Issue
Block a user