2 writes to RuntimeVersion
dotnet (2)
_generated\40\RunFileBuildCacheJsonSerializerContext.RunFileBuildCacheEntry.g.cs (1)
187
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Commands.Run.RunFileBuildCacheEntry)obj).
RuntimeVersion
= value!,
Commands\Run\FileBasedAppRunPlan.cs (1)
388
RuntimeVersion
= inputs.RuntimeVersion,
5 references to RuntimeVersion
dotnet (5)
_generated\40\RunFileBuildCacheJsonSerializerContext.RunFileBuildCacheEntry.g.cs (1)
186
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.RunFileBuildCacheEntry)obj).
RuntimeVersion
,
Commands\Run\FileBasedAppRunPlan.cs (4)
463
if (previousCacheEntry.
RuntimeVersion
!= cacheEntry.
RuntimeVersion
)
466
Reporter.Verbose.WriteLine($"Building because previous runtime version ({previousCacheEntry.
RuntimeVersion
}) does not match current ({cacheEntry.
RuntimeVersion
}): {successCacheFile.FullName}");