Repository Analysis

dotnet/orleans

Cloud Native application framework for .NET

3.8 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of dotnet/orleans, a C# project with 10,809 GitHub stars. SynthScan v2.0 examined 490,643 lines of code across 3420 source files, recording 1406 pattern matches distributed across 9 syntactic categories. The overall adjusted score of 3.8 places this repository in the Likely human-written 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).

3.8
Adjusted Score
3.8
Raw Score
100%
Time Factor
2026-07-14
Last Push
10.8K
Stars
C#
Language
490.6K
Lines of Code
3.4K
Files
1.4K
Pattern Hits
2026-07-14
Scan Date
0.02
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 2HIGH 65MEDIUM 10LOW 1329

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 1406 distinct pattern matches across 9 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.

Over-Commented Block1314 hits · 1311 pts
SeverityFileLineSnippetContext
LOW…ans.DefaultCluster.Tests/MemoryStorageProviderTests.cs21COMMENT
LOW…ans.DefaultCluster.Tests/MemoryStorageProviderTests.cs81 /// <summary>COMMENT
LOWtest/Orleans.DefaultCluster.Tests/EchoTaskGrainTests.cs41 /// Tests basic grain reference creation.COMMENT
LOW…ltCluster.Tests/SiloRoleBasedPlacementDirectorTests.cs21 /// <summary>COMMENT
LOW…rleans.DefaultCluster.Tests/ConcreteStateClassTests.cs21 {COMMENT
LOWtest/Orleans.DefaultCluster.Tests/ErrorGrainTest.cs321 }COMMENT
LOWtest/Orleans.DefaultCluster.Tests/ErrorGrainTest.cs341 //var observer = SimpleGrainObserverFactory.CreateObjectReference(callback);COMMENT
LOW…tivationsLifeCycleTests/ActivationCancellationTests.cs21/// 2. When non-cancellation exceptions occur, they are still logged at ERROR level as expected.COMMENT
LOW…leans.Connections.Security.Tests/TlsConnectionTests.cs1using Microsoft.Extensions.Configuration;COMMENT
LOW…leans.Connections.Security.Tests/TlsConnectionTests.cs21 /// TLS is essential for:COMMENT
LOW…ns.Journaling.Tests/OrleansBinaryCodecSnapshotTests.cs1using System.Buffers;COMMENT
LOW…ns.Journaling.Tests/OrleansBinaryCodecSnapshotTests.cs21/// Since this branch flips the default journal format from OrleansBinary to JSONL, the tests belowCOMMENT
LOWtest/Orleans.Journaling.Tests/DurableGrainTests.cs1using Orleans.Core.Internal;COMMENT
LOWtest/Orleans.Journaling.Tests/DurableValueTests.cs1using Microsoft.Extensions.Logging;COMMENT
LOWtest/Orleans.Journaling.Tests/DurableQueueTests.cs1using Microsoft.Extensions.Logging;COMMENT
LOWtest/Orleans.Journaling.Tests/DurableDictionaryTests.cs1using Microsoft.Extensions.Logging;COMMENT
LOW…eans.Journaling.Tests/JournalSnapshotInfrastructure.cs21{COMMENT
LOWtest/Orleans.Journaling.Tests/DurableSetTests.cs1using Microsoft.Extensions.Logging;COMMENT
LOW…ans.CodeGenerator.Tests/OrleansSourceGeneratorTests.cs21/// Key features tested:COMMENT
LOWtest/Orleans.Core.Tests/ConfigTests.cs81// ReSharper restore RedundantTypeArgumentsOfMethodCOMMENT
LOW…rleans.Core.Tests/Directory/CachedGrainLocatorTests.cs61COMMENT
LOWtest/Orleans.Analyzers.Tests/AssemblyInfo.cs1using Xunit;COMMENT
LOW…sts/GenerateGenerateSerializerAttributeAnalyzerTest.cs41COMMENT
LOW…s.Analyzers.Tests/NoRefParamsDiagnosticAnalyzerTest.cs1using Microsoft.CodeAnalysis;COMMENT
LOW…tructure/Orleans.TestingHost.Tests/TestClusterTests.cs241 /// <summary>COMMENT
LOWtest/TestInfrastructure/TestExtensions/TestCategory.cs1using Xunit.Abstractions;COMMENT
LOW…Extensions/Diagnostics/RebalancerDiagnosticObserver.cs61 /// Waits for a specific number of rebalancing cycles to complete across the cluster.COMMENT
LOW…Extensions/Diagnostics/MembershipDiagnosticObserver.cs41 /// The new membership entry for the silo.COMMENT
LOW…Extensions/Diagnostics/MembershipDiagnosticObserver.cs61 /// <summary>COMMENT
LOW…Extensions/Diagnostics/MembershipDiagnosticObserver.cs161 /// <summary>COMMENT
LOW…/TestExtensions/Diagnostics/GrainDiagnosticObserver.cs61COMMENT
LOW…/TestExtensions/Diagnostics/GrainDiagnosticObserver.cs101 /// Waits for a specific grain to be created.COMMENT
LOW…/TestExtensions/Diagnostics/GrainDiagnosticObserver.cs181COMMENT
LOW…Net.Tests/StorageTests/Relational/MySqlStorageTests.cs1using Orleans.Tests.SqlUtils;COMMENT
LOW….AdoNet.Tests/StorageTests/Relational/CommonFixture.cs21 /// </summary>COMMENT
LOW….AdoNet.Tests/StorageTests/Relational/CommonFixture.cs61 }COMMENT
LOW…doNet.Tests/Streaming/RelationalOrleansQueriesTests.cs741 /// Chaos tests that queuing, dequeuing, confirmation and eviction work in parallel in a complex random scenario.COMMENT
LOW…/Orleans.AdoNet.Tests/Properties/GlobalSuppressions.cs1// This file is used by Code Analysis to maintain SuppressMessageCOMMENT
LOWtest/Extensions/Orleans.AWS.Tests/LivenessTests.cs1using AWSUtils.Tests.StorageTests;COMMENT
LOW…Streaming.Tests/StreamingTests/SampleStreamingTests.cs1using Microsoft.Extensions.Logging;COMMENT
LOW…reaming.Tests/StreamingTests/SingleStreamTestRunner.cs321 // StreamId streamId = StreamId.NewRandomStreamId();COMMENT
LOW…reaming.Tests/StreamingTests/SingleStreamTestRunner.cs561// var producer = await ProducerProxy.NewProducerGrainsAsync(streamId, streamProviderName, logger);COMMENT
LOW…reaming.Tests/StreamingTests/SingleStreamTestRunner.cs581// streamProviderName = StreamTest_STREAM_PROVIDER_NAME;COMMENT
LOW…reaming.Tests/StreamingTests/SingleStreamTestRunner.cs601// streamId = Guid.NewGuid();COMMENT
LOW…reaming.Tests/StreamingTests/SingleStreamTestRunner.cs621//}COMMENT
LOW…reaming.Tests/StreamingTests/SingleStreamTestRunner.cs641// streamId = Guid.NewGuid();COMMENT
LOW…reaming.Tests/StreamingTests/SingleStreamTestRunner.cs661//public async Task _StreamTestManyProducerClientsOneConsumerGrain()COMMENT
LOW…reaming.Tests/StreamingTests/SingleStreamTestRunner.cs681COMMENT
LOW…reaming.Tests/StreamingTests/SingleStreamTestRunner.cs701COMMENT
LOW…Injection.Tests/DependencyInjectionGrainTestsRunner.cs1using Microsoft.Extensions.DependencyInjection;COMMENT
LOW…Injection.Tests/DependencyInjectionGrainTestsRunner.cs21 /// - Each grain activation gets its own scopeCOMMENT
LOW…ains/TestInternalGrains/StreamReliabilityTestGrains.cs321 // internal int NumErrors { get; private set; }COMMENT
LOW…estGrainInterfaces/IActivationCancellationTestGrain.cs1#nullable enableCOMMENT
LOW…estGrainInterfaces/IActivationCancellationTestGrain.cs21COMMENT
LOW…estGrainInterfaces/IActivationCancellationTestGrain.cs41/// Grain that activates successfully without any issues.COMMENT
LOW…s/TestGrainInterfaces/ICancellationTestSystemTarget.cs1#nullable enableCOMMENT
LOW…s/TestGrainInterfaces/ICancellationTestSystemTarget.cs21 Task LongWait(CancellationToken cancellationToken, TimeSpan delay, Guid callId);COMMENT
LOW…s/TestGrainInterfaces/ICancellationTestSystemTarget.cs41COMMENT
LOW…s/TestGrainInterfaces/ICancellationTestSystemTarget.cs61 /// <param name="cancellationToken">The cancellation token.</param>COMMENT
LOWtest/Grains/TestGrainInterfaces/ILongRunningObserver.cs21 /// <summary>COMMENT
1254 more matches not shown…
Synthetic Comment Markers64 hits · 480 pts
SeverityFileLineSnippetContext
HIGHsrc/Orleans.Analyzers/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGHsrc/Orleans.CodeGenerator/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGHsrc/api/Orleans.Serialization/Orleans.Serialization.cs3// This code was generated by a tool.COMMENT
HIGH…reaming.Abstractions/Orleans.Streaming.Abstractions.cs3// This code was generated by a tool.COMMENT
HIGHsrc/api/Orleans.Server/Orleans.Server.cs3// This code was generated by a tool.COMMENT
HIGH…t/Orleans.Reminders.AdoNet/Orleans.Reminders.AdoNet.cs3// This code was generated by a tool.COMMENT
HIGH…leans.Persistence.AdoNet/Orleans.Persistence.AdoNet.cs3// This code was generated by a tool.COMMENT
HIGH…GrainDirectory.AdoNet/Orleans.GrainDirectory.AdoNet.cs3// This code was generated by a tool.COMMENT
HIGH…Orleans.Clustering.AdoNet/Orleans.Clustering.AdoNet.cs3// This code was generated by a tool.COMMENT
HIGH…t/Orleans.Streaming.AdoNet/Orleans.Streaming.AdoNet.cs3// This code was generated by a tool.COMMENT
HIGH…s.Serialization.FSharp/Orleans.Serialization.FSharp.cs3// This code was generated by a tool.COMMENT
HIGH…ation.MessagePack/Orleans.Serialization.MessagePack.cs3// This code was generated by a tool.COMMENT
HIGH…Orleans.Clustering.Consul/Orleans.Clustering.Consul.cs3// This code was generated by a tool.COMMENT
HIGHsrc/api/Orleans.Runtime/Orleans.Runtime.cs3// This code was generated by a tool.COMMENT
HIGH…dis/Orleans.Reminders.Redis/Orleans.Reminders.Redis.cs3// This code was generated by a tool.COMMENT
HIGH…Orleans.Persistence.Redis/Orleans.Persistence.Redis.cs3// This code was generated by a tool.COMMENT
HIGH…s.GrainDirectory.Redis/Orleans.GrainDirectory.Redis.cs3// This code was generated by a tool.COMMENT
HIGH…dis/Orleans.Streaming.Redis/Orleans.Streaming.Redis.cs3// This code was generated by a tool.COMMENT
HIGH…s/Orleans.Clustering.Redis/Orleans.Clustering.Redis.cs3// This code was generated by a tool.COMMENT
HIGH…e/Orleans.Reminders.Cosmos/Orleans.Reminders.Cosmos.cs3// This code was generated by a tool.COMMENT
HIGH…naling.AzureStorage/Orleans.Journaling.AzureStorage.cs3// This code was generated by a tool.COMMENT
HIGH…tering.AzureStorage/Orleans.Clustering.AzureStorage.cs3// This code was generated by a tool.COMMENT
HIGH…minders.AzureStorage/Orleans.Reminders.AzureStorage.cs3// This code was generated by a tool.COMMENT
HIGH…reaming.AzureStorage/Orleans.Streaming.AzureStorage.cs3// This code was generated by a tool.COMMENT
HIGH…tence.AzureStorage/Orleans.Persistence.AzureStorage.cs3// This code was generated by a tool.COMMENT
HIGH…eJobs.AzureStorage/Orleans.DurableJobs.AzureStorage.cs3// This code was generated by a tool.COMMENT
HIGH…leans.Persistence.Cosmos/Orleans.Persistence.Cosmos.cs3// This code was generated by a tool.COMMENT
HIGH…ions.AzureStorage/Orleans.Transactions.AzureStorage.cs3// This code was generated by a tool.COMMENT
HIGH…ans.Streaming.EventHubs/Orleans.Streaming.EventHubs.cs3// This code was generated by a tool.COMMENT
HIGH…ry.AzureStorage/Orleans.GrainDirectory.AzureStorage.cs3// This code was generated by a tool.COMMENT
HIGH…Orleans.Clustering.Cosmos/Orleans.Clustering.Cosmos.cs3// This code was generated by a tool.COMMENT
HIGHsrc/api/Orleans.EventSourcing/Orleans.EventSourcing.cs3// This code was generated by a tool.COMMENT
HIGH…leans.Hosting.Kubernetes/Orleans.Hosting.Kubernetes.cs3// This code was generated by a tool.COMMENT
HIGH…ion.Abstractions/Orleans.Serialization.Abstractions.cs3// This code was generated by a tool.COMMENT
HIGHsrc/api/Orleans.TestingHost/Orleans.TestingHost.cs3// This code was generated by a tool.COMMENT
HIGH…ization.MemoryPack/Orleans.Serialization.MemoryPack.cs3// This code was generated by a tool.COMMENT
HIGH…c/api/Orleans.Streaming.NATS/Orleans.Streaming.NATS.cs3// This code was generated by a tool.COMMENT
HIGHsrc/api/Orleans.DurableJobs/Orleans.DurableJobs.cs3// This code was generated by a tool.COMMENT
HIGH…s.Connections.Security/Orleans.Connections.Security.cs3// This code was generated by a tool.COMMENT
HIGHsrc/api/Orleans.Reminders/Orleans.Reminders.cs3// This code was generated by a tool.COMMENT
HIGH…Serialization.TestKit/Orleans.Serialization.TestKit.cs3// This code was generated by a tool.COMMENT
HIGHsrc/api/Orleans.Core/Orleans.Core.cs3// This code was generated by a tool.COMMENT
HIGH…SystemTextJson/Orleans.Serialization.SystemTextJson.cs3// This code was generated by a tool.COMMENT
HIGH…shboard.Abstractions/Orleans.Dashboard.Abstractions.cs3// This code was generated by a tool.COMMENT
HIGH…c/api/Dashboard/Orleans.Dashboard/Orleans.Dashboard.cs3// This code was generated by a tool.COMMENT
HIGH…Orleans.Core.Abstractions/Orleans.Core.Abstractions.cs3// This code was generated by a tool.COMMENT
HIGH…rialization.Protobuf/Orleans.Serialization.Protobuf.cs3// This code was generated by a tool.COMMENT
HIGHsrc/api/Orleans.Client/Orleans.Client.cs3// This code was generated by a tool.COMMENT
HIGHsrc/api/Orleans.Transactions/Orleans.Transactions.cs3// This code was generated by a tool.COMMENT
HIGH…leans.Persistence.Memory/Orleans.Persistence.Memory.cs3// This code was generated by a tool.COMMENT
HIGH…s.Clustering.Cassandra/Orleans.Clustering.Cassandra.cs3// This code was generated by a tool.COMMENT
HIGH…NewtonsoftJson/Orleans.Serialization.NewtonsoftJson.cs3// This code was generated by a tool.COMMENT
HIGH…api/AWS/Orleans.Streaming.SQS/Orleans.Streaming.SQS.cs3// This code was generated by a tool.COMMENT
HIGH…leans.Reminders.DynamoDB/Orleans.Reminders.DynamoDB.cs3// This code was generated by a tool.COMMENT
HIGH…ans.Clustering.DynamoDB/Orleans.Clustering.DynamoDB.cs3// This code was generated by a tool.COMMENT
HIGH…s.Persistence.DynamoDB/Orleans.Persistence.DynamoDB.cs3// This code was generated by a tool.COMMENT
HIGH…minders.Abstractions/Orleans.Reminders.Abstractions.cs3// This code was generated by a tool.COMMENT
HIGHsrc/api/Orleans.Journaling/Orleans.Journaling.cs3// This code was generated by a tool.COMMENT
HIGH…i/Orleans.BroadcastChannel/Orleans.BroadcastChannel.cs3// This code was generated by a tool.COMMENT
HIGH…s.Clustering.ZooKeeper/Orleans.Clustering.ZooKeeper.cs3// This code was generated by a tool.COMMENT
4 more matches not shown…
AI Slop Vocabulary10 hits · 29 pts
SeverityFileLineSnippetContext
MEDIUM…t/Orleans.DefaultCluster.Tests/StatelessWorkerTests.cs36 /// This ensures robust error handling for worker initialization.COMMENT
MEDIUM…rleans.DefaultCluster.Tests/GrainReferenceCastTests.cs65 /// Tests casting between reader and writer interfaces on a multifaceted grain.COMMENT
MEDIUM…st/Orleans.DefaultCluster.Tests/MultifacetGrainTest.cs8 /// Tests for multifaceted grain functionality in Orleans.COMMENT
MEDIUMtest/Orleans.DefaultCluster.Tests/ErrorGrainTest.cs15 /// These tests verify Orleans' robust error handling capabilities including:COMMENT
MEDIUMtest/Orleans.Runtime.Internal.Tests/RetryHelper.cs37 /// A simple retry helper to make testing more robust.COMMENT
MEDIUM…time.Internal.Tests/StorageTests/CommonStorageTests.cs127 //and the storage provider throws. Essentially it means either this rangeCOMMENT
MEDIUM…ns.Serialization.UnitTests/RecordSerializationTests.cs25/// This support is crucial for modern C# applications that leverage records for:COMMENT
MEDIUM…ns.Serialization.UnitTests/RecordSerializationTests.cs25/// This support is crucial for modern C# applications that leverage records for:COMMENT
MEDIUM…me/Placement/Rebalancing/ActivationRebalancerWorker.cs289 // Since max entropy is a function of the natural log of the cluster's size, this value is very robust against cCOMMENT
MEDIUMsrc/Dashboard/Orleans.Dashboard.App/package-lock.json3671 "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.3.tgz",CODE
Hallucination Indicators2 hits · 20 pts
SeverityFileLineSnippetContext
CRITICALsrc/api/Orleans.Serialization/Orleans.Serialization.cs3501 void System.Threading.Tasks.Sources.IValueTaskSource.GetResult(short token) { }CODE
CRITICALsrc/api/Orleans.Serialization/Orleans.Serialization.cs3539 void System.Threading.Tasks.Sources.IValueTaskSource.GetResult(short token) { }CODE
AI Response Leakage1 hit · 8 pts
SeverityFileLineSnippetContext
HIGH….Clustering.ZooKeeper/ZooKeeperBasedMembershipTable.cs28 /// In this implementation:COMMENT
Hyper-Verbose Identifiers7 hits · 7 pts
SeverityFileLineSnippetContext
LOW…s/Orleans.Azure.Tests/UnitTestAzureTableDataManager.cs53 internal class UnitTestAzureTableDataManager : AzureTableDataManager<UnitTestAzureTableData>CODE
LOW…s/StorageTests/StorageProviders/FileStorageProvider.cs55 internal class GrainStateFileDataManager : IJSONStateDataManagerCODE
LOWsrc/Azure/Shared/Storage/AzureTableDataManager.cs41 internal partial class AzureTableDataManager<T> where T : class, ITableEntityCODE
LOW…treaming.AzureStorage/Storage/AzureQueueDataManager.cs48 public partial class AzureQueueDataManagerCODE
LOW…ce.AzureStorage/Providers/Storage/AzureTableStorage.cs365 private partial class GrainStateTableDataManagerCODE
LOW…d/Orleans.Dashboard.App/src/components/grain-table.tsx257function sortByActivationCountDesc(a: AggregatedGrainStat, b: AggregatedGrainStat): number {CODE
LOW…reaming.AzureStorage/Orleans.Streaming.AzureStorage.cs11 public partial class AzureQueueDataManagerCODE
Fake / Example Data5 hits · 5 pts
SeverityFileLineSnippetContext
LOWtest/Orleans.Journaling.Tests/DurableGrainTests.cs94 var person = new TestPerson { Id = 1, Name = "John Doe", Age = 30 };CODE
LOWtest/Orleans.Journaling.Tests/DurableGrainTests.cs102 Assert.Equal("John Doe", retrievedPerson.Name);CODE
LOWtest/Orleans.Journaling.Tests/DurableGrainTests.cs117 Assert.Equal("John Doe", retrievedPerson.Name);CODE
LOWtest/Orleans.Journaling.Tests/DurableValueTests.cs126 var person = new TestPerson { Id = 1, Name = "John Doe", Age = 30 };CODE
LOWtest/Orleans.Journaling.Tests/DurableValueTests.cs133 Assert.Equal("John Doe", durableValue.Value.Name);CODE
Structural Annotation Overuse2 hits · 3 pts
SeverityFileLineSnippetContext
LOW…/Orleans.Core.Abstractions/IDs/Legacy/LegacyGrainId.cs356 // NOTE: This function must be the "inverse" of FromParsableString, and data must round-trip reliably.COMMENT
LOW…/Orleans.Core.Abstractions/IDs/Legacy/LegacyGrainId.cs378 // NOTE: This function must be the "inverse" of ToParsableString, and data must round-trip reliably.COMMENT
TODO Padding1 hit · 2 pts
SeverityFileLineSnippetContext
LOWsrc/Orleans.DurableJobs/DurableJobRunResult.cs64 /// TODO: Add validation for minimum/maximum poll delays to prevent abuse.COMMENT