Repository Analysis

thomhurst/TUnit

A modern, fast and flexible .NET testing framework

7.1 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of thomhurst/TUnit, a C# project with 3,905 GitHub stars. SynthScan v2.0 examined 517,449 lines of code across 3548 source files, recording 1273 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 7.1 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

7.1
Adjusted Score
7.1
Raw Score
100%
Time Factor
2026-07-14
Last Push
3.9K
Stars
C#
Language
517.4K
Lines of Code
3.5K
Files
1.3K
Pattern Hits
2026-07-14
Scan Date
0.06
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 188HIGH 38MEDIUM 184LOW 863

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 1273 distinct pattern matches across 13 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Hallucination Indicators188 hits · 1990 pts
SeverityFileLineSnippetContext
CRITICALTUnit.TestProject/HumanizerDisplayNameTests.cs21 return context.TestContext.Metadata.TestDetails.TestName.Humanize();CODE
CRITICALTUnit.TestProject/ConsoleTests.cs12 await Assert.That(TestContext.Current.GetStandardOutput()).Contains(TestContext.Current.Metadata.TestDetails.MetCODE
CRITICALTUnit.Engine/TestExecutor.cs93 test.Context.ClassContext.AssemblyContext.TestSessionContext.RestoreExecutionContext();CODE
CRITICALTUnit.Engine/TestExecutor.cs132 executableTest.Context.ClassContext.AssemblyContext.TestSessionContext.RestoreExecutionContext();CODE
CRITICAL…rceGenerator/CodeGenerators/InfrastructureGenerator.cs404 sourceBuilder.AppendLine($"global::TUnit.Core.GlobalContext.Current.GlobalLogger.LogDebug(\"[ModuleInitiCODE
CRITICAL…rceGenerator/CodeGenerators/InfrastructureGenerator.cs416 sourceBuilder.AppendLine($"global::TUnit.Core.GlobalContext.Current.GlobalLogger.LogTrace(\"[ModuleICODE
CRITICAL…rceGenerator/CodeGenerators/InfrastructureGenerator.cs431 sourceBuilder.AppendLine($"global::TUnit.Core.GlobalContext.Current.GlobalLogger.LogTrace(\"[ModuleICODE
CRITICAL…rceGenerator/CodeGenerators/InfrastructureGenerator.cs442 sourceBuilder.AppendLine($"global::TUnit.Core.GlobalContext.Current.GlobalLogger.LogTrace(\"[ModuleICODE
CRITICAL…rceGenerator/CodeGenerators/InfrastructureGenerator.cs454 sourceBuilder.AppendLine($"global::TUnit.Core.GlobalContext.Current.GlobalLogger.LogTrace(\"[ModuleICODE
CRITICAL…rceGenerator/CodeGenerators/InfrastructureGenerator.cs480 sourceBuilder.AppendLine($"global::TUnit.Core.GlobalContext.Current.GlobalLogger.LogDebug(\"[ModuleInitiCODE
CRITICALTUnit.UnitTests/PropertyInjectorTests.cs24 await Assert.That(context.Metadata.TestDetails.TestClassInjectedPropertyArguments.Values.Single())CODE
CRITICALTUnit.UnitTests/output.txt146[DEBUG 01:24:41.842] TestScheduler.ExecuteTestWhenReadyAsync: Starting test TUnit.UnitTests.GenericTestClass_Bool.1.1.TeCODE
CRITICALTUnit.UnitTests/output.txt147[DEBUG 01:24:41.843] TestScheduler.ExecuteTestWhenReadyAsync: Test TUnit.UnitTests.GenericTestClass_Bool.1.1.TestWithParCODE
CRITICALTUnit.UnitTests/output.txt149[DEBUG 01:24:41.843] HookOrchestrator.OnTestStartingAsync: Test=TUnit.UnitTests.GenericTestClass_Bool.1.1.TestWithParameCODE
CRITICALTUnit.UnitTests/output.txt150[DEBUG 01:24:41.843] SingleTestExecutor.ExecuteTestAsync: Starting TUnit.UnitTests.GenericTestClass_Bool.1.1.TestWithParCODE
CRITICALTUnit.UnitTests/output.txt159[DEBUG 01:24:41.848] SingleTestExecutor.ExecuteTestAsync: Completed TUnit.UnitTests.GenericTestClass_Bool.1.1.TestWithPaCODE
CRITICALTUnit.UnitTests/output.txt160[DEBUG 01:24:41.848] HookOrchestrator.OnTestCompletedAsync: Test=TUnit.UnitTests.GenericTestClass_Bool.1.1.TestWithParamCODE
CRITICALTUnit.UnitTests/output.txt161[DEBUG 01:24:41.848] TestScheduler.ExecuteTestWhenReadyAsync: Test TUnit.UnitTests.GenericTestClass_Bool.1.1.TestWithParCODE
CRITICALTUnit.UnitTests/output.txt162[DEBUG 01:24:41.848] TestScheduler.ExecuteTestWhenReadyAsync: Starting test TUnit.UnitTests.GenericTestClass_Bool.1.1.TeCODE
CRITICALTUnit.UnitTests/output.txt163[DEBUG 01:24:41.848] TestScheduler.ExecuteTestWhenReadyAsync: Test TUnit.UnitTests.GenericTestClass_Bool.1.1.TestWithParCODE
CRITICALTUnit.UnitTests/output.txt164[DEBUG 01:24:41.848] HookOrchestrator.OnTestStartingAsync: Test=TUnit.UnitTests.GenericTestClass_Bool.1.1.TestWithParameCODE
CRITICALTUnit.UnitTests/output.txt165[DEBUG 01:24:41.848] SingleTestExecutor.ExecuteTestAsync: Starting TUnit.UnitTests.GenericTestClass_Bool.1.1.TestWithParCODE
CRITICALTUnit.UnitTests/output.txt166[DEBUG 01:24:41.848] SingleTestExecutor.ExecuteTestAsync: Completed TUnit.UnitTests.GenericTestClass_Bool.1.1.TestWithPaCODE
CRITICALTUnit.UnitTests/output.txt167[DEBUG 01:24:41.848] HookOrchestrator.OnTestCompletedAsync: Test=TUnit.UnitTests.GenericTestClass_Bool.1.1.TestWithParamCODE
CRITICALTUnit.UnitTests/output.txt168[DEBUG 01:24:41.850] TestScheduler.ExecuteTestWhenReadyAsync: Test TUnit.UnitTests.GenericTestClass_Bool.1.1.TestWithParCODE
CRITICALTUnit.UnitTests/output.txt183[DEBUG 01:24:41.855] TestScheduler.ExecuteTestWhenReadyAsync: Starting test TUnit.UnitTests.AsyncDataSourceTests.1.1.TesCODE
CRITICALTUnit.UnitTests/output.txt184[DEBUG 01:24:41.855] TestScheduler.ExecuteTestWhenReadyAsync: Test TUnit.UnitTests.AsyncDataSourceTests.1.1.TestWithSyncCODE
CRITICALTUnit.UnitTests/output.txt185[DEBUG 01:24:41.855] HookOrchestrator.OnTestStartingAsync: Test=TUnit.UnitTests.AsyncDataSourceTests.1.1.TestWithSyncDatCODE
CRITICALTUnit.UnitTests/output.txt186[DEBUG 01:24:41.855] SingleTestExecutor.ExecuteTestAsync: Starting TUnit.UnitTests.AsyncDataSourceTests.1.1.TestWithSyncCODE
CRITICALTUnit.UnitTests/output.txt198[DEBUG 01:24:41.857] SingleTestExecutor.ExecuteTestAsync: Completed TUnit.UnitTests.AsyncDataSourceTests.1.1.TestWithSynCODE
CRITICALTUnit.UnitTests/output.txt199[DEBUG 01:24:41.857] HookOrchestrator.OnTestCompletedAsync: Test=TUnit.UnitTests.AsyncDataSourceTests.1.1.TestWithSyncDaCODE
CRITICALTUnit.UnitTests/output.txt200[DEBUG 01:24:41.857] TestScheduler.ExecuteTestWhenReadyAsync: Test TUnit.UnitTests.AsyncDataSourceTests.1.1.TestWithSyncCODE
CRITICALTUnit.UnitTests/output.txt201[DEBUG 01:24:41.857] TestScheduler.ExecuteTestWhenReadyAsync: Starting test TUnit.UnitTests.AsyncDataSourceTests.1.1.TesCODE
CRITICALTUnit.UnitTests/output.txt202[DEBUG 01:24:41.857] TestScheduler.ExecuteTestWhenReadyAsync: Test TUnit.UnitTests.AsyncDataSourceTests.1.1.TestWithSyncCODE
CRITICALTUnit.UnitTests/output.txt203[DEBUG 01:24:41.857] HookOrchestrator.OnTestStartingAsync: Test=TUnit.UnitTests.AsyncDataSourceTests.1.1.TestWithSyncDatCODE
CRITICALTUnit.UnitTests/output.txt204[DEBUG 01:24:41.857] SingleTestExecutor.ExecuteTestAsync: Starting TUnit.UnitTests.AsyncDataSourceTests.1.1.TestWithSyncCODE
CRITICALTUnit.UnitTests/output.txt205[DEBUG 01:24:41.857] SingleTestExecutor.ExecuteTestAsync: Completed TUnit.UnitTests.AsyncDataSourceTests.1.1.TestWithSynCODE
CRITICALTUnit.UnitTests/output.txt206[DEBUG 01:24:41.857] HookOrchestrator.OnTestCompletedAsync: Test=TUnit.UnitTests.AsyncDataSourceTests.1.1.TestWithSyncDaCODE
CRITICALTUnit.UnitTests/output.txt207[DEBUG 01:24:41.857] TestScheduler.ExecuteTestWhenReadyAsync: Test TUnit.UnitTests.AsyncDataSourceTests.1.1.TestWithSyncCODE
CRITICALTUnit.UnitTests/output.txt208[DEBUG 01:24:41.858] TestScheduler.ExecuteTestWhenReadyAsync: Starting test TUnit.UnitTests.AsyncDataSourceTests.1.1.TesCODE
CRITICALTUnit.UnitTests/output.txt209[DEBUG 01:24:41.858] TestScheduler.ExecuteTestWhenReadyAsync: Test TUnit.UnitTests.AsyncDataSourceTests.1.1.TestWithSyncCODE
CRITICALTUnit.UnitTests/output.txt210[DEBUG 01:24:41.858] HookOrchestrator.OnTestStartingAsync: Test=TUnit.UnitTests.AsyncDataSourceTests.1.1.TestWithSyncDatCODE
CRITICALTUnit.UnitTests/output.txt211[DEBUG 01:24:41.858] SingleTestExecutor.ExecuteTestAsync: Starting TUnit.UnitTests.AsyncDataSourceTests.1.1.TestWithSyncCODE
CRITICALTUnit.UnitTests/output.txt212[DEBUG 01:24:41.858] SingleTestExecutor.ExecuteTestAsync: Completed TUnit.UnitTests.AsyncDataSourceTests.1.1.TestWithSynCODE
CRITICALTUnit.UnitTests/output.txt213[DEBUG 01:24:41.858] HookOrchestrator.OnTestCompletedAsync: Test=TUnit.UnitTests.AsyncDataSourceTests.1.1.TestWithSyncDaCODE
CRITICALTUnit.UnitTests/output.txt214[DEBUG 01:24:41.858] TestScheduler.ExecuteTestWhenReadyAsync: Test TUnit.UnitTests.AsyncDataSourceTests.1.1.TestWithSyncCODE
CRITICALTUnit.UnitTests/output.txt215[DEBUG 01:24:41.858] TestScheduler.ExecuteTestWhenReadyAsync: Starting test TUnit.UnitTests.AsyncDataSourceTests.1.1.TesCODE
CRITICALTUnit.UnitTests/output.txt216[DEBUG 01:24:41.858] TestScheduler.ExecuteTestWhenReadyAsync: Test TUnit.UnitTests.AsyncDataSourceTests.1.1.TestWithAsynCODE
CRITICALTUnit.UnitTests/output.txt217[DEBUG 01:24:41.858] HookOrchestrator.OnTestStartingAsync: Test=TUnit.UnitTests.AsyncDataSourceTests.1.1.TestWithAsyncTaCODE
CRITICALTUnit.UnitTests/output.txt218[DEBUG 01:24:41.858] SingleTestExecutor.ExecuteTestAsync: Starting TUnit.UnitTests.AsyncDataSourceTests.1.1.TestWithAsynCODE
CRITICALTUnit.UnitTests/output.txt219[DEBUG 01:24:41.860] SingleTestExecutor.ExecuteTestAsync: Completed TUnit.UnitTests.AsyncDataSourceTests.1.1.TestWithAsyCODE
CRITICALTUnit.UnitTests/output.txt220[DEBUG 01:24:41.860] HookOrchestrator.OnTestCompletedAsync: Test=TUnit.UnitTests.AsyncDataSourceTests.1.1.TestWithAsyncTCODE
CRITICALTUnit.UnitTests/output.txt221[DEBUG 01:24:41.860] TestScheduler.ExecuteTestWhenReadyAsync: Test TUnit.UnitTests.AsyncDataSourceTests.1.1.TestWithAsynCODE
CRITICALTUnit.UnitTests/output.txt222[DEBUG 01:24:41.860] TestScheduler.ExecuteTestWhenReadyAsync: Starting test TUnit.UnitTests.AsyncDataSourceTests.1.1.TesCODE
CRITICALTUnit.UnitTests/output.txt223[DEBUG 01:24:41.860] TestScheduler.ExecuteTestWhenReadyAsync: Test TUnit.UnitTests.AsyncDataSourceTests.1.1.TestWithAsynCODE
CRITICALTUnit.UnitTests/output.txt224[DEBUG 01:24:41.860] HookOrchestrator.OnTestStartingAsync: Test=TUnit.UnitTests.AsyncDataSourceTests.1.1.TestWithAsyncTaCODE
CRITICALTUnit.UnitTests/output.txt225[DEBUG 01:24:41.860] SingleTestExecutor.ExecuteTestAsync: Starting TUnit.UnitTests.AsyncDataSourceTests.1.1.TestWithAsynCODE
CRITICALTUnit.UnitTests/output.txt226[DEBUG 01:24:41.860] SingleTestExecutor.ExecuteTestAsync: Completed TUnit.UnitTests.AsyncDataSourceTests.1.1.TestWithAsyCODE
CRITICALTUnit.UnitTests/output.txt227[DEBUG 01:24:41.860] HookOrchestrator.OnTestCompletedAsync: Test=TUnit.UnitTests.AsyncDataSourceTests.1.1.TestWithAsyncTCODE
CRITICALTUnit.UnitTests/output.txt228[DEBUG 01:24:41.860] TestScheduler.ExecuteTestWhenReadyAsync: Test TUnit.UnitTests.AsyncDataSourceTests.1.1.TestWithAsynCODE
128 more matches not shown…
Over-Commented Block768 hits · 768 pts
SeverityFileLineSnippetContext
LOWTUnit.TestProject/Tests.cs381 .IsEqualTo("ABCDE", StringComparison.Ordinal);COMMENT
LOWTUnit.TestProject/Tests.cs401COMMENT
LOWTUnit.TestProject/CombinedDataSourceErrorTests.cs1using TUnit.TestProject.Attributes;COMMENT
LOWTUnit.TestProject/CombinedDataSourceErrorTests.cs21 // }COMMENT
LOWTUnit.TestProject/CombinedDataSourceErrorTests.cs41 yield break;COMMENT
LOWTUnit.TestProject/HookExecutionOrderTest.cs21 public void VerifyExecutionOrder()COMMENT
LOWTUnit.TestProject/Bugs/5800/Repro.cs1using TUnit.TestProject.Attributes;COMMENT
LOW…roject/Bugs/3990/ClassLevelCombinedDataSourcesTests.cs81 await Assert.That(z).IsIn([true, false]);COMMENT
LOW…Project/Bugs/5728/DefaultTimeoutClassificationTests.cs1using TUnit.TestProject.Attributes;COMMENT
LOW…t.TestProject/Bugs/_6339/TimeoutAfterHookTokenTests.cs1using TUnit.TestProject.Attributes;COMMENT
LOWTUnit.TestProject/Bugs/1570/Tests.cs21 public async Task GetTests_Without_Filtering_On_TestClassArguments_Test()COMMENT
LOW…t.TestProject/Bugs/4032/NestedAsyncInitializerTests.cs1using TUnit.Core.Interfaces;COMMENT
LOWTUnit.TestProject/Bugs/3803/Tests.cs1using TUnit.TestProject.Attributes;COMMENT
LOW…tProject/Bugs/_2804/CriticalHookChainExecutionTests.cs181 // AfterEveryTest execution verifiedCOMMENT
LOW…stProject/Bugs/4715/AttributePropertyInjectionTests.cs1using TUnit.Core.Interfaces;COMMENT
LOW…2/InstanceMethodDataSourceWithAsyncInitializerTests.cs1using System.Collections.Concurrent;COMMENT
LOW…2/InstanceMethodDataSourceWithAsyncInitializerTests.cs21/// which was unexpected and resource-intensive.COMMENT
LOWTUnit.TestProject/Bugs/3993/IAsyncInitializerTests.cs1using System.Collections.Concurrent;COMMENT
LOW…t.TestProject/Bugs/3190/NegativeCategoryFilterTests.cs1using System;COMMENT
LOW…t.TestProject/Bugs/3190/NegativeCategoryFilterTests.cs21// ✓ Specific name match: /*/MyExplicitTestCOMMENT
LOW…t.TestProject/Bugs/3190/NegativeCategoryFilterTests.cs41// - TestClass1.TestMethod2 ✓ (not explicit)COMMENT
LOWTUnit.TestProject/Bugs/5700/Repro.cs1using TUnit.TestProject.Attributes;COMMENT
LOW…t.TestProject/Bugs/4440/GenericMethodDiscoveryTests.cs1using TUnit.TestProject.Attributes;COMMENT
LOWTUnit.Analyzers/Resources.Designer.cs1//------------------------------------------------------------------------------COMMENT
LOWTUnit.FsCheck/FsCheckPropertyAttribute.cs1using TUnit.Core;COMMENT
LOWTUnit.FsCheck/FsCheckPropertyAttribute.cs21{COMMENT
LOWTUnit.FsCheck/FsCheckPropertyAttribute.cs41 public int EndSize { get; set; } = 100;COMMENT
LOWTUnit.FsCheck/FsCheckPropertyAttribute.cs61 /// Default is 1 (no parallelism within property execution).COMMENT
LOWTUnit.FsCheck/FsCheckPropertyAttribute.cs81 /// <summary>COMMENT
LOWTUnit.Engine/TestSessionCoordinator.cs101 private void InitializeEventReceivers(List<AbstractExecutableTest> testList, CancellationToken cancellationToken)COMMENT
LOWTUnit.Engine/TestExecutor.cs281#endifCOMMENT
LOWTUnit.Engine/Scheduling/NotInParallelLock.cs1namespace TUnit.Engine.Scheduling;COMMENT
LOWTUnit.Engine/Constants/EngineDefaults.cs1namespace TUnit.Engine.Constants;COMMENT
LOWTUnit.Engine/Constants/EngineDefaults.cs21COMMENT
LOWTUnit.Engine/Constants/EngineDefaults.cs41 /// <summary>COMMENT
LOWTUnit.Engine/Constants/EngineDefaults.cs61 /// Grace period given to a timed-out task to handle cancellationCOMMENT
LOWTUnit.Engine/Constants/EngineDefaults.cs81 /// <summary>COMMENT
LOWTUnit.Engine/Enums/FailureCategory.cs1namespace TUnit.Engine.Enums;COMMENT
LOWTUnit.Engine/Enums/FailureCategory.cs21 NullReference,COMMENT
LOWTUnit.Engine/Discovery/ReflectionInstanceFactory.cs1using System.Collections.Concurrent;COMMENT
LOWTUnit.Engine/Discovery/SourceGenHookRegistrar.cs1namespace TUnit.Engine.Discovery;COMMENT
LOWTUnit.Engine/Models/GroupedTests.cs21 COMMENT
LOWTUnit.Engine/Events/EventReceiverRegistry.cs1using System.Collections.Concurrent;COMMENT
LOWTUnit.Engine/Reporters/SourceControlContext.cs1using TUnit.Engine.Configuration;COMMENT
LOWTUnit.Engine/Reporters/TUnitRetryAttemptsProperty.cs1using Microsoft.Testing.Platform.Extensions.Messages;COMMENT
LOWTUnit.Engine/Reporters/SourcePathResolver.cs1using System.Text;COMMENT
LOWTUnit.Engine/Helpers/PathValidator.cs1#if NET8_0_OR_GREATERCOMMENT
LOWTUnit.Engine/Helpers/ExpressionHelper.cs1using System.Linq.Expressions;COMMENT
LOWTUnit.Engine/Helpers/ExecutionModeHelper.cs21 /// </returns>COMMENT
LOWTUnit.Engine/Helpers/TimeoutHelper.cs1using TUnit.Engine.Constants;COMMENT
LOWTUnit.Engine/Helpers/TimeoutHelper.cs41 /// <summary>COMMENT
LOWTUnit.Engine/Helpers/DataSourceMetadataExtractor.cs1using System.Diagnostics.CodeAnalysis;COMMENT
LOWTUnit.Engine/Helpers/ValueTaskBridge.cs41COMMENT
LOWTUnit.Engine/Logging/OptimizedConsoleInterceptor.cs21 /// Gets the log level to use when routing console output to sinks.COMMENT
LOWTUnit.Engine/Logging/IdeStreamingSink.cs1using System.Collections.Concurrent;COMMENT
LOWTUnit.Engine/Logging/IdeStreamingSink.cs21/// </para>COMMENT
LOWTUnit.Engine/Services/AfterHookPairTracker.cs21COMMENT
LOWTUnit.Engine/Services/AfterHookPairTracker.cs61 var (pairTracker, afterHookExecutor) = ((AfterHookPairTracker, Func<ValueTask<List<Exception>>>))state!;COMMENT
LOWTUnit.Engine/Services/HookExecutor.cs61COMMENT
LOWTUnit.Engine/Services/ObjectLifecycleService.cs21///COMMENT
708 more matches not shown…
Decorative Section Separators179 hits · 554 pts
SeverityFileLineSnippetContext
MEDIUMTUnit.Engine/Constants/EngineDefaults.cs9 // ── Discovery ───────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Engine/Constants/EngineDefaults.cs39 // ── Event Batching ──────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Engine/Constants/EngineDefaults.cs58 // ── Timeout Handling ────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Engine/Constants/EngineDefaults.cs66 // ── IDE Streaming ───────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Engine/Constants/EngineDefaults.cs73 // ── File-Write Retry (Reporters) ────────────────────────────────────COMMENT
MEDIUMTUnit.Engine/Reporters/Html/TestReport.template.html1711// ── Baked-in "good enough" C# syntax highlighter ──────────────────────────COMMENT
MEDIUMTUnit.Engine/Reporters/Html/TestReport.template.html1711// ── Baked-in "good enough" C# syntax highlighter ──────────────────────────COMMENT
MEDIUMTUnit.Mocks/MockEngine.Typed.cs203 // ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks/MockEngine.Typed.cs205 // ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks/MockEngine.Typed.cs361 // ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks/MockEngine.Typed.cs363 // ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks/MockEngine.Typed.cs519 // ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks/MockEngine.Typed.cs521 // ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks/MockEngine.Typed.cs677 // ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks/MockEngine.Typed.cs679 // ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks/MockEngine.Typed.cs835 // ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks/MockEngine.Typed.cs837 // ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks/MockEngine.Typed.cs993 // ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks/MockEngine.Typed.cs995 // ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks/MockEngine.Typed.cs1151 // ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks/MockEngine.Typed.cs1153 // ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/EdgeCaseTests.cs7// ─── Interfaces for Edge Case Tests ───────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/EdgeCaseTests.cs122// ─── Test Classes ─────────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/RefStructTests.cs6// ─── Interface with ref struct methods ───────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/RefStructTests.cs22// ─── Tests ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/KitchenSinkConcreteTests.cs8// ─── Base class for concrete hierarchy ──────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/KitchenSinkConcreteTests.cs21// ─── The kitchen-sink concrete class ────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/KitchenSinkConcreteTests.cs101// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/KitchenSinkConcreteTests.cs131// ─── Tests ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/RealWorldScenarioTests.cs76// ───────────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/RealWorldScenarioTests.cs78// ───────────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/RealWorldScenarioTests.cs87// ───────────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/RealWorldScenarioTests.cs89// ───────────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/RealWorldScenarioTests.cs98// ───────────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/RealWorldScenarioTests.cs100// ───────────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/RealWorldScenarioTests.cs130// ═══════════════════════════════════════════════════════════════COMMENT
MEDIUMTUnit.Mocks.Tests/RealWorldScenarioTests.cs132// ═══════════════════════════════════════════════════════════════COMMENT
MEDIUMTUnit.Mocks.Tests/RealWorldScenarioTests.cs141 // ───────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/RealWorldScenarioTests.cs143 // ───────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/RealWorldScenarioTests.cs7// ───────────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/RealWorldScenarioTests.cs9// ───────────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/RealWorldScenarioTests.cs25// ───────────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/RealWorldScenarioTests.cs27// ───────────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/RealWorldScenarioTests.cs52// ───────────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/RealWorldScenarioTests.cs54// ───────────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/RealWorldScenarioTests.cs274 // ───────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/RealWorldScenarioTests.cs276 // ───────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/RealWorldScenarioTests.cs380 // ───────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/RealWorldScenarioTests.cs382 // ───────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/RealWorldScenarioTests.cs457 // ───────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/RealWorldScenarioTests.cs459 // ───────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/RealWorldScenarioTests.cs548 // ───────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/RealWorldScenarioTests.cs550 // ───────────────────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/TypedCallbackTests.cs151 // ─── Strongly-Typed Callback Tests (Beyond Parity: US23) ────────────COMMENT
MEDIUMTUnit.Mocks.Tests/ImplicitArgConversionTests.cs12 // ──────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/ImplicitArgConversionTests.cs14 // ──────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/ImplicitArgConversionTests.cs115 // ──────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/ImplicitArgConversionTests.cs118 // ──────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/ImplicitArgConversionTests.cs289 // ──────────────────────────────────────────────COMMENT
MEDIUMTUnit.Mocks.Tests/ImplicitArgConversionTests.cs291 // ──────────────────────────────────────────────COMMENT
119 more matches not shown…
Cross-File Repetition33 hits · 165 pts
SeverityFileLineSnippetContext
HIGH…CodeFixers.Tests/AwaitAssertionCodeFixProviderTests.cs0using system.threading.tasks; using tunit.assertions; using tunit.assertions.extensions; using tunit.core; public class STRING
HIGH…yzers.Tests/CompilerArgumentsPopulatedAnalyzerTests.cs0using system.threading.tasks; using tunit.assertions; using tunit.assertions.extensions; using tunit.core; public class STRING
HIGH….Analyzers.Tests/PreferIsTrueOrIsFalseAnalyzerTests.cs0using system.threading.tasks; using tunit.assertions; using tunit.assertions.extensions; using tunit.core; public class STRING
HIGH…ssertions.Analyzers.Tests/PreferIsNullAnalyzerTests.cs0using system.threading.tasks; using tunit.assertions; using tunit.assertions.extensions; using tunit.core; public class STRING
HIGH…Analyzers.Tests/ObjectBaseEqualsMethodAnalyzerTests.cs0using system.threading.tasks; using tunit.assertions; using tunit.assertions.extensions; using tunit.core; public class STRING
HIGH…ns.Analyzers.Tests/CollectionIsEqualToAnalyzerTests.cs0using system.threading.tasks; using tunit.assertions; using tunit.assertions.extensions; using tunit.core; public class STRING
HIGH…s.Analyzers.Tests/ConstantInAssertThatAnalyzerTests.cs0using system.threading.tasks; using tunit.assertions; using tunit.assertions.extensions; using tunit.core; public class STRING
HIGHTUnit.Analyzers.Tests/XUnitMigrationAnalyzerTests.cs0public class myclass { [test] public void mytest() { bool realized = false; handlerealized(this, ref realized); } privatSTRING
HIGHTUnit.Analyzers.Tests/MSTestMigrationAnalyzerTests.cs0public class myclass { [test] public void mytest() { bool realized = false; handlerealized(this, ref realized); } privatSTRING
HIGHTUnit.Analyzers.Tests/NUnitMigrationAnalyzerTests.cs0public class myclass { [test] public void mytest() { bool realized = false; handlerealized(this, ref realized); } privatSTRING
HIGHTUnit.Analyzers.Tests/XUnitMigrationAnalyzerTests.cs0using system.threading.tasks; public class myclass { [test] public async task mytest() { trygetvalue("key", out int valuSTRING
HIGHTUnit.Analyzers.Tests/MSTestMigrationAnalyzerTests.cs0using system.threading.tasks; public class myclass { [test] public async task mytest() { trygetvalue("key", out int valuSTRING
HIGHTUnit.Analyzers.Tests/NUnitMigrationAnalyzerTests.cs0using system.threading.tasks; public class myclass { [test] public async task mytest() { trygetvalue("key", out int valuSTRING
HIGHTUnit.Analyzers.Tests/XUnitMigrationAnalyzerTests.cs0using system.threading.tasks; public interface itestrunner { void run(); } public class myclass : itestrunner { [test] pSTRING
HIGHTUnit.Analyzers.Tests/MSTestMigrationAnalyzerTests.cs0using system.threading.tasks; public interface itestrunner { void run(); } public class myclass : itestrunner { [test] pSTRING
HIGHTUnit.Analyzers.Tests/NUnitMigrationAnalyzerTests.cs0using system.threading.tasks; public interface itestrunner { void run(); } public class myclass : itestrunner { [test] pSTRING
HIGHTUnit.Analyzers.Tests/XUnitMigrationAnalyzerTests.cs0using system.threading.tasks; public class outerclass { public class innertests { [test] public async task innertest() {STRING
HIGHTUnit.Analyzers.Tests/MSTestMigrationAnalyzerTests.cs0using system.threading.tasks; public class outerclass { public class innertests { [test] public async task innertest() {STRING
HIGHTUnit.Analyzers.Tests/NUnitMigrationAnalyzerTests.cs0using system.threading.tasks; public class outerclass { public class innertests { [test] public async task innertest() {STRING
HIGHTUnit.Analyzers.Tests/XUnitMigrationAnalyzerTests.cs0using system.threading.tasks; public class firsttestclass { [test] public async task firsttest() { await assert.that(truSTRING
HIGHTUnit.Analyzers.Tests/MSTestMigrationAnalyzerTests.cs0using system.threading.tasks; public class firsttestclass { [test] public async task firsttest() { await assert.that(truSTRING
HIGHTUnit.Analyzers.Tests/NUnitMigrationAnalyzerTests.cs0using system.threading.tasks; public class firsttestclass { [test] public async task firsttest() { await assert.that(truSTRING
HIGHTUnit.Analyzers.Tests/XUnitMigrationAnalyzerTests.cs0using system.threading.tasks; public class generictestclass<t> { [test] public async task generictest() { var instance =STRING
HIGHTUnit.Analyzers.Tests/MSTestMigrationAnalyzerTests.cs0using system.threading.tasks; public class generictestclass<t> { [test] public async task generictest() { var instance =STRING
HIGHTUnit.Analyzers.Tests/NUnitMigrationAnalyzerTests.cs0using system.threading.tasks; public class generictestclass<t> { [test] public async task generictest() { var instance =STRING
HIGH…t.Analyzers.Tests/TestMethodParametersAnalyzerTests.cs0using tunit.core; public class myclass { [{|#0:classdatasource<int>|}] [test] public void mytest() { } }STRING
HIGHTUnit.Analyzers.Tests/ConsoleOutAnalyzerTests.cs0using tunit.core; public class myclass { [{|#0:classdatasource<int>|}] [test] public void mytest() { } }STRING
HIGHTUnit.Analyzers.Tests/ClassParametersAnalyzerTests.cs0using tunit.core; public class myclass { [{|#0:classdatasource<int>|}] [test] public void mytest() { } }STRING
HIGH…nit.Analyzers.Tests/InstanceTestMethodAnalyzerTests.cs0using tunit.core; public class myclass { [{|#0:classdatasource<int>|}] [test] public void mytest() { } }STRING
HIGHTUnit.Analyzers.Tests/ClassDataSourceAnalyzerTests.cs0using tunit.core; public class myclass { [{|#0:classdatasource<int>|}] [test] public void mytest() { } }STRING
HIGH…sts/MethodDataSourceMatchesConstructorAnalyzerTests.cs0using system.collections.generic; using tunit.core; [classdatasource<int>] public class myclass { public myclass(int valSTRING
HIGHTUnit.Analyzers.Tests/ClassParametersAnalyzerTests.cs0using system.collections.generic; using tunit.core; [classdatasource<int>] public class myclass { public myclass(int valSTRING
HIGHTUnit.Analyzers.Tests/ClassDataSourceAnalyzerTests.cs0using system.collections.generic; using tunit.core; [classdatasource<int>] public class myclass { public myclass(int valSTRING
Structural Annotation Overuse35 hits · 62 pts
SeverityFileLineSnippetContext
LOWTUnit.Analyzers/Migrators/Base/MigrationHelpers.cs192 // Step 1: Remove file-level usingsCOMMENT
LOWTUnit.Analyzers/Migrators/Base/MigrationHelpers.cs224 // Step 2: Remove usings inside namespace blocksCOMMENT
LOWTUnit.Engine/Reporters/Html/GitHubArtifactUploader.cs38 // Step 1: CreateArtifact (deduplicate name on 409 conflict)COMMENT
LOWTUnit.Engine/Reporters/Html/GitHubArtifactUploader.cs94 // Step 2: Upload blob + compute SHA256COMMENT
LOWTUnit.Engine/Reporters/Html/GitHubArtifactUploader.cs123 // Step 3: FinalizeArtifactCOMMENT
LOWTUnit.Engine/Services/ObjectLifecycleService.cs497 // Step 1: Inject propertiesCOMMENT
LOWTUnit.Engine/Services/ObjectLifecycleService.cs500 // Step 2: Initialize nested objects depth-first (discovery-only)COMMENT
LOWTUnit.Engine/Services/ObjectLifecycleService.cs503 // Step 3: Call IAsyncDiscoveryInitializer only (not regular IAsyncInitializer)COMMENT
LOWdocs/docs/assertions/extensibility/custom-assertions.md17### Step 1: Create an Assertion ClassCOMMENT
LOWdocs/docs/assertions/extensibility/custom-assertions.md61### Step 2: Create an Extension MethodCOMMENT
LOWdocs/docs/assertions/extensibility/custom-assertions.md85### Step 3: Use Your Custom AssertionCOMMENT
LOWdocs/docs/examples/complex-test-infrastructure.md16// Step 1: Create a shared Docker networkCOMMENT
LOWdocs/docs/examples/complex-test-infrastructure.md31// Step 2: Kafka needs the Docker networkCOMMENT
LOWdocs/docs/examples/complex-test-infrastructure.md50// Step 3: Kafka UI needs both the network AND the Kafka containerCOMMENT
LOWdocs/docs/extending/logging.md111#### Step 1: Send the Test IDCOMMENT
LOWdocs/docs/extending/logging.md132#### Step 2: Resolve and Activate on the Receiving SideCOMMENT
LOWdocs/examples/nested-data-sources-quickstart.md11// Step 1: Create a test container wrapperCOMMENT
LOWdocs/examples/nested-data-sources-quickstart.md24// Step 2: Create WebApplicationFactory that uses the containerCOMMENT
LOWdocs/examples/nested-data-sources-quickstart.md59// Step 3: Use in testsCOMMENT
LOW…CloudShop.Tests/Tests/Traces/CheckoutTraceDemoTests.cs38 // Step 1: Browse the catalogue — the API queries PostgreSQL and returns productsCOMMENT
LOW…CloudShop.Tests/Tests/Traces/CheckoutTraceDemoTests.cs49 // Step 2: View the product detail — the API checks Redis, falls back to PostgreSQL onCOMMENT
LOW…CloudShop.Tests/Tests/Traces/CheckoutTraceDemoTests.cs57 // Step 3: View it again — this time the API serves it directly from RedisCOMMENT
LOW…CloudShop.Tests/Tests/Traces/CheckoutTraceDemoTests.cs65 // Step 4: Attempt to order more units than are in stock — the API validates againstCOMMENT
LOWTUnit.Mocks.SourceGenerator/MockGenerator.cs47 // Step 2: Merge all sources and deduplicateSTRING
LOWTUnit.Mocks.SourceGenerator/MockGenerator.cs63 // Step 3: Generate source for each unique typeSTRING
LOW…lyzers.CodeFixers/Base/BaseMigrationCodeFixProvider.cs143 // Step 1: Collect interface-implementing methods BEFORE any syntax modificationsCOMMENT
LOW…lyzers.CodeFixers/Base/BaseMigrationCodeFixProvider.cs148 // Step 2: Convert assertions FIRST (while semantic model still matches the syntax tree)COMMENT
LOW…lyzers.CodeFixers/Base/BaseMigrationCodeFixProvider.cs155 // Step 3: Framework-specific conversions (also use semantic model while it still matches)COMMENT
LOW…lyzers.CodeFixers/Base/BaseMigrationCodeFixProvider.cs159 // Step 4: Fix method signatures that now contain await but aren't marked asyncCOMMENT
LOW…lyzers.CodeFixers/Base/BaseMigrationCodeFixProvider.cs167 // Step 5: Remove unnecessary base classes and interfacesCOMMENT
LOW…lyzers.CodeFixers/Base/BaseMigrationCodeFixProvider.cs174 // Step 6: Update lifecycle methodsCOMMENT
LOW…lyzers.CodeFixers/Base/BaseMigrationCodeFixProvider.cs181 // Step 7: Convert attributesCOMMENT
LOW…lyzers.CodeFixers/Base/BaseMigrationCodeFixProvider.cs188 // Step 8: Ensure [Test] attribute is present when data attributes exist (NUnit-specific)COMMENT
LOW…lyzers.CodeFixers/Base/BaseMigrationCodeFixProvider.cs198 // Step 9: Remove framework usings and add TUnit usings (do this LAST)COMMENT
LOW…lyzers.CodeFixers/Base/BaseMigrationCodeFixProvider.cs212 // Step 10: Clean up trivia issues that can occur after transformationsCOMMENT
Verbosity Indicators27 hits · 50 pts
SeverityFileLineSnippetContext
LOWTUnit.Analyzers/Migrators/Base/MigrationHelpers.cs192 // Step 1: Remove file-level usingsCOMMENT
LOWTUnit.Analyzers/Migrators/Base/MigrationHelpers.cs224 // Step 2: Remove usings inside namespace blocksCOMMENT
LOWTUnit.Engine/Reporters/Html/GitHubArtifactUploader.cs38 // Step 1: CreateArtifact (deduplicate name on 409 conflict)COMMENT
LOWTUnit.Engine/Reporters/Html/GitHubArtifactUploader.cs94 // Step 2: Upload blob + compute SHA256COMMENT
LOWTUnit.Engine/Reporters/Html/GitHubArtifactUploader.cs123 // Step 3: FinalizeArtifactCOMMENT
LOWTUnit.Engine/Services/ObjectLifecycleService.cs497 // Step 1: Inject propertiesCOMMENT
LOWTUnit.Engine/Services/ObjectLifecycleService.cs500 // Step 2: Initialize nested objects depth-first (discovery-only)COMMENT
LOWTUnit.Engine/Services/ObjectLifecycleService.cs503 // Step 3: Call IAsyncDiscoveryInitializer only (not regular IAsyncInitializer)COMMENT
LOWTUnit.Engine/Building/TestBuilder.cs1317 // For generic methods, we need to check if the data types match the expected typesCOMMENT
LOWTUnit.Engine/Building/TestBuilder.cs1469 // For IEnumerable<T>, we need to check if the actual data is IEnumerable<int> vs IEnumerable<string> etc.COMMENT
LOW…CloudShop.Tests/Tests/Traces/CheckoutTraceDemoTests.cs38 // Step 1: Browse the catalogue — the API queries PostgreSQL and returns productsCOMMENT
LOW…CloudShop.Tests/Tests/Traces/CheckoutTraceDemoTests.cs49 // Step 2: View the product detail — the API checks Redis, falls back to PostgreSQL onCOMMENT
LOW…CloudShop.Tests/Tests/Traces/CheckoutTraceDemoTests.cs57 // Step 3: View it again — this time the API serves it directly from RedisCOMMENT
LOW…CloudShop.Tests/Tests/Traces/CheckoutTraceDemoTests.cs65 // Step 4: Attempt to order more units than are in stock — the API validates againstCOMMENT
LOWTUnit.Core/ObjectInitializer.cs83 // With Lazy<Task>, we need to check if the Lazy has a value AND that value completed successfullyCOMMENT
LOWTUnit.Mocks.SourceGenerator/MockGenerator.cs47 // Step 2: Merge all sources and deduplicateSTRING
LOWTUnit.Mocks.SourceGenerator/MockGenerator.cs63 // Step 3: Generate source for each unique typeSTRING
LOW…lyzers.CodeFixers/Base/BaseMigrationCodeFixProvider.cs143 // Step 1: Collect interface-implementing methods BEFORE any syntax modificationsCOMMENT
LOW…lyzers.CodeFixers/Base/BaseMigrationCodeFixProvider.cs148 // Step 2: Convert assertions FIRST (while semantic model still matches the syntax tree)COMMENT
LOW…lyzers.CodeFixers/Base/BaseMigrationCodeFixProvider.cs155 // Step 3: Framework-specific conversions (also use semantic model while it still matches)COMMENT
LOW…lyzers.CodeFixers/Base/BaseMigrationCodeFixProvider.cs159 // Step 4: Fix method signatures that now contain await but aren't marked asyncCOMMENT
LOW…lyzers.CodeFixers/Base/BaseMigrationCodeFixProvider.cs167 // Step 5: Remove unnecessary base classes and interfacesCOMMENT
LOW…lyzers.CodeFixers/Base/BaseMigrationCodeFixProvider.cs174 // Step 6: Update lifecycle methodsCOMMENT
LOW…lyzers.CodeFixers/Base/BaseMigrationCodeFixProvider.cs181 // Step 7: Convert attributesCOMMENT
LOW…lyzers.CodeFixers/Base/BaseMigrationCodeFixProvider.cs188 // Step 8: Ensure [Test] attribute is present when data attributes exist (NUnit-specific)COMMENT
LOW…lyzers.CodeFixers/Base/BaseMigrationCodeFixProvider.cs198 // Step 9: Remove framework usings and add TUnit usings (do this LAST)COMMENT
LOW…lyzers.CodeFixers/Base/BaseMigrationCodeFixProvider.cs212 // Step 10: Clean up trivia issues that can occur after transformationsCOMMENT
Synthetic Comment Markers5 hits · 38 pts
SeverityFileLineSnippetContext
HIGHTUnit.Analyzers/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGHTUnit.AspNetCore.Analyzers/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGHTUnit.Assertions.Analyzers/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGHTUnit.Assertions.Tests/EquatableTests.cs259 // Test to verify the example from GitHub issue #2972 works exactly as requestedCOMMENT
HIGHTUnit.Assertions.Tests/EquatableTests.cs259 // Test to verify the example from GitHub issue #2972 works exactly as requestedCOMMENT
Fake / Example Data27 hits · 26 pts
SeverityFileLineSnippetContext
LOWTUnit.TestProject/CombinedDataSourceTests.cs314 Street = "123 Main St",CODE
LOWTUnit.TestProject/CombinedDataSourceTests.cs339 await Assert.That(person.Address.Street).IsEqualTo("123 Main St");CODE
LOWTUnit.TestProject/NestedPropertyInjectionTests.cs19 Street = "123 Main St",CODE
LOWTUnit.TestProject/NestedPropertyInjectionTests.cs88 yield return () => new PersonWithDataSource { Name = "John Doe", Address = null! };CODE
LOWTUnit.Mocks.Tests/RegexMatcherTests.cs53 await Assert.That(greeter.Greet("555-1234")).IsEqualTo("phone");CODE
LOWTUnit.Mocks.Tests/RegexMatcherTests.cs82 await Assert.That(greeter.Greet("user@example.com")).IsEqualTo("email");CODE
LOWdocs/docs/assertions/string.md159 var email = "user@example.com";CODE
LOWdocs/docs/assertions/string.md415 var email = "user@example.com";CODE
LOWdocs/docs/assertions/member-assertions.md19 .Member(u => u.Email, email => email.IsEqualTo("user@example.com"));CODE
LOW…ssertions/extensibility/source-generator-assertions.md300await Assert.That("user@example.com").IsValidEmail(); // ✅ PassesCODE
LOWdocs/docs/migration/mstest.md886 [Owner("John Doe")]CODE
LOWdocs/docs/migration/mstest.md910 [Property("Owner", "John Doe")]CODE
LOW…nit.Assertions.Tests/Old/StringEqualsAssertionTests.cs112 Lorem ipsum dolor sit amet diam duo amet sea rebum.CODE
LOW…nit.Assertions.Tests/Old/StringEqualsAssertionTests.cs112 Lorem ipsum dolor sit amet diam duo amet sea rebum.CODE
LOW…nit.Assertions.Tests/Old/StringEqualsAssertionTests.cs133 Lorem ipsum dolor sit amet diam duo amet sea rebum.CODE
LOW…nit.Assertions.Tests/Old/StringEqualsAssertionTests.cs133 Lorem ipsum dolor sit amet diam duo amet sea rebum.CODE
LOW…nit.Assertions.Tests/Old/StringEqualsAssertionTests.cs155 var expectedMessage = $"Expected to be equal to \"Lorem ipsum dolor sit amet diam duo amet sea rebum. Et voluptSTRING
LOW…nit.Assertions.Tests/Old/StringEqualsAssertionTests.cs155 var expectedMessage = $"Expected to be equal to \"Lorem ipsum dolor sit amet diam duo amet sea rebum. Et voluptSTRING
LOW…nit.Assertions.Tests/Old/StringEqualsAssertionTests.cs156 $"but received \"Lorem ipsum dolor sit amet diam duo amet sea rebum. Et voluptua ex volupSTRING
LOW…nit.Assertions.Tests/Old/StringEqualsAssertionTests.cs156 $"but received \"Lorem ipsum dolor sit amet diam duo amet sea rebum. Et voluptua ex volupSTRING
LOWTUnit.Core/Helpers/DisplayNameSubstitutor.cs70 /// Replaces every occurrence of <paramref name="placeholder"/> that is followed by aCOMMENT
LOWTUnit.Analyzers.Tests/NUnitMigrationAnalyzerTests.cs1471 [TestCase(1, Author = "John Doe")]CODE
LOWTUnit.Analyzers.Tests/NUnitMigrationAnalyzerTests.cs1486 [Property("Author", "John Doe")]CODE
LOWTUnit.Analyzers.Tests/NUnitMigrationAnalyzerTests.cs2989 {|#0:[Test(Author = "John Doe")]|}CODE
LOWTUnit.Analyzers.Tests/NUnitMigrationAnalyzerTests.cs3001 [Property("Author", "John Doe")]CODE
LOWTUnit.Analyzers.Tests/NUnitMigrationAnalyzerTests.cs3021 {|#0:[Test(Description = "Test description", Author = "Jane Doe")]|}CODE
LOWTUnit.Analyzers.Tests/NUnitMigrationAnalyzerTests.cs3034 [Property("Author", "Jane Doe")]CODE
AI Slop Vocabulary3 hits · 9 pts
SeverityFileLineSnippetContext
MEDIUM…tCore.Core/Logging/CorrelatedTUnitLoggingExtensions.cs12/// and the <see cref="TUnitTestContextMiddleware"/> for robust test context resolution viaCOMMENT
MEDIUM…re.SourceGenerator/Generators/AotConverterGenerator.cs607 // Use Zen's more robust approach for handling nullable types and type checksCOMMENT
MEDIUMTUnit.Core/Executors/DedicatedThreadExecutor.cs347 // Use a more robust synchronous wait pattern to avoid deadlocksCOMMENT
Slop Phrases3 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUM.github/workflows/codeql.yml58 # If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize howCOMMENT
LOWTUnit.Core.SourceGenerator.Tests/TestsBase.cs133 // Run generators. Don't forget to use the new compilation rather than the previous one.COMMENT
LOWTUnit.Assertions.SourceGenerator.Tests/TestsBase.cs127 // Run generators. Don't forget to use the new compilation rather than the previous one.COMMENT
Example Usage Blocks3 hits · 4 pts
SeverityFileLineSnippetContext
LOWscripts/profile-tunit.sh21# Usage:COMMENT
LOWTUnit.Core/Attributes/ParallelLimiterAttribute.cs30/// Example usage:COMMENT
LOWTUnit.Core/Attributes/ParallelGroupAttribute.cs24/// Example usage:COMMENT
Modern AI Meta-Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUM…t.TestProject/Bugs/4032/NestedAsyncInitializerTests.cs7/// Regression tests for issue #4032: IAsyncInitializer lifecycle change broke complex test infrastructure orchestrationCOMMENT
Hyper-Verbose Identifiers1 hit · 1 pts
SeverityFileLineSnippetContext
LOWTUnit.Engine/Framework/TestRequestHandler.cs8internal sealed class TestRequestHandler : IRequestHandlerCODE