1 write to Platform
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
ResolveStaticWebAssetsEmbeddedProjectConfiguration.cs (1)
197Platform = source.GetMetadata(nameof(Platform)),
3 references to Platform
Microsoft.NET.Sdk.StaticWebAssets.Tasks (3)
ResolveStaticWebAssetsEmbeddedProjectConfiguration.cs (3)
131!string.Equals(rule.Platform, configuration.Platform, StringComparison.Ordinal)) 133Log.LogMessage("Project configuration not applicable due to platform mismatch: '{0}' != '{1}'", rule.Platform, configuration.Platform); 197Platform = source.GetMetadata(nameof(Platform)),