Add stroage to event hub on idops server #15
Annotations
11 warnings
src/IdentityServer/src/Hashing/Pbkdf2Algorithm.cs#L70
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[])' is obsolete: 'The default hash algorithm and iteration counts in Rfc2898DeriveBytes constructors are outdated and insecure. Use a constructor that accepts the hash algorithm and the number of iterations.' (https://aka.ms/dotnet-warnings/SYSLIB0041)
|
src/IdentityServer/src/IdentityServer.Storage/UserClaimRule.cs#L18
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/IdentityServer/src/IdentityServer.Storage/ClaimExtension.cs#L11
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/IdentityServer/src/IdentityServer.Storage/ClaimExtension.cs#L11
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/IdentityServer/src/IdentityServer.Storage/IdOpsPersonalAccessToken.cs#L13
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/IdentityServer/src/IdentityServer.Storage/IdOpsPersonalAccessToken.cs#L23
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/IdentityServer/src/IdentityServer.Storage/IdOpsPersonalAccessToken.cs#L28
Non-nullable property 'Tokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/IdentityServer/src/IdentityServer.Storage/IdOpsPersonalAccessToken.cs#L43
Non-nullable property 'AllowedScopes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/IdentityServer/src/IdentityServer.Storage/IdOpsPersonalAccessToken.cs#L48
Non-nullable property 'AllowedClients' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/IdentityServer/src/IdentityServer.Storage/IdOpsPersonalAccessToken.cs#L53
Non-nullable property 'TokenSource' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
This job succeeded
Loading