add base methods to tokenhandler #817
dotnetcore.yml
on: pull_request
Wilson GitHub Action Test
3m 28s
Annotations
10 errors
Wilson GitHub Action Test:
src/Microsoft.IdentityModel.Tokens/SecurityTokenHandler.cs#L38
'SecurityTokenHandler.CreateToken(SecurityTokenDescriptor)' hides inherited member 'TokenHandler.CreateToken(SecurityTokenDescriptor)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Wilson GitHub Action Test:
src/Microsoft.IdentityModel.Tokens/SecurityTokenHandler.cs#L67
'SecurityTokenHandler.TokenType' hides inherited member 'TokenHandler.TokenType'. Use the new keyword if hiding was intended.
|
Wilson GitHub Action Test:
src/Microsoft.IdentityModel.Tokens/SecurityTokenHandler.cs#L88
'SecurityTokenHandler.CanReadToken(string)' hides inherited member 'TokenHandler.CanReadToken(string)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Wilson GitHub Action Test:
src/Microsoft.IdentityModel.Tokens/SecurityTokenHandler.cs#L38
'SecurityTokenHandler.CreateToken(SecurityTokenDescriptor)' hides inherited member 'TokenHandler.CreateToken(SecurityTokenDescriptor)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Wilson GitHub Action Test:
src/Microsoft.IdentityModel.Tokens/SecurityTokenHandler.cs#L67
'SecurityTokenHandler.TokenType' hides inherited member 'TokenHandler.TokenType'. Use the new keyword if hiding was intended.
|
Wilson GitHub Action Test:
src/Microsoft.IdentityModel.Tokens/SecurityTokenHandler.cs#L88
'SecurityTokenHandler.CanReadToken(string)' hides inherited member 'TokenHandler.CanReadToken(string)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Wilson GitHub Action Test:
src/Microsoft.IdentityModel.Tokens/SecurityTokenHandler.cs#L38
'SecurityTokenHandler.CreateToken(SecurityTokenDescriptor)' hides inherited member 'TokenHandler.CreateToken(SecurityTokenDescriptor)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Wilson GitHub Action Test:
src/Microsoft.IdentityModel.Tokens/SecurityTokenHandler.cs#L67
'SecurityTokenHandler.TokenType' hides inherited member 'TokenHandler.TokenType'. Use the new keyword if hiding was intended.
|
Wilson GitHub Action Test:
src/Microsoft.IdentityModel.Tokens/SecurityTokenHandler.cs#L88
'SecurityTokenHandler.CanReadToken(string)' hides inherited member 'TokenHandler.CanReadToken(string)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Wilson GitHub Action Test:
src/Microsoft.IdentityModel.Tokens/SecurityTokenHandler.cs#L38
'SecurityTokenHandler.CreateToken(SecurityTokenDescriptor)' hides inherited member 'TokenHandler.CreateToken(SecurityTokenDescriptor)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|