2 writes to SdkVersion
dotnet-aot (2)
Generated\361d1da7f942c932\RunFileBuildCacheJsonSerializerContext.RunFileBuildCacheEntry.g.cs (1)
167
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Commands.Run.RunFileBuildCacheEntry)obj).
SdkVersion
= value!,
parent\dotnet\Commands\Run\FileBasedAppRunPlan.cs (1)
387
SdkVersion
= inputs.SdkVersion,
5 references to SdkVersion
dotnet-aot (5)
Generated\361d1da7f942c932\RunFileBuildCacheJsonSerializerContext.RunFileBuildCacheEntry.g.cs (1)
166
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.RunFileBuildCacheEntry)obj).
SdkVersion
,
parent\dotnet\Commands\Run\FileBasedAppRunPlan.cs (4)
456
if (previousCacheEntry.
SdkVersion
!= cacheEntry.
SdkVersion
)
459
Reporter.Verbose.WriteLine($"Building because previous SDK version ({previousCacheEntry.
SdkVersion
}) does not match current ({cacheEntry.
SdkVersion
}): {successCacheFile.FullName}");