2 writes to RuntimeVersion
dotnet-aot (2)
Generated\361d1da7f942c932\RunFileBuildCacheJsonSerializerContext.RunFileBuildCacheEntry.g.cs (1)
187
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Commands.Run.RunFileBuildCacheEntry)obj).
RuntimeVersion
= value!,
parent\dotnet\Commands\Run\FileBasedAppRunPlan.cs (1)
388
RuntimeVersion
= inputs.RuntimeVersion,
5 references to RuntimeVersion
dotnet-aot (5)
Generated\361d1da7f942c932\RunFileBuildCacheJsonSerializerContext.RunFileBuildCacheEntry.g.cs (1)
186
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.RunFileBuildCacheEntry)obj).
RuntimeVersion
,
parent\dotnet\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}");