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