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