PR feedback

\n\nCommit migrated from bfc2485b67
This commit is contained in:
Ryan Nowak 2019-07-01 15:06:29 -07:00
parent e9ac371854
commit dbf5b80f97
1 changed files with 0 additions and 14 deletions

View File

@ -189,20 +189,6 @@ namespace Microsoft.CodeAnalysis.Razor
});
});
// This is no longer supported. This is just here so we can add a diagnostic later on when this matches.
builder.BindAttribute(attribute =>
{
attribute.Documentation = ComponentResources.BindTagHelper_Fallback_Format_Documentation;
attribute.Name = "format-...";
attribute.AsDictionary("format-", typeof(string).FullName);
// WTE has a bug 15.7p1 where a Tag Helper without a display-name that looks like
// a C# property will crash trying to create the toolips.
attribute.SetPropertyName("Format");
attribute.TypeName = "System.Collections.Generic.Dictionary<string, string>";
});
return builder.Build();
}