Cloud Native application framework for .NET
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).
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.
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.
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.
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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ans.DefaultCluster.Tests/MemoryStorageProviderTests.cs | 21 | COMMENT | |
| LOW | …ans.DefaultCluster.Tests/MemoryStorageProviderTests.cs | 81 | /// <summary> | COMMENT |
| LOW | test/Orleans.DefaultCluster.Tests/EchoTaskGrainTests.cs | 41 | /// Tests basic grain reference creation. | COMMENT |
| LOW | …ltCluster.Tests/SiloRoleBasedPlacementDirectorTests.cs | 21 | /// <summary> | COMMENT |
| LOW | …rleans.DefaultCluster.Tests/ConcreteStateClassTests.cs | 21 | { | COMMENT |
| LOW | test/Orleans.DefaultCluster.Tests/ErrorGrainTest.cs | 321 | } | COMMENT |
| LOW | test/Orleans.DefaultCluster.Tests/ErrorGrainTest.cs | 341 | //var observer = SimpleGrainObserverFactory.CreateObjectReference(callback); | COMMENT |
| LOW | …tivationsLifeCycleTests/ActivationCancellationTests.cs | 21 | /// 2. When non-cancellation exceptions occur, they are still logged at ERROR level as expected. | COMMENT |
| LOW | …leans.Connections.Security.Tests/TlsConnectionTests.cs | 1 | using Microsoft.Extensions.Configuration; | COMMENT |
| LOW | …leans.Connections.Security.Tests/TlsConnectionTests.cs | 21 | /// TLS is essential for: | COMMENT |
| LOW | …ns.Journaling.Tests/OrleansBinaryCodecSnapshotTests.cs | 1 | using System.Buffers; | COMMENT |
| LOW | …ns.Journaling.Tests/OrleansBinaryCodecSnapshotTests.cs | 21 | /// Since this branch flips the default journal format from OrleansBinary to JSONL, the tests below | COMMENT |
| LOW | test/Orleans.Journaling.Tests/DurableGrainTests.cs | 1 | using Orleans.Core.Internal; | COMMENT |
| LOW | test/Orleans.Journaling.Tests/DurableValueTests.cs | 1 | using Microsoft.Extensions.Logging; | COMMENT |
| LOW | test/Orleans.Journaling.Tests/DurableQueueTests.cs | 1 | using Microsoft.Extensions.Logging; | COMMENT |
| LOW | test/Orleans.Journaling.Tests/DurableDictionaryTests.cs | 1 | using Microsoft.Extensions.Logging; | COMMENT |
| LOW | …eans.Journaling.Tests/JournalSnapshotInfrastructure.cs | 21 | { | COMMENT |
| LOW | test/Orleans.Journaling.Tests/DurableSetTests.cs | 1 | using Microsoft.Extensions.Logging; | COMMENT |
| LOW | …ans.CodeGenerator.Tests/OrleansSourceGeneratorTests.cs | 21 | /// Key features tested: | COMMENT |
| LOW | test/Orleans.Core.Tests/ConfigTests.cs | 81 | // ReSharper restore RedundantTypeArgumentsOfMethod | COMMENT |
| LOW | …rleans.Core.Tests/Directory/CachedGrainLocatorTests.cs | 61 | COMMENT | |
| LOW | test/Orleans.Analyzers.Tests/AssemblyInfo.cs | 1 | using Xunit; | COMMENT |
| LOW | …sts/GenerateGenerateSerializerAttributeAnalyzerTest.cs | 41 | COMMENT | |
| LOW | …s.Analyzers.Tests/NoRefParamsDiagnosticAnalyzerTest.cs | 1 | using Microsoft.CodeAnalysis; | COMMENT |
| LOW | …tructure/Orleans.TestingHost.Tests/TestClusterTests.cs | 241 | /// <summary> | COMMENT |
| LOW | test/TestInfrastructure/TestExtensions/TestCategory.cs | 1 | using Xunit.Abstractions; | COMMENT |
| LOW | …Extensions/Diagnostics/RebalancerDiagnosticObserver.cs | 61 | /// Waits for a specific number of rebalancing cycles to complete across the cluster. | COMMENT |
| LOW | …Extensions/Diagnostics/MembershipDiagnosticObserver.cs | 41 | /// The new membership entry for the silo. | COMMENT |
| LOW | …Extensions/Diagnostics/MembershipDiagnosticObserver.cs | 61 | /// <summary> | COMMENT |
| LOW | …Extensions/Diagnostics/MembershipDiagnosticObserver.cs | 161 | /// <summary> | COMMENT |
| LOW | …/TestExtensions/Diagnostics/GrainDiagnosticObserver.cs | 61 | COMMENT | |
| LOW | …/TestExtensions/Diagnostics/GrainDiagnosticObserver.cs | 101 | /// Waits for a specific grain to be created. | COMMENT |
| LOW | …/TestExtensions/Diagnostics/GrainDiagnosticObserver.cs | 181 | COMMENT | |
| LOW | …Net.Tests/StorageTests/Relational/MySqlStorageTests.cs | 1 | using Orleans.Tests.SqlUtils; | COMMENT |
| LOW | ….AdoNet.Tests/StorageTests/Relational/CommonFixture.cs | 21 | /// </summary> | COMMENT |
| LOW | ….AdoNet.Tests/StorageTests/Relational/CommonFixture.cs | 61 | } | COMMENT |
| LOW | …doNet.Tests/Streaming/RelationalOrleansQueriesTests.cs | 741 | /// Chaos tests that queuing, dequeuing, confirmation and eviction work in parallel in a complex random scenario. | COMMENT |
| LOW | …/Orleans.AdoNet.Tests/Properties/GlobalSuppressions.cs | 1 | // This file is used by Code Analysis to maintain SuppressMessage | COMMENT |
| LOW | test/Extensions/Orleans.AWS.Tests/LivenessTests.cs | 1 | using AWSUtils.Tests.StorageTests; | COMMENT |
| LOW | …Streaming.Tests/StreamingTests/SampleStreamingTests.cs | 1 | using Microsoft.Extensions.Logging; | COMMENT |
| LOW | …reaming.Tests/StreamingTests/SingleStreamTestRunner.cs | 321 | // StreamId streamId = StreamId.NewRandomStreamId(); | COMMENT |
| LOW | …reaming.Tests/StreamingTests/SingleStreamTestRunner.cs | 561 | // var producer = await ProducerProxy.NewProducerGrainsAsync(streamId, streamProviderName, logger); | COMMENT |
| LOW | …reaming.Tests/StreamingTests/SingleStreamTestRunner.cs | 581 | // streamProviderName = StreamTest_STREAM_PROVIDER_NAME; | COMMENT |
| LOW | …reaming.Tests/StreamingTests/SingleStreamTestRunner.cs | 601 | // streamId = Guid.NewGuid(); | COMMENT |
| LOW | …reaming.Tests/StreamingTests/SingleStreamTestRunner.cs | 621 | //} | COMMENT |
| LOW | …reaming.Tests/StreamingTests/SingleStreamTestRunner.cs | 641 | // streamId = Guid.NewGuid(); | COMMENT |
| LOW | …reaming.Tests/StreamingTests/SingleStreamTestRunner.cs | 661 | //public async Task _StreamTestManyProducerClientsOneConsumerGrain() | COMMENT |
| LOW | …reaming.Tests/StreamingTests/SingleStreamTestRunner.cs | 681 | COMMENT | |
| LOW | …reaming.Tests/StreamingTests/SingleStreamTestRunner.cs | 701 | COMMENT | |
| LOW | …Injection.Tests/DependencyInjectionGrainTestsRunner.cs | 1 | using Microsoft.Extensions.DependencyInjection; | COMMENT |
| LOW | …Injection.Tests/DependencyInjectionGrainTestsRunner.cs | 21 | /// - Each grain activation gets its own scope | COMMENT |
| LOW | …ains/TestInternalGrains/StreamReliabilityTestGrains.cs | 321 | // internal int NumErrors { get; private set; } | COMMENT |
| LOW | …estGrainInterfaces/IActivationCancellationTestGrain.cs | 1 | #nullable enable | COMMENT |
| LOW | …estGrainInterfaces/IActivationCancellationTestGrain.cs | 21 | COMMENT | |
| LOW | …estGrainInterfaces/IActivationCancellationTestGrain.cs | 41 | /// Grain that activates successfully without any issues. | COMMENT |
| LOW | …s/TestGrainInterfaces/ICancellationTestSystemTarget.cs | 1 | #nullable enable | COMMENT |
| LOW | …s/TestGrainInterfaces/ICancellationTestSystemTarget.cs | 21 | Task LongWait(CancellationToken cancellationToken, TimeSpan delay, Guid callId); | COMMENT |
| LOW | …s/TestGrainInterfaces/ICancellationTestSystemTarget.cs | 41 | COMMENT | |
| LOW | …s/TestGrainInterfaces/ICancellationTestSystemTarget.cs | 61 | /// <param name="cancellationToken">The cancellation token.</param> | COMMENT |
| LOW | test/Grains/TestGrainInterfaces/ILongRunningObserver.cs | 21 | /// <summary> | COMMENT |
| 1254 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | src/Orleans.Analyzers/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | src/Orleans.CodeGenerator/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | src/api/Orleans.Serialization/Orleans.Serialization.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …reaming.Abstractions/Orleans.Streaming.Abstractions.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | src/api/Orleans.Server/Orleans.Server.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …t/Orleans.Reminders.AdoNet/Orleans.Reminders.AdoNet.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …leans.Persistence.AdoNet/Orleans.Persistence.AdoNet.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …GrainDirectory.AdoNet/Orleans.GrainDirectory.AdoNet.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …Orleans.Clustering.AdoNet/Orleans.Clustering.AdoNet.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …t/Orleans.Streaming.AdoNet/Orleans.Streaming.AdoNet.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …s.Serialization.FSharp/Orleans.Serialization.FSharp.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …ation.MessagePack/Orleans.Serialization.MessagePack.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …Orleans.Clustering.Consul/Orleans.Clustering.Consul.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | src/api/Orleans.Runtime/Orleans.Runtime.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …dis/Orleans.Reminders.Redis/Orleans.Reminders.Redis.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …Orleans.Persistence.Redis/Orleans.Persistence.Redis.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …s.GrainDirectory.Redis/Orleans.GrainDirectory.Redis.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …dis/Orleans.Streaming.Redis/Orleans.Streaming.Redis.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …s/Orleans.Clustering.Redis/Orleans.Clustering.Redis.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …e/Orleans.Reminders.Cosmos/Orleans.Reminders.Cosmos.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …naling.AzureStorage/Orleans.Journaling.AzureStorage.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …tering.AzureStorage/Orleans.Clustering.AzureStorage.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …minders.AzureStorage/Orleans.Reminders.AzureStorage.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …reaming.AzureStorage/Orleans.Streaming.AzureStorage.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …tence.AzureStorage/Orleans.Persistence.AzureStorage.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …eJobs.AzureStorage/Orleans.DurableJobs.AzureStorage.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …leans.Persistence.Cosmos/Orleans.Persistence.Cosmos.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …ions.AzureStorage/Orleans.Transactions.AzureStorage.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …ans.Streaming.EventHubs/Orleans.Streaming.EventHubs.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …ry.AzureStorage/Orleans.GrainDirectory.AzureStorage.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …Orleans.Clustering.Cosmos/Orleans.Clustering.Cosmos.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | src/api/Orleans.EventSourcing/Orleans.EventSourcing.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …leans.Hosting.Kubernetes/Orleans.Hosting.Kubernetes.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …ion.Abstractions/Orleans.Serialization.Abstractions.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | src/api/Orleans.TestingHost/Orleans.TestingHost.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …ization.MemoryPack/Orleans.Serialization.MemoryPack.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …c/api/Orleans.Streaming.NATS/Orleans.Streaming.NATS.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | src/api/Orleans.DurableJobs/Orleans.DurableJobs.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …s.Connections.Security/Orleans.Connections.Security.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | src/api/Orleans.Reminders/Orleans.Reminders.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …Serialization.TestKit/Orleans.Serialization.TestKit.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | src/api/Orleans.Core/Orleans.Core.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …SystemTextJson/Orleans.Serialization.SystemTextJson.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …shboard.Abstractions/Orleans.Dashboard.Abstractions.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …c/api/Dashboard/Orleans.Dashboard/Orleans.Dashboard.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …Orleans.Core.Abstractions/Orleans.Core.Abstractions.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …rialization.Protobuf/Orleans.Serialization.Protobuf.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | src/api/Orleans.Client/Orleans.Client.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | src/api/Orleans.Transactions/Orleans.Transactions.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …leans.Persistence.Memory/Orleans.Persistence.Memory.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …s.Clustering.Cassandra/Orleans.Clustering.Cassandra.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …NewtonsoftJson/Orleans.Serialization.NewtonsoftJson.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …api/AWS/Orleans.Streaming.SQS/Orleans.Streaming.SQS.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …leans.Reminders.DynamoDB/Orleans.Reminders.DynamoDB.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …ans.Clustering.DynamoDB/Orleans.Clustering.DynamoDB.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …s.Persistence.DynamoDB/Orleans.Persistence.DynamoDB.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …minders.Abstractions/Orleans.Reminders.Abstractions.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | src/api/Orleans.Journaling/Orleans.Journaling.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …i/Orleans.BroadcastChannel/Orleans.BroadcastChannel.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …s.Clustering.ZooKeeper/Orleans.Clustering.ZooKeeper.cs | 3 | // This code was generated by a tool. | COMMENT |
| 4 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …t/Orleans.DefaultCluster.Tests/StatelessWorkerTests.cs | 36 | /// This ensures robust error handling for worker initialization. | COMMENT |
| MEDIUM | …rleans.DefaultCluster.Tests/GrainReferenceCastTests.cs | 65 | /// Tests casting between reader and writer interfaces on a multifaceted grain. | COMMENT |
| MEDIUM | …st/Orleans.DefaultCluster.Tests/MultifacetGrainTest.cs | 8 | /// Tests for multifaceted grain functionality in Orleans. | COMMENT |
| MEDIUM | test/Orleans.DefaultCluster.Tests/ErrorGrainTest.cs | 15 | /// These tests verify Orleans' robust error handling capabilities including: | COMMENT |
| MEDIUM | test/Orleans.Runtime.Internal.Tests/RetryHelper.cs | 37 | /// A simple retry helper to make testing more robust. | COMMENT |
| MEDIUM | …time.Internal.Tests/StorageTests/CommonStorageTests.cs | 127 | //and the storage provider throws. Essentially it means either this range | COMMENT |
| MEDIUM | …ns.Serialization.UnitTests/RecordSerializationTests.cs | 25 | /// This support is crucial for modern C# applications that leverage records for: | COMMENT |
| MEDIUM | …ns.Serialization.UnitTests/RecordSerializationTests.cs | 25 | /// This support is crucial for modern C# applications that leverage records for: | COMMENT |
| MEDIUM | …me/Placement/Rebalancing/ActivationRebalancerWorker.cs | 289 | // Since max entropy is a function of the natural log of the cluster's size, this value is very robust against c | COMMENT |
| MEDIUM | src/Dashboard/Orleans.Dashboard.App/package-lock.json | 3671 | "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.3.tgz", | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | src/api/Orleans.Serialization/Orleans.Serialization.cs | 3501 | void System.Threading.Tasks.Sources.IValueTaskSource.GetResult(short token) { } | CODE |
| CRITICAL | src/api/Orleans.Serialization/Orleans.Serialization.cs | 3539 | void System.Threading.Tasks.Sources.IValueTaskSource.GetResult(short token) { } | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | ….Clustering.ZooKeeper/ZooKeeperBasedMembershipTable.cs | 28 | /// In this implementation: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …s/Orleans.Azure.Tests/UnitTestAzureTableDataManager.cs | 53 | internal class UnitTestAzureTableDataManager : AzureTableDataManager<UnitTestAzureTableData> | CODE |
| LOW | …s/StorageTests/StorageProviders/FileStorageProvider.cs | 55 | internal class GrainStateFileDataManager : IJSONStateDataManager | CODE |
| LOW | src/Azure/Shared/Storage/AzureTableDataManager.cs | 41 | internal partial class AzureTableDataManager<T> where T : class, ITableEntity | CODE |
| LOW | …treaming.AzureStorage/Storage/AzureQueueDataManager.cs | 48 | public partial class AzureQueueDataManager | CODE |
| LOW | …ce.AzureStorage/Providers/Storage/AzureTableStorage.cs | 365 | private partial class GrainStateTableDataManager | CODE |
| LOW | …d/Orleans.Dashboard.App/src/components/grain-table.tsx | 257 | function sortByActivationCountDesc(a: AggregatedGrainStat, b: AggregatedGrainStat): number { | CODE |
| LOW | …reaming.AzureStorage/Orleans.Streaming.AzureStorage.cs | 11 | public partial class AzureQueueDataManager | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | test/Orleans.Journaling.Tests/DurableGrainTests.cs | 94 | var person = new TestPerson { Id = 1, Name = "John Doe", Age = 30 }; | CODE |
| LOW | test/Orleans.Journaling.Tests/DurableGrainTests.cs | 102 | Assert.Equal("John Doe", retrievedPerson.Name); | CODE |
| LOW | test/Orleans.Journaling.Tests/DurableGrainTests.cs | 117 | Assert.Equal("John Doe", retrievedPerson.Name); | CODE |
| LOW | test/Orleans.Journaling.Tests/DurableValueTests.cs | 126 | var person = new TestPerson { Id = 1, Name = "John Doe", Age = 30 }; | CODE |
| LOW | test/Orleans.Journaling.Tests/DurableValueTests.cs | 133 | Assert.Equal("John Doe", durableValue.Value.Name); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/Orleans.Core.Abstractions/IDs/Legacy/LegacyGrainId.cs | 356 | // NOTE: This function must be the "inverse" of FromParsableString, and data must round-trip reliably. | COMMENT |
| LOW | …/Orleans.Core.Abstractions/IDs/Legacy/LegacyGrainId.cs | 378 | // NOTE: This function must be the "inverse" of ToParsableString, and data must round-trip reliably. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/Orleans.DurableJobs/DurableJobRunResult.cs | 64 | /// TODO: Add validation for minimum/maximum poll delays to prevent abuse. | COMMENT |