chore(api): make sure jsinvokable methods are not part of public api ref

This commit is contained in:
Marin Bratanov 2019-07-09 08:39:48 +03:00 коммит произвёл Marin Bratanov
Родитель d7ab8f5873
Коммит cb58e64afa
1 изменённых файлов: 4 добавлений и 12 удалений

Просмотреть файл

@ -2,15 +2,7 @@ apiRules:
- exclude:
hasAttribute:
uid: Telerik.Blazor.HideFromApiRefAttribute
#sample, maybe unnecessary, filters for attributes. Causes public API that is not parameters to disappear
#- include:
# type: Property
# hasAttribute:
# uid: Microsoft.AspNetCore.Components.ParameterAttribute
#- exclude:
# type: Method
# hasAttribute:
# uid: Microsoft.JSInterop.JSInvokableAttribute
#- exclude:
# type: Property
- exclude:
type: Method
hasAttribute:
uid: Microsoft.JSInterop.JSInvokableAttribute