Skip to content

Commit d302bec

Browse files
Oh these ref assemblies
1 parent 62ff1e0 commit d302bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Components/ref/Microsoft.AspNetCore.Components.netstandard2.0.Manual.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public AuthorizeView() { }
5858
public object Resource { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } private set { throw null; } }
5959
[Microsoft.AspNetCore.Components.ParameterAttribute]
6060
public string Roles { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } private set { throw null; } }
61-
protected override Microsoft.AspNetCore.Authorization.IAuthorizeData[] GetAuthorizeData();
61+
protected override Microsoft.AspNetCore.Authorization.IAuthorizeData[] GetAuthorizeData() { throw null; }
6262
}
6363

6464
public abstract partial class AuthorizeViewCore : Microsoft.AspNetCore.Components.ComponentBase

0 commit comments

Comments
 (0)