parent
e9ac371854
commit
dbf5b80f97
|
|
@ -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();
|
return builder.Build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue