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