Documentation modifications

This commit is contained in:
julian
2026-06-27 15:23:26 -07:00
parent a633fe6c06
commit a19fb90902
218 changed files with 2882 additions and 0 deletions
@@ -4,6 +4,12 @@ using adas_core.Application.Services.Caching;
namespace adas_core.Test.Services;
/// <summary>
/// NUnit test fixture that exercises the behavior of the in-memory lock provider.
/// </summary>
/// <remarks>
/// The <see cref="TestFixtureAttribute"/> attribute marks this class as a container of related test cases.</remarks>
/// <!-- aidoc:v1 sig=92f2274 -->
[TestFixture]
public class InMemoryLockProviderTest
{