1 write to AssetType
aspire (1)
Projects\AppHostServerClosureSnapshots.cs (1)
225
AssetType
= NormalizeAssetType(sourceFile.AssetType)
3 references to AssetType
aspire (3)
Projects\AppHostServerClosureSnapshots.cs (3)
155
if (string.Equals(entry.
AssetType
, "native", StringComparison.OrdinalIgnoreCase))
233
return $"packages/{entry.RelativePath}|{entry.
AssetType
?? "runtime"}|{entry.PackageId}|{entry.PackageVersion}|{entry.PathInPackage}|{entry.PackageSha512}|{entry.SourcePath}";
285
if (!string.Equals(entry.
AssetType
, "resources", StringComparison.OrdinalIgnoreCase))