Skip to content

add base methods to tokenhandler #818

add base methods to tokenhandler

add base methods to tokenhandler #818

Triggered via pull request June 12, 2024 21:25
@westin-mwestin-m
ready_for_review #2630
westin/baseMethods
Status Success
Total duration 3m 49s
Artifacts

dotnetcore.yml

on: pull_request
Wilson GitHub Action Test
3m 37s
Wilson GitHub Action Test
Fit to window
Zoom out
Zoom in

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.